Home
last modified time | relevance | path

Searched refs:build_instanceof (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1233 build_instanceof (value, type) in build_instanceof() function
1301 value = build_instanceof (value, type);
H A Djava-tree.h1191 extern tree build_instanceof PARAMS ((tree, tree));
H A DChangeLog258 * expr.c (build_instanceof): Build an NE_EXPR, not a COND_EXPR,
3654 * expr.c (build_instanceof): Check for arrays when trying fold to
5509 * expr.c (build_instanceof): Layout type after it's loaded. Fixes
5585 * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage
5781 * java-tree.h (build_instanceof): Declare.
5783 * parse.y (patch_binop): Use build_instanceof.
5784 * expr.c (build_instanceof): New function. If class is final,
H A Dparse.c17267 return build_instanceof (op1, op2_type);
H A Dparse.y13702 return build_instanceof (op1, op2_type);