Home
last modified time | relevance | path

Searched refs:build_template_parm_index (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
DChangeLog.tree-ssa226 (build_template_parm_index, reduce_template_parm_level): Likewise.
Dpt.c123 static tree build_template_parm_index (int, int, int, tree, tree);
2322 build_template_parm_index (int index, in build_template_parm_index() function
2363 t = build_template_parm_index (TEMPLATE_PARM_IDX (index), in reduce_template_parm_level()
2447 = build_template_parm_index (idx, processing_template_decl, in process_template_parm()
2476 = build_template_parm_index (idx, processing_template_decl, in process_template_parm()
DChangeLog-19985156 * pt.c (build_template_parm_index): Add prototype.
6053 (build_template_parm_index): New function.
6055 (process_template_parm): Modify to use build_template_parm_index.
DChangeLog-20035041 (build_template_parm_index): Copy TREE_CONSTANT, TREE_READONLY.