Searched refs:loc_node (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | parser.c | 42003 tree loc_node = maybe_wrap_with_location (integer_zero_node, varid_loc); in cp_finish_omp_declare_variant() local 42004 loc_node = tree_cons (match_loc_node, in cp_finish_omp_declare_variant() 42006 build_tree_list (loc_node, integer_zero_node)); in cp_finish_omp_declare_variant() 42008 tree_cons (variant, ctx, loc_node), attrs); in cp_finish_omp_declare_variant()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.cc | 45609 tree loc_node = maybe_wrap_with_location (integer_zero_node, varid_loc); in cp_finish_omp_declare_variant() local 45610 loc_node = tree_cons (match_loc_node, in cp_finish_omp_declare_variant() 45612 build_tree_list (loc_node, integer_zero_node)); in cp_finish_omp_declare_variant() 45614 tree_cons (variant, ctx, loc_node), attrs); in cp_finish_omp_declare_variant()
|