Searched refs:BuiltinFunctionChecker (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BuiltinFunctionChecker.cpp | 93 class BuiltinFunctionChecker : public Checker<eval::Call> { class 128 const NoteTag *BuiltinFunctionChecker::createBuiltinOverflowNoteTag( in createBuiltinOverflowNoteTag() 147 BuiltinFunctionChecker::checkOverflow(CheckerContext &C, SVal RetVal, in checkOverflow() 175 ProgramStateRef BuiltinFunctionChecker::initStateAftetBuiltinOverflow( in initStateAftetBuiltinOverflow() 198 void BuiltinFunctionChecker::handleOverflowBuiltin(const CallEvent &Call, in handleOverflowBuiltin() 233 bool BuiltinFunctionChecker::isBuiltinLikeFunction( in isBuiltinLikeFunction() 250 bool BuiltinFunctionChecker::evalCall(const CallEvent &Call, in evalCall() 348 mgr.registerChecker<BuiltinFunctionChecker>(); in registerBuiltinFunctionChecker()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 395 def BuiltinFunctionChecker : Checker<"BuiltinFunctions">,
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 683 SRCS_FUL+= StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6397 …BuiltinFunctionCheckerD1Ev", "(anonymous namespace)::BuiltinFunctionChecker::~BuiltinFunctionCheck… 6398 …BuiltinFunctionCheckerD0Ev", "(anonymous namespace)::BuiltinFunctionChecker::~BuiltinFunctionCheck… 6399 …4ento14CheckerContextEPKNS1_8CallExprE", "(anonymous namespace)::BuiltinFunctionChecker::evalCallE… 25166 …GLOBAL__N_122BuiltinFunctionCheckerE", "vtable for (anonymous namespace)::BuiltinFunctionChecker"}, 26678 …22BuiltinFunctionChecker6getTagEvE3tag", "(anonymous namespace)::BuiltinFunctionChecker::getTag():…
|