Home
last modified time | relevance | path

Searched defs:CheckFn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h628 CheckDeclFunc CheckFn; member
640 CheckStmtFunc CheckFn; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h474 function_ref<bool(const APTy &)> CheckFn; member
481 m_CheckedInt(function_ref<bool(const APInt &)> CheckFn) { in m_CheckedInt()
486 m_CheckedInt(const Constant *&V, function_ref<bool(const APInt &)> CheckFn) { in m_CheckedInt()
493 m_CheckedFp(function_ref<bool(const APFloat &)> CheckFn) { in m_CheckedFp()
498 m_CheckedFp(const Constant *&V, function_ref<bool(const APFloat &)> CheckFn) { in m_CheckedFp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2630 const FunctionDecl *CheckFn = getTemplateInstantiationPattern(); in hasInlineBody() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp395 using CheckFn = std::function<void(const MallocChecker *, typedef in __anon0957485b0411::MallocChecker