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

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dactions.c1163 tree selector_type;
1171 selector_type = TREE_TYPE (selector);
1172 low_type_val = TREE_INT_CST_LOW (TYPE_MIN_VALUE (selector_type));
1173 high_type_val = TREE_INT_CST_LOW (TYPE_MAX_VALUE (selector_type));
1207 tree else_range, selector_value, selector_type;
1216 selector_type = TREE_TYPE (selector_value);
1217 low = convert (selector_type, TREE_PURPOSE (else_range));
1218 high = convert (selector_type, TREE_VALUE (else_range));
1226 low = convert (selector_type, TREE_PURPOSE (else_range));
1227 high = convert (selector_type, TREE_VALU
1154 tree selector_type; local
1198 tree else_range, selector_value, selector_type; local
1238 tree selector_type = TREE_TYPE (TREE_VALUE (selector)); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c397 static tree super_type, selector_type, id_type, objc_class_type;
1193 selector_type = unsigned_type_node;
1196 selector_type
1213 tree_cons (NULL_TREE, selector_type,
1239 tree_cons (NULL_TREE, selector_type,
1278 temp_type = build_array_type (selector_type, NULL_TREE);
1485 build_pointer_type (selector_type),
2024 decl = build_decl (VAR_DECL, ident, selector_type);
2050 return build_c_cast (selector_type, expr); /* cast! */
2081 TREE_TYPE (expr) = selector_type;
395 static tree super_type, selector_type, id_type, objc_class_type; variable
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c6837 tree selector_type;
6873 selector_type = TREE_TYPE (selector.value);
6876 if (TREE_CODE (selector_type) != ARRAY_TYPE)
6877 selector_type = TYPE_MAIN_VARIANT (selector_type);
6881 if (FUNCTION_POINTER_TYPE_P (selector_type)
6882 && TYPE_QUALS (TREE_TYPE (selector_type)) != TYPE_UNQUALIFIED)
6883 selector_type
6884 = build_pointer_type (TYPE_MAIN_VARIANT (TREE_TYPE (selector_type)));
6977 else if (comptypes (assoc.type, selector_type))
6835 tree selector_type; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c8074 gfc_symbol *selector_type; local
8103 selector_type = CLASS_DATA (code->expr2)->ts.u.derived;
8116 selector_type = CLASS_DATA (code->expr1)->ts.u.derived;
8133 && !selector_type->attr.unlimited_polymorphic
8143 if (c->ts.type != BT_UNKNOWN && !selector_type->attr.unlimited_polymorphic
8145 || !gfc_type_is_extension_of (selector_type, c->ts.u.derived)))
8149 c->ts.u.derived->name, &c->where, selector_type->name);

Completed in 211 milliseconds