Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPMessageQueue.cpp58 const LDAPConstraints *constr=req->getConstraints(); in getNext() local
61 if (constr->getReferralChase() ){ in getNext()
82 if(constr->getReferralChase()){ in getNext()
119 if(constr->getReferralChase()){ in getNext()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1459 finish_shorthand_constraint (tree decl, tree constr) in finish_shorthand_constraint() argument
1462 if (!constr) in finish_shorthand_constraint()
1465 if (error_operand_p (constr)) in finish_shorthand_constraint()
1468 tree proto = CONSTRAINED_PARM_PROTOTYPE (constr); in finish_shorthand_constraint()
1469 tree con = CONSTRAINED_PARM_CONCEPT (constr); in finish_shorthand_constraint()
1470 tree args = CONSTRAINED_PARM_EXTRA_ARGS (constr); in finish_shorthand_constraint()
1520 tree constr = TEMPLATE_PARM_CONSTRAINTS (parm); in get_shorthand_constraints() local
1521 result = combine_constraint_expressions (result, constr); in get_shorthand_constraints()
2283 tree constr; member
2292 hashval_t value = hash_atomic_constraint (e->constr); in hash()
[all …]
H A Derror.c3799 print_requires_expression_info (diagnostic_context *context, tree constr, tree args) in print_requires_expression_info() argument
3802 tree expr = ATOMIC_CONSTR_EXPR (constr); in print_requires_expression_info()
3803 tree map = ATOMIC_CONSTR_MAP (constr); in print_requires_expression_info()
3832 tree constr = TREE_VALUE (failed); in maybe_print_single_constraint_context() local
3833 if (!constr || constr == error_mark_node) in maybe_print_single_constraint_context()
3835 tree cxt = CONSTR_CONTEXT (constr); in maybe_print_single_constraint_context()
3851 if (TREE_CODE (constr) == ATOMIC_CONSTR in maybe_print_single_constraint_context()
3852 && TREE_CODE (ATOMIC_CONSTR_EXPR (constr)) == REQUIRES_EXPR) in maybe_print_single_constraint_context()
3853 print_requires_expression_info (context, constr, args); in maybe_print_single_constraint_context()
H A Dpt.c4508 tree constr = TREE_TYPE (parm); in process_template_parm() local
4621 tree reqs = finish_shorthand_constraint (parm, constr); in process_template_parm()
6037 if (tree constr in push_template_decl_real() local
6041 constr = build_constraints (constr, NULL_TREE); in push_template_decl_real()
6042 set_constraints (decl, constr); in push_template_decl_real()
10558 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in any_template_parm_r() local
10559 WALK_SUBTREE (constr); in any_template_parm_r()
15532 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in tsubst() local
15533 PLACEHOLDER_TYPE_CONSTRAINTS (r) = constr; in tsubst()
29694 if (tree constr = TEMPLATE_PARM_CONSTRAINTS (node)) in convert_generic_types_to_packs() local
[all …]
H A Ddecl.c15078 tree constr = NULL_TREE; in xref_tag_1() local
15082 constr = build_constraints (reqs, NULL_TREE); in xref_tag_1()
15084 if (!redeclare_class_template (t, current_template_parms, constr)) in xref_tag_1()
H A Dsemantics.c3095 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm() local
3096 set_constraints (decl, constr); in finish_template_template_parm()
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A DMakefile.am41 t-ops2z t-assign t-constr t-rand
51 t_constr_SOURCES = t-constr.cc
H A DMakefile.in117 @WANT_CXX_TRUE@ t-constr$(EXEEXT) t-rand$(EXEEXT)
148 am_t_constr_OBJECTS = t-constr.$(OBJEXT)
726 t_constr_SOURCES = t-constr.cc
815 t-constr$(EXEEXT): $(t_constr_OBJECTS) $(t_constr_DEPENDENCIES) $(EXTRA_t_constr_DEPENDENCIES)
816 @rm -f t-constr$(EXEEXT)
1254 t-constr.log: t-constr$(EXEEXT)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1502 finish_shorthand_constraint (tree decl, tree constr) in finish_shorthand_constraint() argument
1505 if (!constr) in finish_shorthand_constraint()
1508 if (error_operand_p (constr)) in finish_shorthand_constraint()
1511 tree proto = CONSTRAINED_PARM_PROTOTYPE (constr); in finish_shorthand_constraint()
1512 tree con = CONSTRAINED_PARM_CONCEPT (constr); in finish_shorthand_constraint()
1513 tree args = CONSTRAINED_PARM_EXTRA_ARGS (constr); in finish_shorthand_constraint()
1563 tree constr = TEMPLATE_PARM_CONSTRAINTS (parm); in get_shorthand_constraints() local
1564 result = combine_constraint_expressions (result, constr); in get_shorthand_constraints()
3066 tree constr = TREE_VALUE (ci); in normalize_placeholder_type_constraints() local
3083 return normalize_constraint_expression (constr, info); in normalize_placeholder_type_constraints()
H A Derror.cc3900 print_requires_expression_info (diagnostic_context *context, tree constr, tree args) in print_requires_expression_info() argument
3903 tree expr = ATOMIC_CONSTR_EXPR (constr); in print_requires_expression_info()
3904 tree map = ATOMIC_CONSTR_MAP (constr); in print_requires_expression_info()
3933 tree constr = TREE_VALUE (failed); in maybe_print_single_constraint_context() local
3934 if (!constr || constr == error_mark_node) in maybe_print_single_constraint_context()
3936 tree cxt = CONSTR_CONTEXT (constr); in maybe_print_single_constraint_context()
3952 if (TREE_CODE (constr) == ATOMIC_CONSTR in maybe_print_single_constraint_context()
3953 && TREE_CODE (ATOMIC_CONSTR_EXPR (constr)) == REQUIRES_EXPR) in maybe_print_single_constraint_context()
3954 print_requires_expression_info (context, constr, args); in maybe_print_single_constraint_context()
H A Dpt.cc4644 tree constr = TREE_TYPE (parm); in process_template_parm() local
4741 tree reqs = finish_shorthand_constraint (parm, constr); in process_template_parm()
6198 if (tree constr in push_template_decl() local
6202 constr = build_constraints (constr, NULL_TREE); in push_template_decl()
6203 set_constraints (decl, constr); in push_template_decl()
10844 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t)) in any_template_parm_r() local
10845 WALK_SUBTREE (constr); in any_template_parm_r()
30497 else if (tree constr = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (auto_node))) in do_auto_deduction() local
30507 if (placeholder_type_constraint_dependent_p (constr)) in do_auto_deduction()
30776 if (tree constr = TEMPLATE_PARM_CONSTRAINTS (node)) in convert_generic_types_to_packs() local
[all …]
H A Dmodule.cc10678 tree constr = NULL_TREE; in key_mergeable() local
10684 constr = tree_node (); in key_mergeable()
10685 if (constr) in key_mergeable()
10686 set_constraints (inner, constr); in key_mergeable()
10693 if (constr) in key_mergeable()
H A Ddecl.cc15896 tree constr = NULL_TREE; in xref_tag() local
15900 constr = build_constraints (reqs, NULL_TREE); in xref_tag()
15902 if (!redeclare_class_template (t, current_template_parms, constr)) in xref_tag()
H A Dsemantics.cc3404 tree constr = build_constraints (reqs, NULL_TREE); in finish_template_template_parm() local
3405 set_constraints (decl, constr); in finish_template_template_parm()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc1345 StringExp *constr = (*s->constraints)[i]->toStringExp (); in visit() local
1346 const char *cstring = (const char *)(constr->len in visit()
1347 ? constr->string : ""); in visit()
1348 tree str = build_string (constr->len, cstring); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc1332 StringExp *constr = (StringExp *)(*s->constraints)[i]; in visit() local
1333 const char *cstring = (const char *)(constr->len in visit()
1334 ? constr->string : ""); in visit()
1335 tree str = build_string (constr->len, cstring); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc1049 tree constr; in expand_vector_condition() local
1186 constr = build_vector_from_ctor (type, v); in expand_vector_condition()
1188 constr = build_constructor (type, v); in expand_vector_condition()
1189 gimple_assign_set_rhs_from_tree (gsi, constr); in expand_vector_condition()
1540 tree constr, t, si, i_val; in lower_vec_perm() local
1703 constr = build_vector_from_ctor (vect_type, v); in lower_vec_perm()
1705 constr = build_constructor (vect_type, v); in lower_vec_perm()
1706 gimple_assign_set_rhs_from_tree (gsi, constr); in lower_vec_perm()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c946 tree constr; in expand_vector_condition() local
1055 constr = build_constructor (type, v); in expand_vector_condition()
1056 gimple_assign_set_rhs_from_tree (gsi, constr); in expand_vector_condition()
1393 tree constr, t, si, i_val; in lower_vec_perm() local
1551 constr = build_constructor (vect_type, v); in lower_vec_perm()
1552 gimple_assign_set_rhs_from_tree (gsi, constr); in lower_vec_perm()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-ldmstm.ml65 let constr thumb = function
79 (nregs + 1) (inout_constr op_type) (constr thumb)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-ldmstm.ml65 let constr thumb = function
79 (nregs + 1) (inout_constr op_type) (constr thumb)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.md3153 bset%? %0,%1,%2 ;;peep2, constr 1
3154 bset %0,%1,%2 ;;peep2, constr 2
3155 bset %0,%1,%2 ;;peep2, constr 3"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.md3122 bset%? %0,%1,%2 ;;peep2, constr 1
3123 bset %0,%1,%2 ;;peep2, constr 2
3124 bset %0,%1,%2 ;;peep2, constr 3"
/netbsd-src/external/gpl3/binutils/dist/gold/po/
H A Dro.po3854 msgstr "constrângerile SPECIALE nu sunt implementate"
3858 msgstr "definiție nepotrivită pentru secțiunile constrânse"
3899 msgstr "nicio constrângere de secțiune care se potrivește"
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/po/
H A Dro.po769 msgstr "constrângere necunoscută `%c'"
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/po/
H A Dro.po769 msgstr "constrângere necunoscută `%c'"

12