Searched refs:build_incomplete_class_ref (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.c | 563 static tree build_incomplete_class_ref PARAMS ((int, tree)); 5117 { yyval.node = build_incomplete_class_ref (yyvsp[-1].operator.location, yyvsp[-2].node); } in yyparse() 5122 { yyval.node = build_incomplete_class_ref (yyvsp[-1].operator.location, yyvsp[-2].node); } in yyparse() 5127 { yyval.node = build_incomplete_class_ref (yyvsp[-1].operator.location, yyvsp[-2].node); } in yyparse() 5133 yyval.node = build_incomplete_class_ref (yyvsp[-1].operator.location, in yyparse() 17752 build_incomplete_class_ref (location, class_name) in build_incomplete_class_ref() function
|
H A D | parse.y | 323 static tree build_incomplete_class_ref PARAMS ((int, tree)); 1992 { $$ = build_incomplete_class_ref ($2.location, $1); } 1994 { $$ = build_incomplete_class_ref ($2.location, $1); } 1996 { $$ = build_incomplete_class_ref ($2.location, $1); } 1999 $$ = build_incomplete_class_ref ($2.location, 14187 build_incomplete_class_ref (location, class_name) in build_incomplete_class_ref() function
|
H A D | ChangeLog | 2963 * parse.y (type_literals:): Use `build_incomplete_class_ref' with 7236 build_incomplete_class_ref, patch_incomplete_class_ref,
|