Home
last modified time | relevance | path

Searched refs:BuiltinFunctionChecker (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp26 class BuiltinFunctionChecker : public Checker<eval::Call> { class
33 bool BuiltinFunctionChecker::evalCall(const CallEvent &Call, in evalCall()
134 mgr.registerChecker<BuiltinFunctionChecker>(); in registerBuiltinFunctionChecker()
H A DCMakeLists.txt14 BuiltinFunctionChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn23 "BuiltinFunctionChecker.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td408 def BuiltinFunctionChecker : Checker<"BuiltinFunctions">,