Searched refs:IF_STMT_CONSTEVAL_P (Results 1 – 7 of 7) sorted by relevance
177 if (IF_STMT_CONSTEVAL_P (stmt)) in genericize_if_stmt()1098 if (IF_STMT_CONSTEVAL_P (stmt)) in cp_fold_r()
2558 (in_consteval_if_p, IF_STMT_CONSTEVAL_P): Define.2569 (cxx_eval_conditional_expression): For IF_STMT_CONSTEVAL_P evaluate2571 (potential_constant_expression_1): For IF_STMT_CONSTEVAL_P always2573 * cp-gimplify.c (genericize_if_stmt): Genericize IF_STMT_CONSTEVAL_P2575 * pt.c (tsubst_expr) <case IF_STMT>: Copy IF_STMT_CONSTEVAL_P.2577 IF_STMT_CONSTEVAL_P then branch.
3475 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()
5346 #define IF_STMT_CONSTEVAL_P(NODE) TREE_LANG_FLAG_2 (IF_STMT_CHECK (NODE)) macro
18900 IF_STMT_CONSTEVAL_P (stmt) = IF_STMT_CONSTEVAL_P (t); in tsubst_expr()18921 else if (IF_STMT_CONSTEVAL_P (t)) in tsubst_expr()
504 && IF_STMT_CONSTEVAL_P (b->this_entity)); in level_for_consteval_if()
12986 IF_STMT_CONSTEVAL_P (statement) = true; in cp_parser_selection_statement()