Searched refs:cxx_scope (Results 1 - 3 of 3) sorted by relevance

/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 Dname-lookup.h57 typedef struct cp_binding_level cxx_scope;
75 cxx_scope *scope;
285 extern cxx_scope *leave_scope (void);
292 extern cxx_scope *begin_scope (scope_kind, tree);
313 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
56 typedef struct cp_binding_level cxx_scope; typedef in typeref:struct:cp_binding_level
/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 Dname-lookup.h57 typedef struct cp_binding_level cxx_scope;
75 cxx_scope *scope;
293 extern cxx_scope *leave_scope (void);
300 extern cxx_scope *begin_scope (scope_kind, tree);
321 extern tree pushdecl_with_scope (tree, cxx_scope *, bool);
56 typedef struct cp_binding_level cxx_scope; typedef in typeref:struct:cp_binding_level
/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/
H A Dgtype-desc.h5564 #define ggc_alloc_cxx_scope() ((cxx_scope *)(ggc_internal_alloc_stat (sizeof (cxx_scope) MEM_STAT_INFO)))
5565 #define ggc_alloc_cleared_cxx_scope() ((cxx_scope *)(ggc_internal_cleared_alloc_stat (sizeof (cxx_scope) MEM_STAT_INFO)))
5566 #define ggc_alloc_vec_cxx_scope(n) ((cxx_scope *)(ggc_internal_vec_alloc_stat (sizeof (cxx_scope), n MEM_STAT_INFO)))
5567 #define ggc_alloc_cleared_vec_cxx_scope(n) ((cxx_scope *)(ggc_internal_cleared_vec_alloc_stat (sizeof (cxx_scope), n MEM_STAT_INFO)))
5568 #define ggc_alloc_zone_cxx_scope(z) ((cxx_scope *)(ggc_internal_zone_alloc_stat (z, sizeof (cxx_scope) MEM_STAT_INF
[all...]

Completed in 265 milliseconds