Searched refs:num_calls (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/kyua/engine/ |
H A D | scanner_test.cpp | 94 num_calls(void) const in num_calls() function in __anon014637690111::mock_test_program 303 ATF_REQUIRE_EQ(0, mock_program1->num_calls()); in ATF_TEST_CASE_BODY() 304 ATF_REQUIRE_EQ(0, mock_program2->num_calls()); in ATF_TEST_CASE_BODY() 309 ATF_REQUIRE_EQ(1, mock_program1->num_calls()); in ATF_TEST_CASE_BODY() 310 ATF_REQUIRE_EQ(0, mock_program2->num_calls()); in ATF_TEST_CASE_BODY() 312 ATF_REQUIRE_EQ(1, mock_program1->num_calls()); in ATF_TEST_CASE_BODY() 313 ATF_REQUIRE_EQ(0, mock_program2->num_calls()); in ATF_TEST_CASE_BODY() 315 ATF_REQUIRE_EQ(1, mock_program1->num_calls()); in ATF_TEST_CASE_BODY() 316 ATF_REQUIRE_EQ(1, mock_program2->num_calls()); in ATF_TEST_CASE_BODY() 318 ATF_REQUIRE_EQ(1, mock_program1->num_calls()); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_rtl.cpp | 41 static atomic_uint32_t num_calls; in MemprofDie() local 42 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) { in MemprofDie()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
H A D | TraceHTR.cpp | 195 size_t num_calls = it.second; in MergeMetadata() local 196 merged_metadata.m_func_calls[name] += num_calls; in MergeMetadata()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_rtl.cpp | 45 static atomic_uint32_t num_calls; in AsanDie() local 46 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) { in AsanDie()
|