Searched refs:is_constructor (Results 1 – 12 of 12) sorted by relevance
1585 bool is_method, bool is_constructor, in dump_ada_function_declaration() argument1610 if (is_constructor) in dump_ada_function_declaration()1644 if (is_constructor) in dump_ada_function_declaration()1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor))) in dump_ada_function_declaration()1709 if (is_constructor || !VOID_TYPE_P (TREE_TYPE (type))) in dump_ada_function_declaration()1712 tree rtype = is_constructor ? DECL_CONTEXT (func) : TREE_TYPE (type); in dump_ada_function_declaration()2960 bool is_constructor = false; in dump_ada_declaration() local2972 is_constructor = cpp_check (t, IS_CONSTRUCTOR); in dump_ada_declaration()2983 if (is_constructor || is_destructor) in dump_ada_declaration()3016 if (VOID_TYPE_P (TREE_TYPE (TREE_TYPE (t))) && !is_constructor) in dump_ada_declaration()[all …]
1585 bool is_method, bool is_constructor, in dump_ada_function_declaration() argument1610 if (is_constructor) in dump_ada_function_declaration()1644 if (is_constructor) in dump_ada_function_declaration()1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor))) in dump_ada_function_declaration()1709 if (is_constructor || !VOID_TYPE_P (TREE_TYPE (type))) in dump_ada_function_declaration()1712 tree rtype = is_constructor ? DECL_CONTEXT (func) : TREE_TYPE (type); in dump_ada_function_declaration()3015 bool is_constructor = false; in dump_ada_declaration() local3027 is_constructor = cpp_check (t, IS_CONSTRUCTOR); in dump_ada_declaration()3038 if (is_constructor || is_destructor) in dump_ada_declaration()3071 if (VOID_TYPE_P (TREE_TYPE (TREE_TYPE (t))) && !is_constructor) in dump_ada_declaration()[all …]
180 static bool is_constructor(Decl *decl);
423 if (is_constructor(method)) { in generator()517 bool generator::is_constructor(Decl *decl) in is_constructor() function in generator
955 if (generator::is_constructor(method)) in get_kind()
3007 bool is_constructor; in parse_stab_argtypes() local3022 is_constructor = (is_full_physname_constructor in parse_stab_argtypes()3056 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname)) in parse_stab_argtypes()3071 if (is_constructor) in parse_stab_argtypes()
2980 bool is_constructor; in parse_stab_argtypes() local2995 is_constructor = (is_full_physname_constructor in parse_stab_argtypes()3029 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname)) in parse_stab_argtypes()3044 if (is_constructor) in parse_stab_argtypes()
7002 is_constructor and is_destructor.
6511 is_constructor and is_destructor.
6592 is_constructor and is_destructor.
553 * gdbtypes.h (struct fn_field) <is_constructor>: New field.