Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dboehm.c98 if (JREFERENCE_TYPE_P (TREE_TYPE (field))
Dparse.y9931 if (!from_type && !JREFERENCE_TYPE_P (type))
10058 && !JREFERENCE_TYPE_P (type))
12180 if (JREFERENCE_TYPE_P (TREE_TYPE (lvalue))
12229 if (flag && (!JREFERENCE_TYPE_P (TREE_TYPE (node))
12910 && JREFERENCE_TYPE_P (TYPE_ARRAY_ELEMENT (lhs_type)))
13007 if (!JPRIMITIVE_TYPE_P (rhs_type) && JREFERENCE_TYPE_P (lhs_type))
13299 || ((JREFERENCE_TYPE_P (source) || JNULLP_TYPE_P (source))
13300 && (JREFERENCE_TYPE_P (dest) || JNULLP_TYPE_P (dest))
13676 if (!JREFERENCE_TYPE_P (op1_type) && op1 != null_pointer_node)
13680 if (!JREFERENCE_TYPE_P (op2_type))
[all …]
Dparse.c13496 if (!from_type && !JREFERENCE_TYPE_P (type))
13623 && !JREFERENCE_TYPE_P (type))
15745 if (JREFERENCE_TYPE_P (TREE_TYPE (lvalue))
15794 if (flag && (!JREFERENCE_TYPE_P (TREE_TYPE (node))
16475 && JREFERENCE_TYPE_P (TYPE_ARRAY_ELEMENT (lhs_type)))
16572 if (!JPRIMITIVE_TYPE_P (rhs_type) && JREFERENCE_TYPE_P (lhs_type))
16864 || ((JREFERENCE_TYPE_P (source) || JNULLP_TYPE_P (source))
16865 && (JREFERENCE_TYPE_P (dest) || JNULLP_TYPE_P (dest))
17241 if (!JREFERENCE_TYPE_P (op1_type) && op1 != null_pointer_node)
17245 if (!JREFERENCE_TYPE_P (op2_type))
[all …]
Dparse.h197 #define JREFERENCE_TYPE_P(TYPE) ((TYPE) \ macro
DChangeLog11758 JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
13095 * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.