Searched defs:complain (Results 1 - 15 of 15) sorted by relevance

/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
/openbsd-current/gnu/gcc/gcc/cp/
H A Dfriend.c132 add_friend (tree type, tree decl, bool complain) argument
202 make_friend_class (tree type, tree friend_type, bool complain) argument
H A Dcvt.c1082 build_expr_type_conversion(int desires, tree expr, bool complain) argument
H A Dtypeck2.c1373 add_exception_specifier(tree list, tree spec, int complain) argument
H A Dtree.c476 cp_build_qualified_type_real(tree type, int type_quals, tsubst_flags_t complain) argument
H A Dname-lookup.c3731 lookup_qualified_name(tree scope, tree name, bool is_type_p, bool complain) argument
H A Dtypeck.c1240 cxx_sizeof_or_alignof_type(tree type, enum tree_code op, bool complain) argument
5298 build_const_cast_1(tree dst_type, tree expr, bool complain, bool *valid_p) argument
[all...]
H A Ddecl.c2795 make_typename_type(tree context, tree name, enum tag_types tag_type, tsubst_flags_t complain) argument
2909 make_unbound_class_template(tree context, tree name, tree parm_list, tsubst_flags_t complain) argument
9189 grok_op_properties(tree decl, bool complain) argument
[all...]
H A Dpt.c3874 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...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcomplaints.c54 struct complain struct
H A Dvalops.c2659 value_of_local(const char *name, int complain) argument
2713 value_of_this(int complain) argument
/openbsd-current/libexec/tradcpp/
H A Dplace.c288 complain(const struct place *p, const char *fmt, ...) function
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c6321 int complain = (flags & tf_error); local
H A Dpt.c7488 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...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-common.c2903 c_sizeof_or_alignof_type(tree type, bool is_sizeof, int complain) argument

Completed in 362 milliseconds