Home
last modified time | relevance | path

Searched refs:NoExit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h571 bool NoExit; variable
583 : PathDiagnosticPiece(Call), Caller(callerD), NoExit(false), in PathDiagnosticCallPiece()
586 : PathDiagnosticPiece(Call), Caller(caller), NoExit(true), in PathDiagnosticCallPiece()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp1045 if (NoExit || IsCalleeAnAutosynthesizedPropertyAccessor) in getCallExitEvent()