Searched defs:orig_init (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 518 add_capture (tree lambda, tree id, tree orig_init, bool by_reference_p, in add_capture()
|
H A D | init.cc | 3862 vec<tree, va_gc> *orig_init = NULL; in build_new() local
|
H A D | semantics.cc | 10432 tree orig_init; in finish_omp_for() local
|
H A D | parser.cc | 41846 tree &orig_init, in cp_parser_omp_for_loop_init() 42071 tree &orig_init, tree &cond, tree &incr) in cp_convert_omp_range_for() 42427 tree init, orig_init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local
|
H A D | pt.cc | 18233 tree orig_init = NULL_TREE; in tsubst_omp_for_iterator() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 519 add_capture (tree lambda, tree id, tree orig_init, bool by_reference_p, in add_capture()
|
H A D | init.c | 3799 vec<tree, va_gc> *orig_init = NULL; in build_new() local
|
H A D | semantics.c | 8971 tree orig_init; in finish_omp_for() local
|
H A D | parser.c | 38514 tree &orig_init, in cp_parser_omp_for_loop_init() 38739 tree &orig_init, tree &cond, tree &incr) in cp_convert_omp_range_for() 38983 tree init, orig_init, cond, incr, body, decl, pre_body = NULL_TREE, ret; in cp_parser_omp_for_loop() local
|
H A D | pt.c | 17660 tree orig_init = NULL_TREE; in tsubst_omp_for_iterator() local
|