Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp474 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
H A DSemaExprCXX.cpp1817 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
H A DSemaType.cpp2226 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildExtIntType()
H A DSemaDecl.cpp16583 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField()
17708 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
H A DSemaInit.cpp3164 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
H A DSemaOpenMP.cpp6559 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective()
13887 VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11910 AllowFold, enumerator