Home
last modified time | relevance | path

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

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