Home
last modified time | relevance | path

Searched refs:DECL_CONSTRUCTOR_P (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/gcc/cp/
HDmethod.c152 DECL_CONSTRUCTOR_P (thunk) = 0; in make_thunk()
278 DECL_CONSTRUCTOR_P (alias) = 0; in make_alias_for()
784 else if (DECL_CONSTRUCTOR_P (fndecl)) in synthesize_method()
1073 DECL_CONSTRUCTOR_P (fn) = 1; in implicitly_declare_fn()
HDcall.c322 if (decl && DECL_CONSTRUCTOR_P (decl)) in build_call()
1357 if (DECL_CONSTRUCTOR_P (fn)) in add_function_candidate()
1412 && ! DECL_CONSTRUCTOR_P (fn)); in add_function_candidate()
2278 if (DECL_CONSTRUCTOR_P (fn) && list_length (arglist) == 2) in add_template_candidate_real()
2692 (DECL_CONSTRUCTOR_P (cand->fn) in build_user_type_conversion_1()
4317 if (DECL_CONSTRUCTOR_P (convfn)) in convert_like_real()
4335 if (DECL_CONSTRUCTOR_P (convfn)) in convert_like_real()
4852 if (DECL_CONSTRUCTOR_P (fn)) in build_over_call()
5549 && (DECL_CONSTRUCTOR_P (current_function_decl) in build_new_method_call()
5553 warning (0, (DECL_CONSTRUCTOR_P (current_function_decl) ? in build_new_method_call()
[all …]
HDcxx-pretty-print.c275 (pp, DECL_CONSTRUCTOR_P (t) ? DECL_CONTEXT (t) : t); in pp_cxx_qualified_id()
994 else if (DECL_CONSTRUCTOR_P (t) && DECL_NONCONVERTING_P (t)) in pp_cxx_function_specifier()
1045 if (DECL_CONSTRUCTOR_P (t) || DECL_CONV_FN_P (t)) in pp_cxx_decl_specifier_seq()
1131 if (!(TREE_CODE (t) == FUNCTION_DECL && DECL_CONSTRUCTOR_P (t))) in pp_cxx_type_specifier_seq()
HDdump.c314 if (DECL_CONSTRUCTOR_P (t)) in cp_dump_tree()
HDfriend.c456 DECL_CONSTRUCTOR_P (decl) = 1; in do_friend()
HDerror.c1044 show_return = !DECL_CONV_FN_P (t) && !DECL_CONSTRUCTOR_P (t) in dump_function_decl()
1175 if (DECL_CONSTRUCTOR_P (t) in dump_function_name()
1408 if (DECL_CONSTRUCTOR_P (fn)) in dump_expr()
2231 else if (DECL_CONSTRUCTOR_P (fn)) in function_category()
HDmangle.c763 (!DECL_CONSTRUCTOR_P (decl) in write_encoding()
1100 if (DECL_LANG_SPECIFIC (decl) != NULL && DECL_CONSTRUCTOR_P (decl)) in write_unqualified_name()
1898 && !DECL_CONSTRUCTOR_P (decl) in write_bare_function_type()
HDcp-tree.h265 (DECL_CONSTRUCTOR_P (NODE) || DECL_DESTRUCTOR_P (NODE))
1653 #define DECL_CONSTRUCTOR_P(NODE) \ macro
1659 (DECL_CONSTRUCTOR_P (NODE) \
1665 (DECL_CONSTRUCTOR_P (NODE) \
1672 (DECL_CONSTRUCTOR_P (NODE) && !DECL_CLONED_FUNCTION_P (NODE))
1676 (DECL_CONSTRUCTOR_P (NODE) && copy_fn_p (NODE) > 0)
HDexcept.c492 && (DECL_CONSTRUCTOR_P (current_function_decl) in expand_end_catch_block()
HDtree.c289 && DECL_CONSTRUCTOR_P (TREE_OPERAND (fn, 0))); in build_cplus_new()
2174 if (DECL_CONSTRUCTOR_P (decl)) in special_function_p()
HDdecl.c6707 DECL_CONSTRUCTOR_P (decl) = 1; in grokfndecl()
6789 if (DECL_CONSTRUCTOR_P (decl) && !grok_ctor_properties (ctype, decl)) in grokfndecl()
8980 else if (DECL_CONSTRUCTOR_P (decl)) in grokdeclarator()
9623 if (DECL_CONSTRUCTOR_P (decl)) in grok_special_member_properties()
11374 || (DECL_CONSTRUCTOR_P (decl1) in start_preparsed_function()
11775 else if (DECL_CONSTRUCTOR_P (current_function_decl)) in finish_function_body()
11964 && !DECL_CONSTRUCTOR_P (fndecl) in finish_function()
HDdecl2.c190 if (DECL_CONSTRUCTOR_P (fn) in maybe_retrofit_in_chrg()
278 if (flags == DTOR_FLAG || DECL_CONSTRUCTOR_P (function)) in grokclassfn()
HDpt.c2033 int is_constructor = DECL_CONSTRUCTOR_P (decl); in check_explicit_specialization()
2205 else if (DECL_CONSTRUCTOR_P (decl) || DECL_DESTRUCTOR_P (decl)) in check_explicit_specialization()
2602 DECL_CONSTRUCTOR_P (tmpl) = DECL_CONSTRUCTOR_P (decl); in build_template_decl()
6761 if (DECL_CONSTRUCTOR_P (r) || DECL_DESTRUCTOR_P (r)) in tsubst_decl()
6764 if (DECL_CONSTRUCTOR_P (r)) in tsubst_decl()
HDsearch.c1479 DECL_CONSTRUCTOR_P (function) ? ctor_identifier : in class_method_index_for_fn()
HDsemantics.c792 || (DECL_CONSTRUCTOR_P (current_function_decl) in finish_return_stmt()
HDclass.c1552 else if (!DECL_CONSTRUCTOR_P (fn) && !DECL_DESTRUCTOR_P (fn)) in maybe_warn_about_overly_private_class()
5372 && (DECL_CONSTRUCTOR_P (current_function_decl) in fixed_type_or_null()
HDtypeck.c6723 else if (DECL_CONSTRUCTOR_P (current_function_decl)) in check_return_expr()
6938 if (retval == result || DECL_CONSTRUCTOR_P (current_function_decl)) in check_return_expr()
HDparser.c8446 if (DECL_CONSTRUCTOR_P (current_function_decl)) in cp_parser_ctor_initializer_opt()
8473 if (!DECL_CONSTRUCTOR_P (current_function_decl)) in cp_parser_mem_initializer_list()
8497 if (DECL_CONSTRUCTOR_P (current_function_decl)) in cp_parser_mem_initializer_list()
HDChangeLog-20024411 (DECL_CONSTRUCTOR_P): Whitespace and wrap.
HDChangeLog-20004118 set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
HDChangeLog-19995637 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
HDChangeLog7050 DECL_CONSTRUCTOR_P.
/trueos/contrib/gcc/doc/
HDc-tree.texi1262 @findex DECL_CONSTRUCTOR_P
1348 @item DECL_CONSTRUCTOR_P