/openbsd/libexec/tradcpp/ |
H A D | directive.c | 118 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 D | eval.c | 323 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 D | files.c | 218 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 D | main.c | 147 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 D | place.c | 151 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 D | output.c | 57 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 D | utils.c | 128 complain(NULL, "Out of memory"); in domalloc() 147 complain(NULL, "Out of memory"); in dorealloc()
|
H A D | macro.c | 470 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 D | utils.h | 66 PF(2, 3) void complain(const struct place *, const char *fmt, ...);
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 3703 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 D | tree.c | 502 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);
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | complaints.c | 54 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 D | valops.c | 2659 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 D | pt.c | 4608 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 D | friend.c | 132 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 D | cp-lang.c | 106 tsubst_flags_t complain ATTRIBUTE_UNUSED, in objcp_tsubst_copy_and_build()
|
/openbsd/gnu/gcc/gcc/objcp/ |
H A D | objcp-lang.c | 110 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 D | unterminated-define.txt | 3 # RUN: echo "Don't complain about no RUN lines."
|
H A D | unterminated-redefine.txt | 3 # RUN: echo "Don't complain about no RUN lines."
|
H A D | unterminated-define-continuation.txt | 3 # RUN: echo "Don't complain about no RUN lines."
|
H A D | unterminated-redefine-continuation.txt | 3 # RUN: echo "Don't complain about no RUN lines."
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gdbinit.in | 102 # 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 D | gdbinit.in | 139 # 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 D | README.qnx | 21 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
|
/openbsd/usr.sbin/rpki-client/ |
H A D | cert.c | 1084 int complain = 0, acceptable = 1; in ta_check_validity() local 1095 complain = 1; in ta_check_validity() 1100 complain = 1; in ta_check_validity() 1103 complain = 1; in ta_check_validity() 1119 if (complain) { in ta_check_validity()
|