Searched defs:constr (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | constraint.cc | 420 learn_logical_operation (tree parent, tree constr, implication_context cxt) in learn_logical_operation() 427 learn_implications (tree parent, tree constr, implication_context cxt) in learn_implications() 454 learn_implications (tree tmpl, tree args, tree constr) in learn_implications() 625 tree constr = build_nt (EXPR_CONSTR, TREE_OPERAND (t, 0)); in normalize_compound_requirement() local 699 tree constr = normalize_requirement (TREE_VALUE (t)); in normalize_requirements() local 1025 tree constr = normalize_expression (expr); in normalize_predicate_constraint() local 1256 finish_shorthand_constraint (tree decl, tree constr) in finish_shorthand_constraint() 1309 tree constr = TEMPLATE_PARM_CONSTRAINTS (parm); in get_shorthand_constraints() local 1434 tree constr = normalize_expression (check); in finish_template_introduction() local 2137 tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (placeholder); in satisfy_argument_deduction_constraint() local [all …]
|
H A D | pt.c | 4344 tree constr = TREE_TYPE (parm); in process_template_parm() local 14530 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in tsubst() local 26036 tree constr = normalize_expression (expr); in make_constrained_auto() local 26862 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (auto_node)) in do_auto_deduction() local
|
H A D | semantics.c | 2924 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm() local
|
H A D | decl.c | 13862 tree constr = NULL_TREE; in xref_tag_1() local
|
H A D | parser.c | 19006 tree constr = build_constraints (reqs, NULL_TREE); in cp_parser_alias_declaration() local 39139 synthesize_implicit_template_parm (cp_parser *parser, tree constr) in synthesize_implicit_template_parm()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vect-generic.c | 879 tree constr; in expand_vector_condition() local 1304 tree constr, t, si, i_val; in lower_vec_perm() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vect-generic.c | 635 tree constr, t, si, i_val; in lower_vec_perm() local
|