Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h628 CheckDeclFunc CheckFn; global() member
640 CheckStmtFunc CheckFn; global() member
/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() argument
486 m_CheckedInt(const Constant *&V, function_ref<bool(const APInt &)> CheckFn) { in m_CheckedInt() argument
493 m_CheckedFp(function_ref<bool(const APFloat &)> CheckFn) { in m_CheckedFp() argument
498 m_CheckedFp(const Constant * & V,function_ref<bool (const APFloat &)> CheckFn) m_CheckedFp() argument
[all...]
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp680 __anonfc2227540802(ArrayRef<std::optional<int8_t>> Vals, function_ref<bool(const APInt &)> CheckFn, bool UndefAsPoison) TEST_F() argument
H A DConstantRangeTest.cpp241 TestBinaryOpExhaustive(BinaryRangeFn RangeFn,BinaryIntFn IntFn,PreferFn PreferenceFn=PreferSmallest,BinaryCheckFn CheckFn=CheckAll) TestBinaryOpExhaustive() argument
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2591 const FunctionDecl *CheckFn = getTemplateInstantiationPattern(); hasInlineBody() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp395 using CheckFn = std::function<void(const MallocChecker *, global() typedef in __anonca30e6ce0411::MallocChecker
[all...]