Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp136 : m_module(module), m_checker_function(checker_function) {} in Instrumenter() argument
354 : Instrumenter(module, checker_function), in ObjcObjectChecker() argument
308 ValidPointerChecker(llvm::Module & module,std::shared_ptr<UtilityFunction> checker_function) ValidPointerChecker() argument
/llvm-project/third-party/benchmark/test/
H A Doutput_test.h82 #define CHECK_BENCHMARK_RESULTS(bm_name_pattern, checker_function) \ argument