Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMacOSKeychainAPIChecker.cpp31 class MacOSKeychainAPIChecker : public Checker<check::PreStmt<CallExpr>, class
154 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE()
166 const MacOSKeychainAPIChecker::ADFunctionInfo
167 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = {
178 unsigned MacOSKeychainAPIChecker::getTrackedFunctionIndex(StringRef Name, in getTrackedFunctionIndex()
220 void MacOSKeychainAPIChecker::
244 void MacOSKeychainAPIChecker::checkPreStmt(const CallExpr *CE, in checkPreStmt()
394 void MacOSKeychainAPIChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt()
441 MacOSKeychainAPIChecker::getAllocationNode(const ExplodedNode *N, in getAllocationNode()
465 MacOSKeychainAPIChecker::generateAllocatedDataNotReleasedReport( in generateAllocatedDataNotReleasedReport()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckers.td1131 def MacOSKeychainAPIChecker : Checker<"SecKeychainAPI">,
/freebsd-13-stable/lib/clang/libclang/
HDMakefile691 SRCS_FUL+= StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp