Home
last modified time | relevance | path

Searched refs:constr (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc420 learn_logical_operation (tree parent, tree constr, implication_context cxt) in learn_logical_operation() argument
422 learn_implications (parent, TREE_OPERAND (constr, 0), cxt); in learn_logical_operation()
423 learn_implications (parent, TREE_OPERAND (constr, 1), cxt); in learn_logical_operation()
427 learn_implications (tree parent, tree constr, implication_context cxt) in learn_implications() argument
429 switch (TREE_CODE (constr)) in learn_implications()
432 return learn_implication (parent, constr, cxt); in learn_implications()
437 return learn_logical_operation (parent, constr, cxt); in learn_implications()
442 return learn_logical_operation (parent, constr, cxt); in learn_implications()
454 learn_implications (tree tmpl, tree args, tree constr) in learn_implications() argument
465 if (TREE_CODE (constr) == CONJ_CONSTR) in learn_implications()
[all …]
H A Dpt.c4344 tree constr = TREE_TYPE (parm); in process_template_parm() local
4445 tree reqs = finish_shorthand_constraint (parm, constr); in process_template_parm()
14530 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in tsubst() local
14532 = tsubst_constraint (constr, args, complain, in_decl); in tsubst()
26036 tree constr = normalize_expression (expr); in make_constrained_auto() local
26037 PLACEHOLDER_TYPE_CONSTRAINTS (type) = constr; in make_constrained_auto()
26862 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (auto_node)) in do_auto_deduction() local
26867 gcc_assert (TREE_CODE (constr) == CHECK_CONSTR); in do_auto_deduction()
26868 tree cargs = CHECK_CONSTR_ARGS (constr); in do_auto_deduction()
26876 if (!constraints_satisfied_p (constr, cargs)) in do_auto_deduction()
[all …]
H A Dparser.c19006 tree constr = build_constraints (reqs, NULL_TREE); in cp_parser_alias_declaration() local
19007 set_constraints (decl, constr); in cp_parser_alias_declaration()
39139 synthesize_implicit_template_parm (cp_parser *parser, tree constr) in synthesize_implicit_template_parm() argument
39154 if (parser->implicit_template_scope && constr) in synthesize_implicit_template_parm()
39159 if (equivalent_placeholder_constraints (TREE_TYPE (t), constr)) in synthesize_implicit_template_parm()
39276 tree proto = constr ? DECL_INITIAL (constr) : NULL_TREE; in synthesize_implicit_template_parm()
39296 TREE_TYPE (node) = constr; in synthesize_implicit_template_parm()
H A Ddecl.c13862 tree constr = NULL_TREE; in xref_tag_1() local
13866 constr = build_constraints (reqs, NULL_TREE); in xref_tag_1()
13868 if (!redeclare_class_template (t, current_template_parms, constr)) in xref_tag_1()
H A Dsemantics.c2924 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm() local
2925 set_constraints (decl, constr); in finish_template_template_parm()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-generic.c879 tree constr; in expand_vector_condition() local
966 constr = build_constructor (type, v); in expand_vector_condition()
967 gimple_assign_set_rhs_from_tree (gsi, constr); in expand_vector_condition()
1304 tree constr, t, si, i_val; in lower_vec_perm() local
1436 constr = build_constructor (vect_type, v); in lower_vec_perm()
1437 gimple_assign_set_rhs_from_tree (gsi, constr); in lower_vec_perm()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-generic.c635 tree constr, t, si, i_val; in lower_vec_perm() local
723 constr = build_constructor (vect_type, v); in lower_vec_perm()
724 gimple_assign_set_rhs_from_tree (gsi, constr); in lower_vec_perm()