Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dgjavah.c148 static int throwable_p PARAMS ((const unsigned char *signature));
1125 throwable_p (clname) in throwable_p() function
1210 result = throwable_p (super);
1343 else if (throwable_p (signature + 1))
DChangeLog202 * gjavah.c (throwable_p): Allocate 1 more byte for string.
790 * gjavah.c (throwable_p): Accept argument as either a classname or
794 signature when calling throwable_p.
934 * gjavah.c (throwable_p): Do not free the name of the class after
969 * gjavah.c (throwable_p): Use xstrdup, not strdup.
972 * gjavah.c (throwable_p): New function.