Home
last modified time | relevance | path

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

/freebsd-13.1/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()
133 mgr.registerChecker<BuiltinFunctionChecker>(); in registerBuiltinFunctionChecker()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile540 SRCS_FUL+= StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td391 def BuiltinFunctionChecker : Checker<"BuiltinFunctions">,