Home
last modified time | relevance | path

Searched refs:EXPR_CONSTR_EXPR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc1624 tree expr = EXPR_CONSTR_EXPR (t); in tsubst_expr_constr()
2066 tree expr = EXPR_CONSTR_EXPR (t); in satisfy_expression_constraint()
2896 tree expr = EXPR_CONSTR_EXPR (orig); in diagnose_expression_constraint()
H A Dcp-tree.h1440 #define EXPR_CONSTR_EXPR(NODE) \ macro