Home
last modified time | relevance | path

Searched refs:PSK_DirectEscapeOnCall (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp240 if (Kind == PSK_DirectEscapeOnCall && guaranteedNotToCloseFile(*Call)) { in checkPointerEscape()
H A DFuchsiaHandleChecker.cpp578 (Kind == PSK_DirectEscapeOnCall || Kind == PSK_IndirectEscapeOnCall || in checkPointerEscape()
H A DStreamChecker.cpp1252 if (Kind == PSK_DirectEscapeOnCall && Call->isInSystemHeader()) in checkPointerEscape()
H A DMallocChecker.cpp3303 if (Kind == PSK_DirectEscapeOnCall && in checkPointerEscapeAux()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h84 PSK_DirectEscapeOnCall, enumerator
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp622 (Kind != PSK_DirectEscapeOnCall && in runCheckersForPointerEscape()
H A DExprEngine.cpp3538 SymbolsDirectlyInvalidated, Call, PSK_DirectEscapeOnCall, &ITraits); in notifyCheckersOfPointerEscape()