Searched refs:instantiations (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dgdbtypes.h750 * of instantiations. "instantiations" is a pointer to an array
755 struct type **instantiations; member in struct:cplus_struct_type
842 #define TYPE_INSTANTIATIONS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->instantiations
906 #define TYPE_INSTANTIATION(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->instantiations[n]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgdbtypes.h750 * of instantiations. "instantiations" is a pointer to an array
755 struct type **instantiations; member in struct:cplus_struct_type
842 #define TYPE_INSTANTIATIONS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->instantiations
906 #define TYPE_INSTANTIATION(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->instantiations[n]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdbtypes.h750 * of instantiations. "instantiations" is a pointer to an array
755 struct type **instantiations; member in struct:cplus_struct_type
842 #define TYPE_INSTANTIATIONS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->instantiations
906 #define TYPE_INSTANTIATION(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->instantiations[n]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/cp/
H A Dcp-tree.h503 (((struct tree_default_arg *)DEFAULT_ARG_CHECK (NODE))->instantiations)
508 VEC(tree,gc) *instantiations;
3471 lists all instantiations and specializations of the function so that
3477 all instantiations and specializations of the class type, including
3478 partial instantiations and partial specializations, so that if we
3602 both O<int>::f and O<int>::I will be marked as instantiations.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/cp/
H A Dcp-tree.h496 (((struct tree_default_arg *)DEFAULT_ARG_CHECK (NODE))->instantiations)
501 VEC(tree,gc) *instantiations;
3401 lists all instantiations and specializations of the function so that
3407 all instantiations and specializations of the class type, including
3408 partial instantiations and partial specializations, so that if we
3532 both O<int>::f and O<int>::I will be marked as instantiations.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/cp/
H A Dcp-tree.h535 (((struct tree_default_arg *)DEFAULT_ARG_CHECK (NODE))->instantiations)
540 vec<tree, va_gc> *instantiations;
2888 the pattern, set by tsubst_pack_expansion for partial instantiations. */
3668 lists all instantiations and specializations of the function so that
3674 all instantiations and specializations of the class type, including
3675 partial instantiations and partial specializations, so that if we
3810 both O<int>::f and O<int>::I will be marked as instantiations.
539 vec<tree, va_gc> *instantiations; variable

Completed in 124 milliseconds