Home
last modified time | relevance | path

Searched defs:is_constructor (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dp-typeprint.c159 int is_constructor = (strncmp (physname, "__ct__", 6) == 0); in pascal_type_print_method_args() local
648 int is_constructor = (strncmp (physname, "__ct__", 6) == 0); in pascal_type_print_base() local
H A Djv-typeprint.c215 int is_constructor; in java_type_print_base() local
H A Dc-typeprint.c1143 int is_constructor = name && strcmp (method_name, in c_type_print_base() local
H A Dsymtab.c349 int is_constructor; in gdb_mangle_name() local
H A Dgdbtypes.h849 unsigned int is_constructor : 1; member
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c1421 int is_method, int is_constructor, in dump_ada_function_declaration()
2748 bool is_constructor = false; in print_ada_declaration() local
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-ada-spec.c1653 bool is_method, bool is_constructor, in dump_ada_function_declaration()
2914 bool is_constructor = false; in dump_ada_declaration() local
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dstabs.c2862 bfd_boolean is_constructor; in parse_stab_argtypes() local
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dstabs.c2981 bfd_boolean is_constructor; in parse_stab_argtypes() local
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c2489 int is_constructor = DECL_CONSTRUCTOR_P (decl); in check_explicit_specialization() local