Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp26 class BuiltinFunctionChecker : public Checker<eval::Call> { class
33 bool BuiltinFunctionChecker::evalCall(const CallEvent &Call, in evalCall()
132 mgr.registerChecker<BuiltinFunctionChecker>(); in registerBuiltinFunctionChecker()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td405 def BuiltinFunctionChecker : Checker<"BuiltinFunctions">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile612 SRCS_FUL+= StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp