Home
last modified time | relevance | path

Searched refs:complain (Results 1 – 25 of 233) sorted by relevance

12345678910

/openbsd/libexec/tradcpp/
H A Ddirective.c118 complain(p2, "Garbage after %s argument", what); in oneword()
257 complain(&lp->current, "#elif after #else"); in d_elif()
294 complain(&lp->current, in d_else()
319 complain(&lp->current, "Unmatched #endif"); in d_endif()
493 complain(&lp->current, in d_line()
499 complain(&lp->current, in d_line()
515 complain(&lp->current, in d_line()
541 complain(&lp->current, "#warning: %s", msg); in d_warning()
555 complain(&lp->current, "#error: %s", msg); in d_error()
569 complain(&lp->current, "#pragma %s", line); in d_pragma()
[all …]
H A Deval.c323 complain(p, "Negative bit-shift"); in eval_bop()
351 complain(p, "Integer overflow"); in eval_bop()
356 complain(p, "Integer underflow"); in eval_bop()
373 complain(p, "Integer overflow"); in eval_bop()
381 complain(p, "Integer overflow"); in eval_bop()
386 complain(p, "Integer underflow"); in eval_bop()
395 complain(p, "Integer overflow"); in eval_bop()
400 complain(p, "Integer underflow"); in eval_bop()
408 complain(p, "Division by zero"); in eval_bop()
416 complain(p, "Modulus by zero"); in eval_bop()
[all …]
H A Dfiles.c218 complain(&places.current, in file_read()
233 complain(NULL, "%s: %s", in file_read()
246 complain(&ptmp, "Unclosed comment"); in file_read()
249 complain(&ptmp, in file_read()
352 complain(NULL, "%s: %s", file, strerror(errno)); in file_tryopen()
396 complain(place, "Include file %s not found", name); in file_search()
426 complain(NULL, "%s: %s", name, strerror(errno)); in file_readabsolute()
H A Dmain.c147 complain(NULL, "-D: macro name expected"); in commandline_def()
171 complain(NULL, "-U: macro name expected"); in commandline_undef()
391 complain(NULL, "Empty include directory"); in commandline_addincpath()
508 complain(NULL, "-iprefix needed"); in commandline_addincpath_user_withprefix()
523 complain(NULL, "-iprefix needed"); in commandline_addincpath_late_withprefix()
540 complain(NULL, "Standard %s not supported by this preprocessor", std); in commandline_setstd()
567 complain(NULL, "-iremap not supported"); in commandline_iremap()
583 complain(NULL, "Invalid tabstop"); in commandline_tabstop()
590 complain(NULL, "Invalid tabstop"); in commandline_tabstop()
594 complain(NULL, "Preposterously large tabstop"); in commandline_tabstop()
[all …]
H A Dplace.c151 complain(place, "Maximum include nesting depth exceeded"); in place_addfile()
204 complain(p, "Column numbering overflow"); in place_addcolumns()
218 complain(p, "Line numbering overflow"); in place_addlines()
288 complain(const struct place *p, const char *fmt, ...) in complain() function
326 complain(p, "%s: %s", file, strerror(errno)); in debuglog_open()
H A Doutput.c57 complain(NULL, "%s: %s", in output_open()
84 complain(NULL, "%s: write: %s", in dowrite()
89 complain(NULL, "%s: giving up", in dowrite()
H A Dutils.c128 complain(NULL, "Out of memory"); in domalloc()
147 complain(NULL, "Out of memory"); in dorealloc()
H A Dmacro.c470 complain(p1, "Invalid macro name %s", macro); in macro_define_common_start()
499 complain(&m->defplace, in macro_define_common_end()
502 complain(&oldm->defplace, in macro_define_common_end()
538 complain(p, "Invalid macro parameter name %s", param); in macro_parse_parameters()
816 complain(p, "Wrong number of arguments for macro %s; " in expand_substitute()
885 complain(p, "Too many arguments for defined()"); in expand_domacro()
1138 complain(p, "Unclosed argument list for macro %s", in expand_got_eof()
1141 complain(p, "Unclosed argument list for defined()"); in expand_got_eof()
H A Dutils.h66 PF(2, 3) void complain(const struct place *, const char *fmt, ...);
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c3703 complain, in coerce_template_parms() argument
4379 complain, in_decl);
5847 complain,
5862 complain);
5994 complain);
6062 complain);
6183 complain, t,
6214 complain, t);
6367 complain,
7251 complain);
[all …]
H A Dtree.c502 cp_build_qualified_type_real (type, type_quals, complain) in cp_build_qualified_type_real() argument
505 tsubst_flags_t complain;
547 else if (!(complain & (tf_error | tf_ignore_bad_quals)))
549 else if (bad_func_quals && !(complain & tf_error))
553 if (complain & tf_ignore_bad_quals)
562 if (!(complain & tf_ignore_bad_quals)
577 complain);
619 t = cp_build_qualified_type_real (t, type_quals, complain);
H A Dtypeck2.c1370 add_exception_specifier (list, spec, complain) in add_exception_specifier() argument
1372 int complain;
1390 if (complain < 0)
1422 if (diag_type >= 0 && complain)
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcomplaints.c54 struct complain struct
60 struct complain *next; argument
74 struct complain *root;
92 static struct complain complaint_sentinel;
125 static struct complain *
129 struct complain *complaint; in find_complaint()
146 complaint = XMALLOC (struct complain); in find_complaint()
174 struct complain *complaint = find_complaint (complaints, file, line, fmt); in vcomplaint()
274 struct complain *p; in clear_complaints()
H A Dvalops.c2659 value_of_local (const char *name, int complain) in value_of_local() argument
2667 if (complain) in value_of_local()
2676 if (complain) in value_of_local()
2685 if (complain) in value_of_local()
2696 if (complain) in value_of_local()
2703 if (ret == 0 && complain) in value_of_local()
2713 value_of_this (int complain) in value_of_this() argument
2716 return value_of_local ("self", complain); in value_of_this()
2718 return value_of_local ("this", complain); in value_of_this()
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c4608 complain, in lookup_template_class()
4679 complain, in lookup_template_class()
4710 complain, in lookup_template_class()
4769 complain)) in lookup_template_class()
6536 complain); in tsubst_decl()
6903 complain, in tsubst_decl()
7412 complain); in tsubst()
7627 complain); in tsubst()
7826 complain); in tsubst()
9553 complain); in instantiate_template()
[all …]
H A Dfriend.c132 add_friend (tree type, tree decl, bool complain) in add_friend() argument
156 if (complain) in add_friend()
202 make_friend_class (tree type, tree friend_type, bool complain) in make_friend_class() argument
256 if (complain) in make_friend_class()
368 if (complain) in make_friend_class()
377 if (complain) in make_friend_class()
H A Dcp-lang.c106 tsubst_flags_t complain ATTRIBUTE_UNUSED, in objcp_tsubst_copy_and_build()
/openbsd/gnu/gcc/gcc/objcp/
H A Dobjcp-lang.c110 objcp_tsubst_copy_and_build (tree t, tree args, tsubst_flags_t complain, in objcp_tsubst_copy_and_build() argument
114 tsubst_copy_and_build (NODE, args, complain, in_decl, \ in objcp_tsubst_copy_and_build()
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/
H A Dunterminated-define.txt3 # RUN: echo "Don't complain about no RUN lines."
H A Dunterminated-redefine.txt3 # RUN: echo "Don't complain about no RUN lines."
H A Dunterminated-define-continuation.txt3 # RUN: echo "Don't complain about no RUN lines."
H A Dunterminated-redefine-continuation.txt3 # RUN: echo "Don't complain about no RUN lines."
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgdbinit.in102 # Make gdb complain about symbol reading errors. This is so that gcc
109 # USE_SYSTEM_ABORT is defined, so gdb may complain and bail out.
/openbsd/gnu/gcc/gcc/
H A Dgdbinit.in139 # Make gdb complain about symbol reading errors. This is so that gcc
146 # USE_SYSTEM_ABORT is defined, so gdb may complain and bail out.
/openbsd/gnu/usr.bin/perl/
H A DREADME.qnx21 Some tests may complain under known circumstances.
91 dist/Cwd/Cwd.t will complain if `pwd` and cwd don't give
96 lib/File/Find/taint.t will complain if '.' is in your

12345678910