Home
last modified time | relevance | path

Searched refs:CheckedICE (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp1958 Eval->CheckedICE = true; in evaluateValue()
1981 if (getASTContext().getLangOpts().CPlusPlus11 && !Eval->CheckedICE) { in evaluateValue()
1982 Eval->CheckedICE = true; in evaluateValue()
1995 if (Eval->CheckedICE) in checkInitIsICE()
2021 Eval->CheckedICE = true; in checkInitIsICE()
HDASTImporter.cpp3104 Eval->CheckedICE = true; in VisitVarDecl()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h618 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt()
629 bool CheckedICE : 1; member
1068 return Eval->CheckedICE; in isInitKnownICE()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp986 Eval->CheckedICE = true; in VisitVarDeclImpl()