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

/freebsd-11.0-release/contrib/gcc/cp/
H A Dexcept.c49 static bool decl_is_java_type (tree decl, int err);
131 if (decl_is_java_type (type, 0))
254 decl_is_java_type (tree decl, int err) function
371 choose_personality_routine (decl_is_java_type (init_type, 0)
422 if (decl && decl_is_java_type (type, 1))
625 if (exp && decl_is_java_type (TREE_TYPE (exp), 1))

Completed in 53 milliseconds