Searched refs:ttype (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.c156 typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagged_type_tree ftype; } YYSTYPE; member in union:__anon3173
4454 { yyval.ttype = NULL_TREE; ;
4458 { yyval.ttype = NULL_TREE; ;
4462 { yyval.ttype = NULL_TREE; ;
4468 yyval.ttype = NULL_TREE; ;
4502 { if (TREE_CHAIN (yyvsp[-2].ttype)) yyvsp[-2].ttype = combine_strings (yyvsp[-2].ttype);
4503 assemble_asm (yyvsp[-2].ttype); ;
4521 { push_namespace (yyvsp[-1].ttype); ;
[all...]
H A Dparse.y93 %union {long itype; tree ttype; char *strtype; enum tree_code code; flagged_type_tree ftype; }
140 %token <ttype> AGGR
141 %token <ttype> VISSPEC
182 %left <ttype> PAREN_STAR_PAREN LEFT_RIGHT
190 %type <ttype> identifier IDENTIFIER TYPENAME CONSTANT expr nonnull_exprlist
191 %type <ttype> PFUNCNAME maybe_identifier
192 %type <ttype> paren_expr_or_null nontrivial_exprlist SELFNAME
193 %type <ttype> expr_no_commas cast_expr unary_expr primary string STRING
194 %type <ttype> reserved_declspecs boolean.literal
195 %type <ttype> reserved_typespecqual
[all...]
H A Dspew.c264 tmp_token.yylval.ttype = snarf_defarg ();
280 && ! TREE_PERMANENT (tmp_token.yylval.ttype)
281 && ! probe_obstack (current_obstack, tmp_token.yylval.ttype, 2)
282 && ! probe_obstack (saveable_obstack, tmp_token.yylval.ttype, 2))
283 tmp_token.yylval.ttype = copy_node (tmp_token.yylval.ttype);
319 trrr = lookup_name (tmp_token.yylval.ttype, -2);
335 tmp_token.yylval.ttype = trrr;
365 if (tmp_token.yylval.ttype == get_identifier("export"))
443 && nth_token (-1)->yylval.ttype
[all...]
H A Dlex.c919 t = yylval.ttype;
930 if (yylval.ttype == class_type_node)
932 else if (yylval.ttype == record_type_node)
934 else if (yylval.ttype == union_type_node)
936 else if (yylval.ttype == enum_type_node)
938 else if (yylval.ttype == signature_type_node)
1196 yylval.ttype = build_tree_list ((tree) pi, pi->fndecl);
1820 yylval.ttype = p;
2259 && TREE_CODE (yylval.ttype) == IDENTIFIER_NODE)
2264 if (handle_cp_pragma (IDENTIFIER_POINTER (yylval.ttype)))
[all...]
H A Dparse.h1 typedef union {long itype; tree ttype; char *strtype; enum tree_code code; flagged_type_tree ftype; } YYSTYPE; member in union:__anon3174
H A Dsearch.c2934 tree ttype;
2936 && IS_AGGR_TYPE (ttype = target_type (TREE_TYPE (field)))
2937 && dfs_debug_unmarkedp (TYPE_BINFO (ttype), 0))
2938 note_debug_info_needed (ttype);
2928 tree ttype; local
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.c99 typedef union {long itype; tree ttype; enum tree_code code; member in union:__anon3434
2195 {yyval.ttype = NULL_TREE; ;
2199 {yyval.ttype = NULL_TREE; ;
2203 { STRIP_NOPS (yyvsp[-2].ttype);
2204 if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
2205 && TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
2206 || TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
2207 assemble_asm (yyvsp[-2].ttype);
2247 { shadow_tag (yyvsp[-1].ttype); ;
2256 { if (! start_function (current_declspecs, yyvsp[0].ttype,
[all...]
H A Dobjc-parse.y65 %union {long itype; tree ttype; enum tree_code code;
143 %type <ttype> identifier IDENTIFIER TYPENAME CONSTANT expr nonnull_exprlist exprlist
144 %type <ttype> expr_no_commas cast_expr unary_expr primary string STRING
145 %type <ttype> typed_declspecs reserved_declspecs
146 %type <ttype> typed_typespecs reserved_typespecquals
147 %type <ttype> declmods typespec typespecqual_reserved
148 %type <ttype> typed_declspecs_no_prefix_attr reserved_declspecs_no_prefix_attr
149 %type <ttype> declmods_no_prefix_attr
150 %type <ttype> SCSPEC TYPESPEC TYPE_QUAL nonempty_type_quals maybe_type_qual
151 %type <ttype> initdecl
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920721-1.c1 typedef struct{short ttype;float s;}T; member in struct:__anon1447
7 if (t1.ttype == 1)
8 x.ttype = t[t2.ttype][t1.ttype],
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.c97 typedef union {long itype; tree ttype; enum tree_code code; member in union:__anon3099
1785 {yyval.ttype = NULL_TREE; ;
1789 {yyval.ttype = NULL_TREE; ;
1793 { STRIP_NOPS (yyvsp[-2].ttype);
1794 if ((TREE_CODE (yyvsp[-2].ttype) == ADDR_EXPR
1795 && TREE_CODE (TREE_OPERAND (yyvsp[-2].ttype, 0)) == STRING_CST)
1796 || TREE_CODE (yyvsp[-2].ttype) == STRING_CST)
1797 assemble_asm (yyvsp[-2].ttype);
1837 { shadow_tag (yyvsp[-1].ttype); ;
1846 { if (! start_function (current_declspecs, yyvsp[0].ttype,
[all...]
H A Dc-lex.c329 t = yylval.ttype;
335 t = yylval.ttype;
584 if (TREE_CODE (yylval.ttype) != IDENTIFIER_NODE)
588 IDENTIFIER_POINTER (yylval.ttype)))
665 || TREE_CODE (yylval.ttype) != STRING_CST)
674 ASM_OUTPUT_IDENT (asm_out_file, TREE_STRING_POINTER (yylval.ttype));
708 && TREE_CODE (yylval.ttype) == INTEGER_CST)
715 int l = TREE_INT_CST_LOW (yylval.ttype) - 1;
732 if (token != STRING || TREE_CODE (yylval.ttype) != STRING_CST)
739 = (char *) permalloc (TREE_STRING_LENGTH (yylval.ttype)
[all...]
H A Dc-parse.y87 %union {long itype; tree ttype; enum tree_code code;
165 %type <ttype> identifier IDENTIFIER TYPENAME CONSTANT expr nonnull_exprlist exprlist
166 %type <ttype> expr_no_commas cast_expr unary_expr primary string STRING
167 %type <ttype> typed_declspecs reserved_declspecs
168 %type <ttype> typed_typespecs reserved_typespecquals
169 %type <ttype> declmods typespec typespecqual_reserved
170 %type <ttype> typed_declspecs_no_prefix_attr reserved_declspecs_no_prefix_attr
171 %type <ttype> declmods_no_prefix_attr
172 %type <ttype> SCSPEC TYPESPEC TYPE_QUAL nonempty_type_quals maybe_type_qual
173 %type <ttype> initdecl
[all...]
H A Dc-parse.in99 %union {long itype; tree ttype; enum tree_code code;
177 %type <ttype> identifier IDENTIFIER TYPENAME CONSTANT expr nonnull_exprlist exprlist
178 %type <ttype> expr_no_commas cast_expr unary_expr primary string STRING
179 %type <ttype> typed_declspecs reserved_declspecs
180 %type <ttype> typed_typespecs reserved_typespecquals
181 %type <ttype> declmods typespec typespecqual_reserved
182 %type <ttype> typed_declspecs_no_prefix_attr reserved_declspecs_no_prefix_attr
183 %type <ttype> declmods_no_prefix_attr
184 %type <ttype> SCSPEC TYPESPEC TYPE_QUAL nonempty_type_quals maybe_type_qual
185 %type <ttype> initdecl
[all...]
H A Dc-parse.h1 typedef union {long itype; tree ttype; enum tree_code code; member in union:__anon3100
H A Dtree.c3352 build_type_attribute_variant (ttype, attribute)
3353 tree ttype, attribute;
3355 if ( ! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute))
3362 current_obstack = TYPE_OBSTACK (ttype);
3364 ntype = copy_node (ttype);
3398 ttype = build_qualified_type (ntype, TYPE_QUALS (ttype));
3407 return ttype;
/haiku-buildtools/gcc/gcc/config/
H A Dsol2-c.c98 enum cpp_ttype ttype; local
117 ttype = pragma_lex (&t);
118 if (ttype != CPP_NAME)
134 ttype = pragma_lex (&t);
135 if (ttype == CPP_COMMA)
137 ttype = pragma_lex (&t);
138 if (ttype != CPP_NAME)
144 else if (ttype == CPP_CLOSE_PAREN)
164 enum cpp_ttype ttype; local
172 ttype
223 enum cpp_ttype ttype; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dlex.c518 yylval.ttype = string_or_char (len >> 1, start);
545 yylval.ttype = convert_integer (start); /* Pass base? */
550 yylval.ttype = convert_bitstring (start);
574 yylval.ttype = string_or_char (len, tmp);
579 yylval.ttype = build_chill_string (len, tmp);
591 yylval.ttype = read_number (ch);
592 return TREE_CODE (yylval.ttype) == REAL_CST ? FLOATING : NUMBER;
656 yylval.ttype = ridpointers[tp->rid];
658 yylval.ttype = lookup_name (get_identifier ("__whoami"));
661 yylval.ttype
[all...]
H A Dactions.c469 tree ttype = type;
490 ttype = TREE_TYPE (ttype);
495 && (CH_STRING_TYPE_P (ttype)
496 || (chill_varying_type_p (ttype)
497 && CH_STRING_TYPE_P (CH_VARYING_ARRAY_TYPE (ttype))))
505 cond = string_assignment_condition (ttype, expr);
522 && discrete_type_p (ttype)
526 int cond1 = tree_int_cst_lt (TYPE_SIZE (ttype),
528 int cond2 = TREE_UNSIGNED (ttype)
465 tree ttype = type; local
[all...]
H A Dparse.h3 tree ttype; member in union:__anon3117
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dste.c1208 tree ttype;
1307 ttype = build_pointer_type (TREE_TYPE (t));
1308 t = ffecom_1 (ADDR_EXPR, ttype, t);
1345 tree ttype;
1543 ttype = build_pointer_type (TREE_TYPE (t));
1544 t = ffecom_1 (ADDR_EXPR, ttype, t);
1575 tree ttype;
1668 ttype = build_pointer_type (TREE_TYPE (t));
1669 t = ffecom_1 (ADDR_EXPR, ttype, t);
1702 tree ttype;
1207 tree ttype; local
1344 tree ttype; local
1574 tree ttype; local
1701 tree ttype; local
1953 tree ttype; local
2213 tree ttype; local
4999 tree ttype; local
[all...]
H A Dcom.c7002 tree ttype;
7010 ttype = void_type_node;
7014 ttype = TREE_TYPE (null_pointer_node); /* `void *'. */
7018 ttype = ffecom_f2c_ftnint_type_node;
7022 ttype = ffecom_f2c_integer_type_node;
7026 ttype = ffecom_f2c_longint_type_node;
7030 ttype = ffecom_f2c_logical_type_node;
7034 ttype = double_type_node;
7038 ttype = float_type_node;
7042 ttype
7001 tree ttype; local
[all...]
/haiku-buildtools/gcc/gmp/demos/expr/
H A Dexpr.c453 #define PRECEDENCE_TEST_REDUCE(tprec,cprec,ttype,ctype) \
455 || ((tprec) == (cprec) && ! ((ttype) & MPEXPR_TYPE_RIGHTASSOC)))
/haiku-buildtools/gcc/gcc/
H A Dtree.c4751 build_type_attribute_qual_variant (tree ttype, tree attribute, int quals)
4753 if (! attribute_list_equal (TYPE_ATTRIBUTES (ttype), attribute))
4759 enum tree_code code = TREE_CODE (ttype);
4767 if (TREE_CODE (ttype) == RECORD_TYPE
4768 || TREE_CODE (ttype) == UNION_TYPE
4769 || TREE_CODE (ttype) == QUAL_UNION_TYPE
4770 || TREE_CODE (ttype) == ENUMERAL_TYPE)
4774 TYPE_MAIN_VARIANT (ttype));
4775 return build_qualified_type (ttype, quals);
4778 ttype
4730 build_type_attribute_qual_variant(tree ttype, tree attribute, int quals) argument
4954 build_type_attribute_variant(tree ttype, tree attribute) argument
[all...]
H A Dlto-streamer-in.c698 tree ttype = stream_read_tree (ib, data_in); local
699 (*fn->eh->ttype_data)[i] = ttype;
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c2313 tree ttype = TREE_TYPE (t); local
2316 if (TREE_CODE (ttype) != TREE_CODE (optype)
2317 && POINTER_TYPE_P (ttype)
2320 TREE_TYPE (ttype)))
2322 if (TREE_CODE (ttype) == REFERENCE_TYPE)

Completed in 486 milliseconds

12