Home
last modified time | relevance | path

Searched refs:CONSTR_EXPR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc2454 collect_operands_of_disjunction_r (t, CONSTR_EXPR (t), operands); in collect_operands_of_disjunction()
2474 cp_expr disj_expr = CONSTR_EXPR (t); in satisfy_disjunction()
3157 tree expr = CONSTR_EXPR (t); in get_constraint_error_location()
H A Dcp-tree.h1592 #define CONSTR_EXPR(NODE) \ macro
1608 CONSTR_EXPR (ATOMIC_CONSTR_CHECK (NODE))
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2770 collect_operands_of_disjunction_r (t, CONSTR_EXPR (t), operands); in collect_operands_of_disjunction()
2795 cp_expr disj_expr = CONSTR_EXPR (t); in satisfy_disjunction()
3558 tree expr = CONSTR_EXPR (t); in get_constraint_error_location()
H A Dcp-tree.h1663 #define CONSTR_EXPR(NODE) \ macro
1690 CONSTR_EXPR (ATOMIC_CONSTR_CHECK (NODE))
H A DChangeLog-20191957 (CONSTR_CHECK, CONSTR_INFO, CONSTR_EXPR, CONSTR_CONTEXT): New.