Home
last modified time | relevance | path

Searched refs:checker_function (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp139 std::shared_ptr<UtilityFunction> checker_function) in Instrumenter() argument
140 : 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()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test.h82 #define CHECK_BENCHMARK_RESULTS(bm_name_pattern, checker_function) \ argument
83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function)