HomeSort by: relevance | last modified time | path
    Searched defs:is_destructor (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
p-typeprint.c 128 int is_destructor = (startswith (physname, "__dt__")); local
130 if (is_constructor || is_destructor)
560 int is_destructor = (startswith (physname, "__dt__")); local
606 else if (is_destructor)
symtab.c 770 int is_destructor = is_destructor_name (physname);
788 if (!is_destructor)
789 is_destructor = (startswith (physname, "__dt"));
791 if (is_destructor || is_full_physname_constructor)
769 int is_destructor = is_destructor_name (physname); local
  /src/external/gpl3/gdb/dist/gdb/
p-typeprint.c 128 int is_destructor = (startswith (physname, "__dt__")); local
130 if (is_constructor || is_destructor)
560 int is_destructor = (startswith (physname, "__dt__")); local
606 else if (is_destructor)
symtab.c 770 int is_destructor = is_destructor_name (physname);
788 if (!is_destructor)
789 is_destructor = (startswith (physname, "__dt"));
791 if (is_destructor || is_full_physname_constructor)
769 int is_destructor = is_destructor_name (physname); local
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 3008 bool is_destructor; local
3025 is_destructor = ((argtypes[0] == '_'
3031 if (!(is_destructor || is_full_physname_constructor || is_v3))
3085 if (*argtypes == '\0' || is_destructor)
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 3008 bool is_destructor; local
3025 is_destructor = ((argtypes[0] == '_'
3031 if (!(is_destructor || is_full_physname_constructor || is_v3))
3085 if (*argtypes == '\0' || is_destructor)
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 1582 IS_DESTRUCTOR whether FUNC is a C++ destructor.
1588 bool is_destructor, int spc)
1615 if (is_destructor)
3063 bool is_destructor = false; local
3075 is_destructor = cpp_check (t, IS_DESTRUCTOR);
3085 if (is_constructor || is_destructor)
3125 else if (is_destructor)
3138 (buffer, t, is_method, is_constructor, is_destructor, spc);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1580 IS_DESTRUCTOR whether FUNC is a C++ destructor.
1586 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);

Completed in 31 milliseconds