Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp136 std::shared_ptr<UtilityFunction> checker_function) in Instrumenter() argument
137 : m_module(module), m_checker_function(checker_function) {} in Instrumenter()
308 std::shared_ptr<UtilityFunction> checker_function) in ValidPointerChecker() argument
309 : Instrumenter(module, checker_function), in ValidPointerChecker()
354 std::shared_ptr<UtilityFunction> checker_function) in ObjcObjectChecker() argument
355 : Instrumenter(module, checker_function), in ObjcObjectChecker()