Searched refs:CheckEvaluationResult (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2330 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2489 if (!CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckLValueConstantExpression() 2574 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() function 2604 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2611 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2616 return CheckEvaluationResult( in CheckEvaluationResult() 2632 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), BaseValue, in CheckEvaluationResult() 2643 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2677 return CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckConstantExpression() 2687 return CheckEvaluationResult( in CheckFullyInitialized()
|