Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-gimplify.cc177 if (IF_STMT_CONSTEVAL_P (stmt)) in genericize_if_stmt()
1098 if (IF_STMT_CONSTEVAL_P (stmt)) in cp_fold_r()
DChangeLog-20212558 (in_consteval_if_p, IF_STMT_CONSTEVAL_P): Define.
2569 (cxx_eval_conditional_expression): For IF_STMT_CONSTEVAL_P evaluate
2571 (potential_constant_expression_1): For IF_STMT_CONSTEVAL_P always
2573 * cp-gimplify.c (genericize_if_stmt): Genericize IF_STMT_CONSTEVAL_P
2575 * pt.c (tsubst_expr) <case IF_STMT>: Copy IF_STMT_CONSTEVAL_P.
2577 IF_STMT_CONSTEVAL_P then branch.
Dconstexpr.cc3475 if (TREE_CODE (t) == IF_STMT && IF_STMT_CONSTEVAL_P (t)) in cxx_eval_conditional_expression()
9521 if (TREE_CODE (t) != IF_STMT || !IF_STMT_CONSTEVAL_P (t)) in potential_constant_expression_1()
Dcp-tree.h5346 #define IF_STMT_CONSTEVAL_P(NODE) TREE_LANG_FLAG_2 (IF_STMT_CHECK (NODE)) macro
Dpt.cc18900 IF_STMT_CONSTEVAL_P (stmt) = IF_STMT_CONSTEVAL_P (t); in tsubst_expr()
18921 else if (IF_STMT_CONSTEVAL_P (t)) in tsubst_expr()
Ddecl.cc504 && IF_STMT_CONSTEVAL_P (b->this_entity)); in level_for_consteval_if()
Dparser.cc12986 IF_STMT_CONSTEVAL_P (statement) = true; in cp_parser_selection_statement()