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

1 2 3 4 5 6

  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-lang.cc 53 objcp_tsubst_expr (tree t, tree args, tsubst_flags_t complain, tree in_decl)
56 tsubst_expr (NODE, args, complain, in_decl)
72 ident = tsubst (ident, args, complain, in_decl);
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 77 tsubst_flags_t complain)
92 if (complain & tf_error)
101 if ((complain & tf_error)
116 return convert_member_func_to_ptr (type, expr, complain);
153 NULL, complain);
158 NULL, complain);
166 expr = build_base_path (code, expr, binfo, 0, complain);
174 if (complain & tf_error)
185 /*c_cast_p=*/false, complain);
192 dofold, complain);
    [all...]
typeck2.cc 40 tsubst_flags_t complain);
135 tsubst_flags_t complain)
156 if (!(complain & (tf_error|tf_decltype)))
169 if (!(complain & tf_error))
256 tsubst_flags_t complain /* = tf_warning_or_error */)
258 return abstract_virtuals_error (decl, type, ACU_UNKNOWN, complain);
263 tsubst_flags_t complain /* = tf_warning_or_error */)
265 return abstract_virtuals_error (NULL_TREE, type, use, complain);
972 check_narrowing (tree type, tree init, tsubst_flags_t complain,
979 if (((!warn_narrowing || !(complain & tf_warning)
    [all...]
typeck.cc 75 tsubst_flags_t complain /* = tf_warning_or_error */)
94 if (complete_type_or_maybe_complain (type, value, complain))
149 complete_type_or_maybe_complain (tree type, tree value, tsubst_flags_t complain)
157 if (complain & tf_error)
658 tsubst_flags_t complain)
687 add_const, operation, complain);
693 if (complain & tf_error)
719 if (complain & tf_error)
748 tsubst_flags_t complain)
783 if (complain & tf_error
    [all...]
call.cc 278 build_addr_func (tree function, tsubst_flags_t complain)
291 complain);
299 function = decay_conversion (function, complain, /*reject_builtin=*/false);
847 build_list_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
872 false, flags, complain);
928 can_convert_array (tree atype, tree from, int flags, tsubst_flags_t complain)
940 ok = can_convert_array (elttype, val, flags, complain);
943 complain);
984 build_aggr_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
1015 ok = can_convert_array (ftype, val, flags, complain);
4567 flags, &candidates, complain); local
4760 tsubst_flags_t complain = tf_warning_or_error; local
5366 LOOKUP_NORMAL, &candidates, complain); local
6953 flags, candidates, complain); local
6969 flags, candidates, complain); local
7617 LOOKUP_NORMAL, &candidates, complain); local
8070 complain); local
    [all...]
pt.cc 2319 tsubst_flags_t complain = tf_none; local
2320 freq = tsubst_constraint_info (freq, fargs, complain, fn);
3011 /*complain*/true));
3785 expand_integer_pack (tree call, tree args, tsubst_flags_t complain,
3789 tree hi = tsubst_expr (ohi, args, complain, in_decl);
3798 tree ex = make_pack_expansion (call, complain);
3805 hi = instantiate_non_dependent_expr (hi, complain);
3806 hi = cxx_constant_value (hi, complain);
3816 if ((complain & tf_error)
3836 expand_builtin_pack_call (tree call, tree args, tsubst_flags_t complain,
13347 tsubst_flags_t complain; member in class:el_data
13361 tsubst_flags_t complain = data.complain; local
17707 complain, in_decl); local
19538 complain)); local
19806 complain); local
21834 tsubst_stmt (STMT_EXPR_STMT (t), args, complain, in_decl); local
22524 tsubst_flags_t complain = (explain_p ? tf_warning_or_error : tf_none); local
23548 tsubst_flags_t complain = (explain_p local
24665 tsubst_flags_t complain = (explain_p local
30329 tsubst_flags_t complain = tf_none; local
30463 tsubst_flags_t complain = tf_none; local
    [all...]
init.cc 330 build_value_init (tree type, tsubst_flags_t complain)
357 NULL, type, LOOKUP_NORMAL, complain);
384 tree r = build_value_init_noctor (type, complain);
393 build_value_init_noctor (tree type, tsubst_flags_t complain)
397 if (complain & tf_error)
450 value = build_value_init (ftype, complain);
480 if (complain & tf_error)
499 ce.value = build_value_init (TREE_TYPE (type), complain);
519 if (complain & tf_error)
525 if (complain & tf_error
    [all...]
rtti.cc 264 get_tinfo_decl_dynamic (tree exp, tsubst_flags_t complain)
272 exp = resolve_nondeduced_context (exp, complain);
283 type = complete_type_or_maybe_complain (type, exp, complain);
351 build_typeid (tree exp, tsubst_flags_t complain)
368 exp = cp_build_addr_expr (exp, complain);
370 cond = cp_convert (boolean_type_node, exp, complain);
374 exp = get_tinfo_decl_dynamic (exp, complain);
507 get_typeid (tree type, tsubst_flags_t complain)
525 if (complain & tf_error)
537 type = complete_type_or_maybe_complain (type, NULL_TREE, complain);
    [all...]
except.cc 613 build_throw (location_t loc, tree exp, tsubst_flags_t complain)
627 if (exp && null_node_p (exp) && (complain & tf_warning))
633 complain))
728 complain);
731 if (complain & tf_error)
738 tree tmp = decay_conversion (exp, complain);
763 complain);
767 dtor_fn, complain))
780 tree tmp = cp_build_function_call_nary (throw_fn, complain,
802 exp = cp_build_function_call_vec (rethrow_fn, NULL, complain);
    [all...]
friend.cc 163 If COMPLAIN is true, warning about duplicate friend is issued.
168 add_friend (tree type, tree decl, bool complain)
192 if (complain)
234 If COMPLAIN is true, warning about duplicate friend is issued.
239 make_friend_class (tree type, tree friend_type, bool complain)
288 So don't complain in C++11 mode. */
290 pedwarn (input_location, complain ? 0 : OPT_Wpedantic,
333 if (complain)
456 if (complain)
466 if (complain)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 77 tsubst_flags_t complain)
92 if (complain & tf_error)
101 if ((complain & tf_error)
116 return convert_member_func_to_ptr (type, expr, complain);
153 NULL, complain);
158 NULL, complain);
166 expr = build_base_path (code, expr, binfo, 0, complain);
174 if (complain & tf_error)
185 /*c_cast_p=*/false, complain);
192 dofold, complain);
    [all...]
typeck2.cc 40 tsubst_flags_t complain);
135 tsubst_flags_t complain)
156 if (!(complain & (tf_error|tf_decltype)))
169 if (!(complain & tf_error))
255 abstract_virtuals_error_sfinae (tree decl, tree type, tsubst_flags_t complain)
257 return abstract_virtuals_error_sfinae (decl, type, ACU_UNKNOWN, complain);
262 tsubst_flags_t complain)
264 return abstract_virtuals_error_sfinae (NULL_TREE, type, use, complain);
957 check_narrowing (tree type, tree init, tsubst_flags_t complain,
964 if (((!warn_narrowing || !(complain & tf_warning)
    [all...]
typeck.cc 74 require_complete_type_sfinae (tree value, tsubst_flags_t complain)
93 if (complete_type_or_maybe_complain (type, value, complain))
154 complete_type_or_maybe_complain (tree type, tree value, tsubst_flags_t complain)
162 if (complain & tf_error)
508 tsubst_flags_t complain)
537 add_const, operation, complain);
543 if (complain & tf_error)
569 if (complain & tf_error)
598 tsubst_flags_t complain)
633 if (complain & tf_error
    [all...]
call.cc 269 build_addr_func (tree function, tsubst_flags_t complain)
282 complain);
290 function = decay_conversion (function, complain, /*reject_builtin=*/false);
827 build_list_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
852 false, flags, complain);
908 can_convert_array (tree atype, tree from, int flags, tsubst_flags_t complain)
920 ok = can_convert_array (elttype, val, flags, complain);
923 complain);
964 build_aggr_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
993 ok = can_convert_array (ftype, val, flags, complain);
4282 flags, &candidates, complain); local
4470 tsubst_flags_t complain = tf_warning_or_error; local
5058 LOOKUP_NORMAL, &candidates, complain); local
7024 LOOKUP_NORMAL, &candidates, complain); local
7475 complain); local
    [all...]
pt.cc 2338 tsubst_flags_t complain = tf_none; local
2339 freq = tsubst_constraint_info (freq, fargs, complain, fn);
3030 /*complain*/true));
3821 expand_integer_pack (tree call, tree args, tsubst_flags_t complain,
3825 tree hi = tsubst_copy_and_build (ohi, args, complain, in_decl,
3835 tree ex = make_pack_expansion (call, complain);
3842 hi = instantiate_non_dependent_expr_sfinae (hi, complain);
3853 if ((complain & tf_error)
3873 expand_builtin_pack_call (tree call, tree args, tsubst_flags_t complain,
3882 return expand_integer_pack (call, args, complain, in_decl)
    [all...]
init.cc 330 build_value_init (tree type, tsubst_flags_t complain)
357 NULL, type, LOOKUP_NORMAL, complain);
384 tree r = build_value_init_noctor (type, complain);
393 build_value_init_noctor (tree type, tsubst_flags_t complain)
397 if (complain & tf_error)
450 value = build_value_init (ftype, complain);
480 if (complain & tf_error)
499 ce.value = build_value_init (TREE_TYPE (type), complain);
519 if (complain & tf_error)
525 if (complain & tf_error
    [all...]
rtti.cc 264 get_tinfo_decl_dynamic (tree exp, tsubst_flags_t complain)
272 exp = resolve_nondeduced_context (exp, complain);
283 type = complete_type_or_maybe_complain (type, exp, complain);
351 build_typeid (tree exp, tsubst_flags_t complain)
368 exp = cp_build_addr_expr (exp, complain);
370 cond = cp_convert (boolean_type_node, exp, complain);
374 exp = get_tinfo_decl_dynamic (exp, complain);
507 get_typeid (tree type, tsubst_flags_t complain)
525 if (complain & tf_error)
537 type = complete_type_or_maybe_complain (type, NULL_TREE, complain);
    [all...]
method.cc 947 tsubst_flags_t complain = tf_warning_or_error)
953 if (complain & tf_error)
971 tsubst_flags_t complain = tf_warning_or_error)
980 if (complain & tf_error)
998 if (lookup_comparison_result (type, p, complain)
1009 tsubst_flags_t complain = tf_warning_or_error)
1011 tree type = lookup_comparison_category (tag, complain);
1012 return lookup_comparison_result (type, name_str, complain);
1070 spaceship_type (tree optype, tsubst_flags_t complain)
1073 return lookup_comparison_category (tag, complain);
2644 tsubst_flags_t complain = diag ? tf_warning_or_error : tf_none; local
2719 diag, flags, complain, \/*dtor_from_ctor*\/false); local
2724 false, flags, complain, \/*dtor_from_ctor*\/true); local
    [all...]
friend.cc 161 If COMPLAIN is true, warning about duplicate friend is issued.
166 add_friend (tree type, tree decl, bool complain)
190 if (complain)
232 If COMPLAIN is true, warning about duplicate friend is issued.
237 make_friend_class (tree type, tree friend_type, bool complain)
286 So don't complain in C++11 mode. */
288 pedwarn (input_location, complain ? 0 : OPT_Wpedantic,
331 if (complain)
454 if (complain)
464 if (complain)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-lang.cc 53 objcp_tsubst_copy_and_build (tree t, tree args, tsubst_flags_t complain,
57 tsubst_copy_and_build (NODE, args, complain, in_decl, \
  /src/external/bsd/tradcpp/dist/
directive.c 118 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...]
output.c 57 complain(NULL, "%s: %s",
84 complain(NULL, "%s: write: %s",
89 complain(NULL, "%s: giving up",
eval.c 323 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(p, "Division by zero")
    [all...]
files.c 218 complain(&places.current,
233 complain(NULL, "%s: %s",
246 complain(&ptmp, "Unclosed comment");
249 complain(&ptmp,
356 complain(NULL, "%s: %s", file, strerror(errno));
400 complain(place, "Include file %s not found", name);
430 complain(NULL, "%s: %s", name, strerror(errno));
  /src/games/hunt/huntd/
support.c 42 complain(int level, const char *fmt, ...) function

Completed in 46 milliseconds

1 2 3 4 5 6