Searched refs:CheckEvaluationResult (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2195 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2344 if (!CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckLValueConstantExpression() 2425 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() function 2455 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2462 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2467 return CheckEvaluationResult( in CheckEvaluationResult() 2483 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), BaseValue, in CheckEvaluationResult() 2494 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2528 return CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckConstantExpression() 2538 return CheckEvaluationResult( in CheckFullyInitialized()
|