Searched refs:checker_function (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRDynamicChecks.cpp | 138 std::shared_ptr<UtilityFunction> checker_function) in Instrumenter() argument 139 : m_module(module), m_checker_function(checker_function), in Instrumenter() 311 std::shared_ptr<UtilityFunction> checker_function) in ValidPointerChecker() argument 312 : Instrumenter(module, checker_function), in ValidPointerChecker() 369 std::shared_ptr<UtilityFunction> checker_function) in ObjcObjectChecker() argument 370 : Instrumenter(module, checker_function), in ObjcObjectChecker()
|
/external/llvm-project/llvm/utils/benchmark/test/ |
D | output_test.h | 75 #define CHECK_BENCHMARK_RESULTS(bm_name_pattern, checker_function) \ argument 76 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
|
/external/google-benchmark/test/ |
D | output_test.h | 82 #define CHECK_BENCHMARK_RESULTS(bm_name_pattern, checker_function) \ argument 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | output_test.h | 82 #define CHECK_BENCHMARK_RESULTS(bm_name_pattern, checker_function) \ argument 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test.h | 82 #define CHECK_BENCHMARK_RESULTS(bm_name_pattern, checker_function) \ argument 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)
|