Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp492 ER = VerifyIntegerConstantExpression(E, AllowFold); in ActOnCaseExpr()
H A DSemaExprCXX.cpp1924 NumElts, nullptr, diag::err_new_array_nonconst, AllowFold) in ActOnCXXNew()
H A DSemaOpenMP.cpp7225 VerifyIntegerConstantExpression(NewStep, /*FIXME*/ AllowFold).get(); in ActOnOpenMPDeclareSimdDirective()
16744 ICE = VerifyIntegerConstantExpression(E, &Result, Diagnoser, AllowFold); in VerifyPositiveIntegerConstantInClause()
16746 ICE = VerifyIntegerConstantExpression(E, &Result, /*FIXME*/ AllowFold); in VerifyPositiveIntegerConstantInClause()
H A DSemaDecl.cpp18367 ExprResult ICE = VerifyIntegerConstantExpression(BitWidth, &Value, AllowFold); in VerifyBitField()
19741 VerifyIntegerConstantExpression(Val, &EnumVal, AllowFold) in CheckEnumConstant()
H A DSemaInit.cpp3326 S.VerifyIntegerConstantExpression(Index, &Value, Sema::AllowFold); in CheckArrayDesignatorExpr()
H A DSemaType.cpp2364 VerifyIntegerConstantExpression(BitWidth, &Bits, /*FIXME*/ AllowFold); in BuildBitIntType()
H A DSemaDeclCXX.cpp17454 FoldKind = AllowFold; in BuildStaticAssertDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3554 Sema::AllowFold); in ParseOpenMPIndirectClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13310 AllowFold, enumerator