Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14953 Expr *RHSExpr, bool ForFoldExpression) { in CreateBuiltinBinOp() argument
15083 !ForFoldExpression && BI && BI->isComparisonOp()) in CreateBuiltinBinOp()
15495 Expr *RHSExpr, bool ForFoldExpression) { in BuildBinOp() argument
15566 ForFoldExpression); in BuildBinOp()
15630 return CreateBuiltinBinOp(OpLoc, Opc, LHSExpr, RHSExpr, ForFoldExpression); in BuildBinOp()
H A DTreeTransform.h2974 bool ForFoldExpression = false) {
2976 ForFoldExpression);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7462 bool ForFoldExpression = false);
7469 bool ForFoldExpression = false);