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

  /src/external/gpl3/gcc/dist/gcc/cp/
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/
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 32 milliseconds