Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.h35 static bool classof(const DynamicCheckerFunctions *checker_funcs) { in classof()
H A DClangExpressionParser.cpp1456 if (auto *checker_funcs = llvm::dyn_cast<ClangDynamicCheckerFunctions>( in PrepareForExecution() local