HomeSort by: relevance | last modified time | path
    Searched refs:constr (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPMessageQueue.cpp 58 const LDAPConstraints *constr=req->getConstraints(); local
61 if (constr->getReferralChase() ){
82 if(constr->getReferralChase()){
119 if(constr->getReferralChase()){
  /src/external/lgpl3/gmp/dist/tests/cxx/
Makefile.am 41 t-ops2z t-assign t-constr t-rand
51 t_constr_SOURCES = t-constr.cc
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-tui.c 286 explicit gdbpy_tui_window_maker (gdbpy_ref<> &&constr)
287 : m_constr (std::move (constr))
417 gdbpy_tui_window_maker constr (gdbpy_ref<>::new_reference (cons_obj));
418 tui_register_window (name, constr);
  /src/external/gpl3/gdb/dist/gdb/python/
py-tui.c 296 explicit gdbpy_tui_window_maker (gdbpy_ref<> &&constr)
297 : m_constr (std::move (constr))
427 gdbpy_tui_window_maker constr (gdbpy_ref<>::new_reference (cons_obj));
428 tui_register_window (name, constr);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1494 requirements specified by CONSTR, a TYPE_DECL that contains all the
1502 finish_shorthand_constraint (tree decl, tree constr)
1505 if (!constr)
1508 if (error_operand_p (constr))
1511 tree proto = CONSTRAINED_PARM_PROTOTYPE (constr);
1512 tree con = CONSTRAINED_PARM_CONCEPT (constr);
1513 tree args = CONSTRAINED_PARM_EXTRA_ARGS (constr);
1563 tree constr = TEMPLATE_PARM_CONSTRAINTS (parm); local
1564 result = combine_constraint_expressions (result, constr);
3067 tree constr = TREE_VALUE (ci)
    [all...]
error.cc 3902 print_requires_expression_info (diagnostic_context *context, tree constr, tree args)
3905 tree expr = ATOMIC_CONSTR_EXPR (constr);
3906 tree map = ATOMIC_CONSTR_MAP (constr);
3935 tree constr = TREE_VALUE (failed);
3936 if (!constr || constr == error_mark_node)
3938 tree cxt = CONSTR_CONTEXT (constr);
3954 if (TREE_CODE (constr) == ATOMIC_CONSTR
3955 && TREE_CODE (ATOMIC_CONSTR_EXPR (constr)) == REQUIRES_EXPR)
3956 print_requires_expression_info (context, constr, args)
    [all...]
pt.cc 4662 tree constr = TREE_TYPE (parm); local
4759 tree reqs = finish_shorthand_constraint (parm, constr);
5056 template PARMS and constraints, CONSTR. If MEMBER_TEMPLATE_P is true,
6216 if (tree constr
6220 constr = build_constraints (constr, NULL_TREE);
6221 set_constraints (decl, constr);
10863 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t))
10864 WALK_SUBTREE (constr);
30536 else if (tree constr = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (auto_node))
    [all...]
module.cc 10678 tree constr = NULL_TREE;
10684 constr = tree_node ();
10685 if (constr)
10686 set_constraints (inner, constr);
10693 if (constr)
semantics.cc 3409 tree constr = build_constraints (reqs, NULL_TREE); local
3410 set_constraints (decl, constr);
decl.cc 15920 tree constr = NULL_TREE;
15924 constr = build_constraints (reqs, NULL_TREE);
15926 if (!redeclare_class_template (t, current_template_parms, constr))
15902 tree constr = NULL_TREE; local
parser.cc     [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 1057 tree constr; local
1194 constr = build_vector_from_ctor (type, v);
1196 constr = build_constructor (type, v);
1197 gimple_assign_set_rhs_from_tree (gsi, constr);
1549 tree constr, t, si, i_val;
1712 constr = build_vector_from_ctor (vect_type, v);
1714 constr = build_constructor (vect_type, v);
1715 gimple_assign_set_rhs_from_tree (gsi, constr);
1548 tree constr, t, si, i_val; local
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 1020 tree constr; local
1161 constr = build_vector_from_ctor (type, v);
1163 constr = build_constructor (type, v);
1164 gimple_assign_set_rhs_from_tree (gsi, constr);
1516 tree constr, t, si, i_val;
1682 constr = build_vector_from_ctor (vect_type, v);
1684 constr = build_constructor (vect_type, v);
1685 gimple_assign_set_rhs_from_tree (gsi, constr);
1515 tree constr, t, si, i_val; local
  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 1345 StringExp *constr = (*s->constraints)[i]->toStringExp (); local
1346 const char *cstring = (const char *)(constr->len
1347 ? constr->string : "");
1348 tree str = build_string (constr->len, cstring);
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 1568 requirements specified by CONSTR, a TYPE_DECL that contains all the
1576 finish_shorthand_constraint (tree decl, tree constr)
1579 if (!constr)
1582 if (error_operand_p (constr))
1585 tree proto = CONSTRAINED_PARM_PROTOTYPE (constr);
1586 tree con = CONSTRAINED_PARM_CONCEPT (constr);
1587 tree args = CONSTRAINED_PARM_EXTRA_ARGS (constr);
1640 tree constr = TEMPLATE_PARM_CONSTRAINTS (parm); local
1641 result = combine_constraint_expressions (result, constr);
3188 tree constr = TREE_VALUE (ci)
    [all...]
error.cc 3990 print_requires_expression_info (diagnostic_context *context, tree constr, tree args)
3993 tree expr = ATOMIC_CONSTR_EXPR (constr);
3994 tree map = ATOMIC_CONSTR_MAP (constr);
4023 tree constr = TREE_VALUE (failed);
4024 if (!constr || constr == error_mark_node)
4026 tree cxt = CONSTR_CONTEXT (constr);
4042 if (TREE_CODE (constr) == ATOMIC_CONSTR
4043 && TREE_CODE (ATOMIC_CONSTR_EXPR (constr)) == REQUIRES_EXPR)
4044 print_requires_expression_info (context, constr, args)
    [all...]
pt.cc 4655 tree constr = TREE_TYPE (parm); local
4753 tree reqs = finish_shorthand_constraint (parm, constr);
5076 template PARMS and constraints, CONSTR. If MEMBER_TEMPLATE_P is true,
6269 if (tree constr
6273 constr = build_constraints (constr, NULL_TREE);
6274 set_constraints (decl, constr);
10983 if (tree constr = PLACEHOLDER_TYPE_CONSTRAINTS (t))
10984 WALK_SUBTREE (constr);
31377 else if (tree constr = NON_ERROR (PLACEHOLDER_TYPE_CONSTRAINTS (auto_node))
    [all...]
mangle.cc 3124 if (tree constr = TREE_OPERAND (req, 1))
3127 write_type_constraint (PLACEHOLDER_TYPE_CONSTRAINTS (constr));
module.cc 11204 tree constr = NULL_TREE;
11210 constr = tree_node ();
11211 if (constr)
11212 set_constraints (inner, constr);
11219 if (constr)
semantics.cc 3781 tree constr = current_template_constraints (); local
3782 set_constraints (decl, constr);
parser.cc     [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-ldmstm.ml 65 let constr thumb = var
79 (nregs + 1) (inout_constr op_type) (constr thumb)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-ldmstm.ml 65 let constr thumb = var
79 (nregs + 1) (inout_constr op_type) (constr thumb)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 1209 get_pdt_constructor (gfc_expr *expr, gfc_constructor **constr,
1218 else if (constr)
1219 cons = *constr;
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 1233 get_pdt_constructor (gfc_expr *expr, gfc_constructor **constr,
1242 else if (constr)
1243 cons = *constr;

Completed in 229 milliseconds