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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-ubsan.cc 73 TREE_TYPE (TYPE_VFIELD (type)),
75 TYPE_VFIELD (type), NULL_TREE);
dump.cc 108 dump_child ("vfld", TYPE_VFIELD (t));
class.cc 458 t = TREE_TYPE (TYPE_VFIELD (current_class_type));
704 || !TYPE_VFIELD (type))
718 vfield = TYPE_VFIELD (type);
2044 TYPE_VFIELD (t) = TYPE_VFIELD (basetype);
2075 TYPE_VFIELD (variant) = TYPE_VFIELD (type);
6231 /* If T needs a pointer to its virtual function table, set TYPE_VFIELD
6263 if (!TYPE_VFIELD (t) && (*virtuals_p || TYPE_CONTAINS_VPTR_P (t)))
6295 TYPE_VFIELD (t) = field
    [all...]
cp-tree.h 2733 gcc_assert (TYPE_VFIELD (BINFO_TYPE (B))))
module.cc 11606 tree_node (TYPE_VFIELD (type));
11935 TYPE_VFIELD (type) = vfield;
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-ubsan.cc 73 TREE_TYPE (TYPE_VFIELD (type)),
75 TYPE_VFIELD (type), NULL_TREE);
dump.cc 108 dump_child ("vfld", TYPE_VFIELD (t));
class.cc 459 t = TREE_TYPE (TYPE_VFIELD (current_class_type));
705 || !TYPE_VFIELD (type))
719 vfield = TYPE_VFIELD (type);
2270 TYPE_VFIELD (t) = TYPE_VFIELD (basetype);
2301 TYPE_VFIELD (variant) = TYPE_VFIELD (type);
6540 /* If T needs a pointer to its virtual function table, set TYPE_VFIELD
6572 if (!TYPE_VFIELD (t) && (*virtuals_p || TYPE_CONTAINS_VPTR_P (t)))
6604 TYPE_VFIELD (t) = field
    [all...]
cp-tree.h 2794 gcc_assert (TYPE_VFIELD (BINFO_TYPE (B))))
module.cc 12139 tree_node (TYPE_VFIELD (type));
12471 TYPE_VFIELD (type) = vfield;
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 546 TYPE_VFIELD (type) = field;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-free-lang-data.cc 475 TYPE_VFIELD (type) = NULL_TREE;
dbxout.cc 2283 && TYPE_VFIELD (type))
2291 dbxout_type (DECL_FCONTEXT (TYPE_VFIELD (type)), 0);
tree.cc 13298 /* FIXME: C FE uses TYPE_VFIELD to record C_TYPE_INCOMPLETE_VARS
13300 if (RECORD_OR_UNION_TYPE_P (t) && TYPE_VFIELD (t) != TYPE_VFIELD (tv)
13301 && (in_lto_p || !TYPE_VFIELD (tv)
13302 || TREE_CODE (TYPE_VFIELD (tv)) != TREE_LIST))
13304 error ("type variant has different %<TYPE_VFIELD%>");
13787 /* FIXME: C FE uses TYPE_VFIELD to record C_TYPE_INCOMPLETE_VARS
13789 if (TYPE_VFIELD (t)
13790 && TREE_CODE (TYPE_VFIELD (t)) != FIELD_DECL
13791 && TREE_CODE (TYPE_VFIELD (t)) != TREE_LIST
    [all...]
tree.h 2382 #define TYPE_VFIELD(NODE) \
dwarf2out.cc 25953 if (TYPE_VFIELD (type))
25955 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type));
  /src/external/gpl3/gcc/dist/gcc/
ipa-free-lang-data.cc 475 TYPE_VFIELD (type) = NULL_TREE;
tree.cc 13636 /* FIXME: C FE uses TYPE_VFIELD to record C_TYPE_INCOMPLETE_VARS
13638 if (RECORD_OR_UNION_TYPE_P (t) && TYPE_VFIELD (t) != TYPE_VFIELD (tv)
13639 && (in_lto_p || !TYPE_VFIELD (tv)
13640 || TREE_CODE (TYPE_VFIELD (tv)) != TREE_LIST))
13642 error ("type variant has different %<TYPE_VFIELD%>");
14200 /* FIXME: C FE uses TYPE_VFIELD to record C_TYPE_INCOMPLETE_VARS
14202 if (TYPE_VFIELD (t)
14203 && TREE_CODE (TYPE_VFIELD (t)) != FIELD_DECL
14204 && TREE_CODE (TYPE_VFIELD (t)) != TREE_LIST
    [all...]
tree.h 2537 #define TYPE_VFIELD(NODE) \
dwarf2out.cc 26091 if (TYPE_VFIELD (type))
26093 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type));

Completed in 248 milliseconds