Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1585 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc1585 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()
3015 bool is_constructor = false; in dump_ada_declaration() local
3027 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 …]
/netbsd-src/external/mit/isl/dist/interface/
H A Dgenerator.h180 static bool is_constructor(Decl *decl);
H A Dgenerator.cc423 if (is_constructor(method)) { in generator()
517 bool generator::is_constructor(Decl *decl) in is_constructor() function in generator
H A Dcpp.cc955 if (generator::is_constructor(method)) in get_kind()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dstabs.c3007 bool is_constructor; in parse_stab_argtypes() local
3022 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()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c2980 bool is_constructor; in parse_stab_argtypes() local
2995 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()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A DChangeLog7002 is_constructor and is_destructor.
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A DChangeLog6511 is_constructor and is_destructor.
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A DChangeLog6592 is_constructor and is_destructor.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2012553 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2012553 * gdbtypes.h (struct fn_field) <is_constructor>: New field.