Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLastRunTrackingAnalysis.cpp45 CompatibilityCheckFn CheckFn) { in updateImpl()
H A DHashRecognize.cpp451 function_ref<bool(const KnownBits &)> CheckFn, in checkExtractBits()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h636 CheckDeclFunc CheckFn; member
648 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/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp475 using CheckFn = typedef in __anon0957485b0411::MallocChecker
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2829 const FunctionDecl *CheckFn = getTemplateInstantiationPattern(); in hasInlineBody() local