Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DSType.cs44 internal bool NoExit { property
98 } else if (NoExit) { in ToString()
121 if (NoExit) { in IsSubOf()
124 if (s.NoExit) { in IsSubOf()
H A DWord.cs156 if (se.NoExit) {
H A DWordInterpreted.cs185 if (se.NoExit) { in AnalyseFlow()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h568 bool NoExit; variable
580 : PathDiagnosticPiece(Call), Caller(callerD), NoExit(false), in PathDiagnosticCallPiece()
583 : PathDiagnosticPiece(Call), Caller(caller), NoExit(true), in PathDiagnosticCallPiece()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1047 if (NoExit || IsCalleeAnAutosynthesizedPropertyAccessor) in getCallExitEvent()