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

  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 5435 we need to import or export any vtables or typeinfo objects
6567 // which is at least needed for vtables.
6888 /* Do not mark the vtables as USED in the address expressions
8747 /* VTT or VTABLE, they are all on the vtables list. */
12204 /* Write the vtables. */
12205 tree vtables = CLASSTYPE_VTABLES (type);
12206 vec_chained_decls (vtables);
12207 for (; vtables; vtables = TREE_CHAIN (vtables))
    [all...]
cp-tree.h 2446 tree vtables;
2738 /* True if we have already determined whether or not vtables, VTTs,
2817 /* The various vtables for the class NODE. The primary vtable will be
2818 first, followed by the construction vtables and VTT, if any. */
2820 (LANG_TYPE_CLASS_CHECK (NODE)->vtables)
2441 tree vtables; variable
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 6333 // which is at least needed for vtables.
6624 /* Do not mark the vtables as USED in the address expressions
8380 /* VTT or VTABLE, they are all on the vtables list. */
11671 /* Write the vtables. */
11672 tree vtables = CLASSTYPE_VTABLES (type);
11673 vec_chained_decls (vtables);
11674 for (; vtables; vtables = TREE_CHAIN (vtables))
11675 write_definition (vtables);
    [all...]
cp-tree.h 2385 tree vtables;
2677 /* True if we have already determined whether or not vtables, VTTs,
2756 /* The various vtables for the class NODE. The primary vtable will be
2757 first, followed by the construction vtables and VTT, if any. */
2759 (LANG_TYPE_CLASS_CHECK (NODE)->vtables)
2380 tree vtables; variable

Completed in 38 milliseconds