Lines Matching refs:is_constructor
1585 bool is_method, bool is_constructor, in dump_ada_function_declaration() argument
1610 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() local
2972 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()
3021 if (is_constructor) in dump_ada_declaration()
3031 (buffer, t, is_method, is_constructor, is_destructor, spc); in dump_ada_declaration()
3033 if (is_constructor && RECORD_OR_UNION_TYPE_P (type)) in dump_ada_declaration()
3050 else if (is_constructor) in dump_ada_declaration()