Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dgimplify.c3787 if (!SAVE_EXPR_RESOLVED_P (*expr_p)) in gimplify_save_expr()
3803 SAVE_EXPR_RESOLVED_P (*expr_p) = 1; in gimplify_save_expr()
Dexpr.c7043 if (!SAVE_EXPR_RESOLVED_P (exp)) in expand_expr_real_1()
7055 SAVE_EXPR_RESOLVED_P (exp) = 1; in expand_expr_real_1()
Dtree.h1095 #define SAVE_EXPR_RESOLVED_P(NODE) \ macro