Home
last modified time | relevance | path

Searched refs:TYPE_ARRAY_P (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c326 && TYPE_ARRAY_P (TREE_TYPE (type));
399 TYPE_ARRAY_P (t) = 1;
656 if (TYPE_ARRAY_P (type))
H A Dverify.c165 if (TYPE_ARRAY_P (tt1) || TYPE_ARRAY_P (tt2))
167 if (TYPE_ARRAY_P (tt1) == TYPE_ARRAY_P (tt2))
H A Dexpr.c390 if (TYPE_ARRAY_P (source_type) || TYPE_ARRAY_P (target_type))
393 if (TYPE_ARRAY_P (source_type) != TYPE_ARRAY_P (target_type))
826 && (TYPE_ARRAY_P (TREE_TYPE (element_type))
1260 else if (! TYPE_ARRAY_P (type)
1261 && ! TYPE_ARRAY_P (valtype)
H A Dmangle.c228 if (TYPE_ARRAY_P (TREE_TYPE (type)))
H A Dconstants.c358 if (TYPE_ARRAY_P (type))
H A Dlang.c702 if (TREE_CODE (node) == RECORD_TYPE && TYPE_ARRAY_P (node))
H A Djava-tree.h1456 #define TYPE_ARRAY_P(TYPE) TYPE_LANG_FLAG_1 (TYPE) macro
1471 && (CLASS_PARSED_P(TYPE) || TYPE_ARRAY_P(TYPE)))
H A Dparse.c8674 (TYPE_ARRAY_P (super_type) ? "array" : "class"),
8702 if (TYPE_ARRAY_P (super_type) || CLASS_INTERFACE (TYPE_NAME (super_type)))
9559 if (TREE_CODE (something) == RECORD_TYPE && TYPE_ARRAY_P (something)
12386 if (TYPE_ARRAY_P (type))
13009 && type_found && TYPE_ARRAY_P (type_found)
13548 && !TYPE_ARRAY_P (field_decl_type))
13911 if (TYPE_ARRAY_P (type) && identifier == get_identifier ("clone"))
14018 if (TYPE_ARRAY_P (class_to_search)
16793 if (TYPE_ARRAY_P (source))
18129 if (!TYPE_ARRAY_P (array_type))
[all …]
H A Dparse.y5109 (TYPE_ARRAY_P (super_type) ? "array" : "class"),
5137 if (TYPE_ARRAY_P (super_type) || CLASS_INTERFACE (TYPE_NAME (super_type)))
5994 if (TREE_CODE (something) == RECORD_TYPE && TYPE_ARRAY_P (something)
8821 if (TYPE_ARRAY_P (type))
9444 && type_found && TYPE_ARRAY_P (type_found)
9983 && !TYPE_ARRAY_P (field_decl_type))
10346 if (TYPE_ARRAY_P (type) && identifier == get_identifier ("clone"))
10453 if (TYPE_ARRAY_P (class_to_search)
13228 if (TYPE_ARRAY_P (source))
14564 if (!TYPE_ARRAY_P (array_type))
[all …]
H A Dclass.c1734 if (TYPE_ARRAY_P (class))
H A Djcf-write.c1614 && TYPE_ARRAY_P (TREE_TYPE (obj)))
H A DChangeLog9225 * parse.h (TYPE_CLASS_P): Check for TYPE_ARRAY_P is redundant.
14631 (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P): New.