Searched refs:is_destructor (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dp-typeprint.c160 int is_destructor = (startswith (physname, "__dt__"));
162 if (is_constructor || is_destructor)
662 int is_destructor = (startswith (physname, "__dt__"));
706 else if (is_destructor)
159 int is_destructor = (startswith (physname, "__dt__")); local
661 int is_destructor = (startswith (physname, "__dt__")); local
H A Dsymtab.c606 int is_destructor = is_destructor_name (physname);
624 if (!is_destructor)
625 is_destructor = (startswith (physname, "__dt"));
627 if (is_destructor || is_full_physname_constructor)
605 int is_destructor = is_destructor_name (physname); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dp-typeprint.c128 int is_destructor = (startswith (physname, "__dt__")); local
130 if (is_constructor || is_destructor)
605 int is_destructor = (startswith (physname, "__dt__")); local
651 else if (is_destructor)
H A Dsymtab.c679 int is_destructor = is_destructor_name (physname);
697 if (!is_destructor)
698 is_destructor = (startswith (physname, "__dt"));
700 if (is_destructor || is_full_physname_constructor)
678 int is_destructor = is_destructor_name (physname); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1586 bool is_destructor, int spc)
1613 if (is_destructor)
2961 bool is_destructor = false; local
2973 is_destructor = cpp_check (t, IS_DESTRUCTOR);
2983 if (is_constructor || is_destructor)
3023 else if (is_destructor)
3031 (buffer, t, is_method, is_constructor, is_destructor, spc);
1584 dump_ada_function_declaration(pretty_printer *buffer, tree func, bool is_method, bool is_constructor, bool is_destructor, int spc) argument
H A Dc-attribs.c1549 get_priority (tree args, bool is_destructor) argument
1559 if (is_destructor)
1582 if (is_destructor)
1596 if (is_destructor)
1622 priority = get_priority (args, /*is_destructor=*/false);
1652 priority = get_priority (args, /*is_destructor=*/true);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc1586 bool is_destructor, int spc)
1613 if (is_destructor)
3016 bool is_destructor = false; local
3028 is_destructor = cpp_check (t, IS_DESTRUCTOR);
3038 if (is_constructor || is_destructor)
3078 else if (is_destructor)
3091 (buffer, t, is_method, is_constructor, is_destructor, spc);
1584 dump_ada_function_declaration(pretty_printer *buffer, tree func, bool is_method, bool is_constructor, bool is_destructor, int spc) argument
H A Dc-attribs.cc1869 get_priority (tree args, bool is_destructor) argument
1879 if (is_destructor)
1902 if (is_destructor)
1916 if (is_destructor)
1942 priority = get_priority (args, /*is_destructor=*/false);
1972 priority = get_priority (args, /*is_destructor=*/true);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstabs.c3008 bool is_destructor;
3025 is_destructor = ((argtypes[0] == '_'
3031 if (!(is_destructor || is_full_physname_constructor || is_v3))
3085 if (*argtypes == '\0' || is_destructor)
2981 bool is_destructor; local
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dstabs.c2978 bfd_boolean is_destructor; local
2995 is_destructor = ((argtypes[0] == '_'
3001 if (!(is_destructor || is_full_physname_constructor || is_v3))
3055 if (*argtypes == '\0' || is_destructor)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c2981 bool is_destructor; local
2998 is_destructor = ((argtypes[0] == '_'
3004 if (!(is_destructor || is_full_physname_constructor || is_v3))
3058 if (*argtypes == '\0' || is_destructor)

Completed in 405 milliseconds