Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp460 bool NoDiag = false; in ParseDirective() local
471 NoDiag = true; in ParseDirective()
484 if (NoDiag) { in ParseDirective()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16357 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag() function
16371 return NoDiag(); in CheckEvalInICE()
16485 return NoDiag(); in CheckICE()
16513 return NoDiag(); in CheckICE()
16530 return NoDiag(); in CheckICE()
16544 return NoDiag(); in CheckICE()
16587 return NoDiag(); in CheckICE()
16669 return NoDiag(); in CheckICE()
16699 return NoDiag(); in CheckICE()
16722 Exp->getCommon()->EvaluateKnownConstInt(Ctx) != 0) return NoDiag(); in CheckICE()
[all …]