Home
last modified time | relevance | path

Searched refs:ccpb (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c5037 tree ccpb = enter_block (); in yyparse() local
5044 yyval.node = build1 (CATCH_EXPR, NULL_TREE, ccpb); in yyparse()
H A Dparse.y1927 tree ccpb = enter_block (); variable
1934 $$ = build1 (CATCH_EXPR, NULL_TREE, ccpb);