Searched refs:make_class_name_recursive (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse-scan.c359 static int make_class_name_recursive PARAMS ((struct obstack *stack,
3206 make_class_name_recursive (stack, ctx)
3213 make_class_name_recursive (stack, ctx->next);
3241 last_was_digit = make_class_name_recursive (&name_stack,
3201 make_class_name_recursive (stack, ctx) function
H A Dparse-scan.y117 static int make_class_name_recursive PARAMS ((struct obstack *stack,
1221 make_class_name_recursive (stack, ctx)
1228 make_class_name_recursive (stack, ctx->next);
1256 last_was_digit = make_class_name_recursive (&name_stack,

Completed in 133 milliseconds