Searched refs:complain (Results 1 - 25 of 44) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcomplaints.c54 struct complain struct
60 struct complain *next;
74 struct complain *root;
92 static struct complain complaint_sentinel;
125 static struct complain *
129 struct complain *complaint;
146 complaint = XMALLOC (struct complain);
174 struct complain *complaint = find_complaint (complaints, file, line, fmt);
274 struct complain *p;
H A Dvalue.h469 extern struct value *value_of_this (int complain);
564 extern struct value *value_of_local (const char *name, int complain);
H A Dlanguage.h236 struct value *(*la_value_of_this) (int complain);
H A Dvalops.c2661 value_of_local (const char *name, int complain)
2669 if (complain)
2678 if (complain)
2687 if (complain)
2698 if (complain)
2705 if (ret == 0 && complain)
2715 value_of_this (int complain)
2718 return value_of_local ("self", complain);
2720 return value_of_local ("this", complain);
2659 value_of_local(const char *name, int complain) argument
2713 value_of_this(int complain) argument
/openbsd-current/libexec/tradcpp/
H A Ddirective.c118 complain(p2, "Garbage after %s argument", what);
194 /* trim to fit, so the malloc debugging won't complain */
257 complain(&lp->current, "#elif after #else");
270 /* trim to fit, so the malloc debugging won't complain */
294 complain(&lp->current,
319 complain(&lp->current, "Unmatched #endif");
352 complain(p2, "Left parenthesis in macro parameters");
358 complain(p2, "Unclosed macro parameter list");
366 complain(p2, "Trash after macro parameter list");
453 /* trim to fit, so the malloc debugging won't complain */
[all...]
H A Doutput.c57 complain(NULL, "%s: %s",
84 complain(NULL, "%s: write: %s",
89 complain(NULL, "%s: giving up",
H A Deval.c323 complain(p, "Negative bit-shift");
328 complain(p, "Bit-shift farther than type width");
351 complain(p, "Integer overflow");
356 complain(p, "Integer underflow");
373 complain(p, "Integer overflow");
381 complain(p, "Integer overflow");
386 complain(p, "Integer underflow");
395 complain(p, "Integer overflow");
400 complain(p, "Integer underflow");
408 complain(
[all...]
H A Dfiles.c218 complain(&places.current,
233 complain(NULL, "%s: %s",
246 complain(&ptmp, "Unclosed comment");
249 complain(&ptmp,
352 complain(NULL, "%s: %s", file, strerror(errno));
396 complain(place, "Include file %s not found", name);
426 complain(NULL, "%s: %s", name, strerror(errno));
H A Dplace.c151 complain(place, "Maximum include nesting depth exceeded");
203 /* overflow (use the old place to complain) */
204 complain(p, "Column numbering overflow");
217 /* overflow (use the old place to complain) */
218 complain(p, "Line numbering overflow");
288 complain(const struct place *p, const char *fmt, ...) function
326 complain(p, "%s: %s", file, strerror(errno));
H A Dmain.c147 complain(NULL, "-D: macro name expected");
171 complain(NULL, "-U: macro name expected");
391 complain(NULL, "Empty include directory");
508 complain(NULL, "-iprefix needed");
523 complain(NULL, "-iprefix needed");
540 complain(NULL, "Standard %s not supported by this preprocessor", std);
553 complain(NULL, "Language %s not supported by this preprocessor", lang);
567 complain(NULL, "-iremap not supported");
583 complain(NULL, "Invalid tabstop");
590 complain(NUL
[all...]
H A Dutils.h66 PF(2, 3) void complain(const struct place *, const char *fmt, ...);
H A Dutils.c128 complain(NULL, "Out of memory");
147 complain(NULL, "Out of memory");
H A Dmacro.c470 complain(p1, "Invalid macro name %s", macro);
491 //complain(&m->defplace,
493 //complain(&oldm->defplace,
499 complain(&m->defplace,
502 complain(&oldm->defplace,
538 complain(p, "Invalid macro parameter name %s", param);
816 complain(p, "Wrong number of arguments for macro %s; "
885 complain(p, "Too many arguments for defined()");
1138 complain(p, "Unclosed argument list for macro %s",
1141 complain(
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c3087 we would otherwise complain below. */
3405 coerce_template_template_parms (parm_parms, arg_parms, complain,
3408 tsubst_flags_t complain;
3452 complain, in_decl,
3463 complain, in_decl),
3483 convert_template_argument (parm, arg, args, complain, i, in_decl)
3487 tsubst_flags_t complain;
3546 complain & tf_error);
3553 if (complain & tf_error)
3569 if (in_decl && (complain
7488 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl); local
7741 tsubst_expr (FOR_INIT_STMT (t), args, complain, in_decl); local
7748 tsubst_expr (FOR_BODY (t), args, complain, in_decl); local
7760 tsubst_expr (WHILE_BODY (t), args, complain, in_decl); local
7769 tsubst_expr (DO_BODY (t), args, complain, in_decl); local
7810 tsubst_expr (COMPOUND_BODY (t), args, complain, in_decl); local
7837 tsubst_expr (SWITCH_BODY (t), args, complain, in_decl); local
7845 tsubst_expr (CASE_HIGH (t), args, complain, local
7888 tsubst_expr (TRY_STMTS (t), args, complain, in_decl); local
7901 tsubst_expr (TRY_STMTS (t), args, complain, in_decl); local
7908 tsubst_expr (TRY_HANDLERS (t), args, complain, in_decl); local
7934 tsubst_expr (HANDLER_BODY (t), args, complain, in_decl); local
7941 tsubst (TREE_TYPE (t), args, complain, NULL_TREE); local
[all...]
H A Dtree.c504 cp_build_qualified_type_real (type, type_quals, complain)
507 tsubst_flags_t complain;
549 else if (!(complain & (tf_error | tf_ignore_bad_quals)))
551 else if (bad_func_quals && !(complain & tf_error))
555 if (complain & tf_ignore_bad_quals)
564 if (!(complain & tf_ignore_bad_quals)
579 complain);
621 t = cp_build_qualified_type_real (t, type_quals, complain);
H A Dtypeck2.c1027 complain unless we used all the elements of the constructor. */
1375 add_exception_specifier (list, spec, complain)
1377 int complain;
1395 if (complain < 0)
1427 if (diag_type >= 0 && complain)
1480 /* Don't complain about calls to op new. */
H A Dcvt.c1026 which indicates which types are suitable. If COMPLAIN is 1, complain
1030 build_expr_type_conversion (desires, expr, complain)
1033 int complain;
1117 if (complain)
H A Dsearch.c1599 lookup_nested_field (name, complain)
1601 int complain;
1619 id = lookup_field (DECL_CONTEXT (t), name, complain, 0);
1632 if (complain)
1639 complain as a 0 and just return a NULL_TREE. */
/openbsd-current/gnu/gcc/gcc/cp/
H A Dpt.c3876 tsubst_flags_t complain,
3922 (parmparm, argparm, complain, in_decl, outer_args))
3937 (tsubst (TREE_TYPE (parm), outer_args, complain, in_decl),
3960 tsubst_flags_t complain,
4004 complain & tf_error);
4011 if (complain & tf_error)
4030 if (in_decl && (complain & tf_error))
4057 complain, in_decl,
4070 if (in_decl && (complain & tf_error))
4095 tree t = tsubst (TREE_TYPE (parm), args, complain, in_dec
3874 coerce_template_template_parms(tree parm_parms, tree arg_parms, tsubst_flags_t complain, tree in_decl, tree outer_args) argument
3957 convert_template_argument(tree parm, tree arg, tree args, tsubst_flags_t complain, int i, tree in_decl) argument
4137 coerce_template_parms(tree parms, tree args, tree in_decl, tsubst_flags_t complain, bool require_all_args, bool use_default_args) argument
4495 lookup_template_class(tree d1, tree arglist, tree in_decl, tree context, int entering_scope, tsubst_flags_t complain) argument
6128 tsubst_template_arg(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
6148 tsubst_template_args(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
6190 tsubst_template_parms(tree parms, tree args, tsubst_flags_t complain) argument
6256 tsubst_aggr_type(tree t, tree args, tsubst_flags_t complain, tree in_decl, int entering_scope) argument
6413 tsubst_decl(tree t, tree args, tsubst_flags_t complain) argument
7048 tsubst_arg_types(tree arg_types, tree args, tsubst_flags_t complain, tree in_decl) argument
7122 tsubst_function_type(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
7196 tsubst_exception_specification(tree fntype, tree args, tsubst_flags_t complain, tree in_decl) argument
7241 tsubst(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
7841 tsubst_baselink(tree baselink, tree object_type, tree args, tsubst_flags_t complain, tree in_decl) argument
7907 tsubst_qualified_id(tree qualified_id, tree args, tsubst_flags_t complain, tree in_decl, bool done, bool address_p) argument
8023 tsubst_copy(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
8397 tsubst_omp_clauses(tree clauses, tree args, tsubst_flags_t complain, tree in_decl) argument
8439 tsubst_copy_asm_operands(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
8474 tsubst_expr(tree t, tree args, tsubst_flags_t complain, tree in_decl, bool integral_constant_expression_p) argument
8751 tsubst (TREE_TYPE (t), args, complain, NULL_TREE); local
8846 tsubst_non_call_postfix_expression(tree t, tree args, tsubst_flags_t complain, tree in_decl) argument
8865 tsubst_copy_and_build(tree t, tree args, tsubst_flags_t complain, tree in_decl, bool function_p, bool integral_constant_expression_p) argument
9433 tsubst_expr (STMT_EXPR_STMT (t), args, complain, in_decl, local
9473 check_instantiated_args(tree tmpl, tree args, tsubst_flags_t complain) argument
9534 instantiate_template(tree tmpl, tree targ_ptr, tsubst_flags_t complain) argument
11738 do_type_instantiation(tree t, tree storage, tsubst_flags_t complain) argument
12646 invalid_nontype_parm_type_p(tree type, tsubst_flags_t complain) argument
[all...]
H A Dfriend.c132 add_friend (tree type, tree decl, bool complain) argument
156 if (complain)
202 make_friend_class (tree type, tree friend_type, bool complain) argument
256 if (complain)
368 if (complain)
377 if (complain)
492 add_friend (current_class_type, decl, /*complain=*/true);
569 /*complain=*/true);
H A Dcp-lang.c106 tsubst_flags_t complain ATTRIBUTE_UNUSED,
H A Dtree.c480 tsubst_flags_t complain)
499 complain);
541 t = cp_build_qualified_type_real (t, type_quals, complain);
569 else if (!(complain & (tf_error | tf_ignore_bad_quals)))
573 if (complain & tf_ignore_bad_quals)
581 if (!(complain & tf_ignore_bad_quals))
476 cp_build_qualified_type_real(tree type, int type_quals, tsubst_flags_t complain) argument
H A Dtypeck2.c1379 add_exception_specifier (tree list, tree spec, int complain)
1397 if (complain < 0)
1429 if (diag_type >= 0 && complain)
1480 /* Don't complain about calls to op new. */
1373 add_exception_specifier(tree list, tree spec, int complain) argument
/openbsd-current/gnu/gcc/gcc/objcp/
H A Dobjcp-lang.c110 objcp_tsubst_copy_and_build (tree t, tree args, tsubst_flags_t complain, argument
114 tsubst_copy_and_build (NODE, args, complain, in_decl, \
/openbsd-current/usr.bin/gencat/
H A Dgencat.c368 * them escaped and not complain.

Completed in 666 milliseconds

12