Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2111 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK,
2250 if (!CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckLValueConstantExpression()
2331 static bool CheckEvaluationResult(CheckEvaluationResultKind CERK, in CheckEvaluationResult() function
2356 if (!CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult()
2363 return CheckEvaluationResult(CERK, Info, DiagLoc, EltTy, in CheckEvaluationResult()
2368 return CheckEvaluationResult( in CheckEvaluationResult()
2378 if (!CheckEvaluationResult(CERK, Info, DiagLoc, BS.getType(), in CheckEvaluationResult()
2389 if (!CheckEvaluationResult(CERK, Info, DiagLoc, I->getType(), in CheckEvaluationResult()
2423 return CheckEvaluationResult(CheckEvaluationResultKind::ConstantExpression, in CheckConstantExpression()
2433 return CheckEvaluationResult( in CheckFullyInitialized()