Searched refs:orig_level (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h127 HOST_WIDE_INT orig_level; member in struct:__anon3165
2736 #define TEMPLATE_PARM_ORIG_LEVEL(NODE) (((template_parm_index*) NODE)->orig_level)
H A Dpt.c1682 build_template_parm_index (index, level, orig_level, decl, type)
1685 int orig_level;
1692 TEMPLATE_PARM_ORIG_LEVEL (t) = orig_level;
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-tree.h295 int orig_level;
4798 #define TEMPLATE_PARM_ORIG_LEVEL(NODE) (TEMPLATE_PARM_INDEX_CAST (NODE)->orig_level)
294 int orig_level; variable
H A Dpt.c3647 int orig_level,
3654 TEMPLATE_PARM_ORIG_LEVEL (t) = orig_level;
3645 build_template_parm_index(int index, int level, int orig_level, tree decl, tree type) argument

Completed in 331 milliseconds