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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 3822 (get_innermost_template_args ((NODE), 1))
7282 extern tree get_innermost_template_args (tree, int);
pt.cc 636 get_innermost_template_args (tree args, int n) function
664 /* The inverse of get_innermost_template_args: Return all but the innermost
26215 args = get_innermost_template_args (args, parms_depth);
26781 args = get_innermost_template_args
29532 targs = get_innermost_template_args (DECL_TI_ARGS (ctor),
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 3931 (get_innermost_template_args ((NODE), 1))
7491 extern tree get_innermost_template_args (tree, int);
pt.cc 669 get_innermost_template_args (tree args, int n) function
697 /* The inverse of get_innermost_template_args: Return all but the innermost
19727 args = get_innermost_template_args (args, TMPL_PARMS_DEPTH (ctx_parms));
26805 args = get_innermost_template_args (args, parms_depth);
27383 args = get_innermost_template_args
30086 targs = get_innermost_template_args (DECL_TI_ARGS (ctor),

Completed in 108 milliseconds