Searched refs:CERK (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConstant.cpp | 2202 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, 2432 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() argument 2462 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2469 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult() 2475 CERK, Info, DiagLoc, Value.getUnionField()->getType(), in CheckEvaluationResult() 2490 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), BaseValue, in CheckEvaluationResult() 2501 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult() 2509 CERK == CheckEvaluationResultKind::ConstantExpression) { in CheckEvaluationResult() 2517 CERK == CheckEvaluationResultKind::ConstantExpression) in CheckEvaluationResult()
|