HomeSort by: relevance | last modified time | path
    Searched refs:is_constructor (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
p-typeprint.c 127 int is_constructor = (startswith (physname, "__ct__")); local
130 if (is_constructor || is_destructor)
559 int is_constructor = (startswith (physname, "__ct__")); local
602 if (is_constructor)
c-typeprint.c 1116 int is_constructor = name && strcmp (method_name,
1155 else if (!is_constructor /* Constructors don't
1114 int is_constructor = name && strcmp (method_name, local
gdbtypes.h 1644 unsigned int is_constructor : 1; member in struct:fn_field
2008 #define TYPE_FN_FIELD_CONSTRUCTOR(thisfn, n) ((thisfn)[n].is_constructor)
symtab.c 769 int is_constructor;
785 is_constructor = is_full_physname_constructor
815 mangled_name_len = ((is_constructor ? 0 : strlen (field_name))
819 if (is_constructor)
768 int is_constructor; local
  /src/external/gpl3/gdb/dist/gdb/
p-typeprint.c 127 int is_constructor = (startswith (physname, "__ct__")); local
130 if (is_constructor || is_destructor)
559 int is_constructor = (startswith (physname, "__ct__")); local
602 if (is_constructor)
c-typeprint.c 1115 int is_constructor = name && strcmp (method_name,
1154 else if (!is_constructor /* Constructors don't
1113 int is_constructor = name && strcmp (method_name, local
gdbtypes.h 1661 unsigned int is_constructor : 1; member in struct:fn_field
2025 #define TYPE_FN_FIELD_CONSTRUCTOR(thisfn, n) ((thisfn)[n].is_constructor)
symtab.c 769 int is_constructor;
785 is_constructor = is_full_physname_constructor
815 mangled_name_len = ((is_constructor ? 0 : strlen (field_name))
819 if (is_constructor)
768 int is_constructor; local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 1581 IS_CONSTRUCTOR whether FUNC is a C++ constructor.
1587 bool is_method, bool is_constructor,
1612 if (is_constructor)
1646 if (is_constructor)
1686 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
1711 if (is_constructor || !VOID_TYPE_P (TREE_TYPE (type)))
1714 tree rtype = is_constructor ? DECL_CONTEXT (func) : TREE_TYPE (type);
3062 bool is_constructor = false; local
3074 is_constructor = cpp_check (t, IS_CONSTRUCTOR);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1579 IS_CONSTRUCTOR whether FUNC is a C++ constructor.
1585 bool is_method, bool is_constructor,
1610 if (is_constructor)
1644 if (is_constructor)
1684 && !(num == 1 && is_method && (DECL_VINDEX (func) || is_constructor)))
1709 if (is_constructor || !VOID_TYPE_P (TREE_TYPE (type)))
1712 tree rtype = is_constructor ? DECL_CONTEXT (func) : TREE_TYPE (type);
3015 bool is_constructor = false; local
3027 is_constructor = cpp_check (t, IS_CONSTRUCTOR);
    [all...]
  /src/external/mit/isl/dist/interface/
generator.h 180 static bool is_constructor(Decl *decl);
generator.cc 423 if (is_constructor(method)) {
517 bool generator::is_constructor(Decl *decl) function in class:generator
cpp.cc 955 if (generator::is_constructor(method))
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 3007 bool is_constructor; local
3022 is_constructor = (is_full_physname_constructor
3056 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname))
3071 if (is_constructor)
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 3007 bool is_constructor; local
3022 is_constructor = (is_full_physname_constructor
3056 mangled_name_len = ((is_constructor ? 0 : strlen (fieldname))
3071 if (is_constructor)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 12415 fnp->is_constructor = dwarf2_is_constructor (die, cu);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 10707 fnp->is_constructor = dwarf2_is_constructor (die, cu);

Completed in 150 milliseconds