Searched refs:REQUIRES_EXPR_REQS (Results 1 – 5 of 5) sorted by relevance
2283 for (tree reqs = REQUIRES_EXPR_REQS (t); reqs; reqs = TREE_CHAIN (reqs)) in tsubst_requires_expr()
5518 WALK_SUBTREE (REQUIRES_EXPR_REQS (*tp)); in cp_walk_subtrees()
2386 and REQUIRES_EXPR_REQS. Use REQUIRES_EXPR_EXTRA_ARGS,2392 * cp-tree.h (REQUIRES_EXPR_PARMS, REQUIRES_EXPR_REQS,
1757 #define REQUIRES_EXPR_REQS(NODE) \ macro
1860 WALK_SUBTREE to avoid the goto. Use REQUIRES_EXPR_REQS instead