Searched refs:tree_code (Results 1 - 25 of 285) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Denum1.C4 enum tree_code code : 8; // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr14475.c6 enum tree_code code : 8; /* { dg-error "ISO C forbids forward references to" "forward ref" } */
H A D20050629-1.c11 enum tree_code { enum
19 __extension__ enum tree_code code : 8;
112 if (!def || ((enum tree_code) (def)->common.code) != SSA_NAME) linknode->prev = ((void *)0);
114 root = &(__extension__ ({ const tree __t = (def); if (((enum tree_code) (__t)->common.code) != (SSA_NAME)) tree_check_failed (__t, "/home/cygnus/dnovillo/gcc/src.ppc64/gcc/tree-flow-inline.h", 222, __FUNCTION__, (SSA_NAME), 0); __t; }
240 enum tree_code code;
244 { { if (code == LT_EXPR || code == GE_EXPR) { swap_tree_operands (stmt, &__extension__ (*({const tree __t = __extension__ ({ const tree __t = (expr); char const __c = tree_code_type[(int) (((enum tree_code) (__t)->common.code))]; if (!((__c) >= tcc_reference && (__c) <= tcc_expression)) tree_class_check_failed (__t, tcc_expression, "/home/cygnus/dnovillo/gcc/src.ppc64/gcc/tree-ssa-operands.c", 1435, __FUNCTION__); __t; }); const int __i = (0); if (__i < 0 || __i >= tree_code_length[(int) (((enum tree_code) (__t)->common.code))]) tree_operand_check_failed (__i, ((enum tree_code) (__t)->common.code), "/home/cygnus/dnovillo/gcc/src.ppc64/gcc/tree-ssa-operands.c", 1435, __FUNCTION__); &__t->exp.operands[__i]; })), &__extension__ (*({const tree __t = __extension__ ({ const tree __t = (expr); char const __c = tree_code_type[(int) (((enum tree_code) (__t)->common.code))]; if (!((__c) >= tcc_reference && (__c) <= tcc_expression)) tree_class_check_failed (__t, tcc_expression, "/home/cygnus/dnovillo/gcc/src.ppc64/gcc/tree-ssa-operands.c", 1436, __FUNCTION__); __t; }); const int __i = (1); if (__i < 0 || __i >= tree_code_length[(int) (((enum tree_code) (__
[all...]
H A Dpr46571.c6 enum tree_code enum
15 enum tree_code reduction_code;
82 enum tree_code reduction_code, locus where)
102 enum tree_code reduction_code;
/haiku-buildtools/gcc/gcc/
H A Dgeneric-match.h29 tree generic_simplify (location_t, enum tree_code, tree, tree);
30 tree generic_simplify (location_t, enum tree_code, tree, tree, tree);
31 tree generic_simplify (location_t, enum tree_code, tree, tree, tree, tree);
H A Dgimple-builder.h24 gassign *build_assign (enum tree_code, tree, int, tree lhs = NULL_TREE);
25 gassign *build_assign (enum tree_code, gimple, int, tree lhs = NULL_TREE);
26 gassign *build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);
27 gassign *build_assign (enum tree_code, gimple, tree, tree lhs = NULL_TREE);
28 gassign *build_assign (enum tree_code, tree, gimple, tree lhs = NULL_TREE);
29 gassign *build_assign (enum tree_code, gimple, gimple, tree lhs = NULL_TREE);
H A Dgimple-match.h32 code_helper (tree_code code) : rep ((int) code) {}
34 operator tree_code () const { return (tree_code) rep; }
47 void maybe_build_generic_op (enum tree_code, tree, tree *, tree, tree);
H A Ddojump.h61 extern void jumpifnot_1 (enum tree_code, tree, tree, rtx, int);
65 extern void jumpif_1 (enum tree_code, tree, tree, rtx, int);
70 extern void do_jump_1 (enum tree_code, tree, tree, rtx, rtx, int);
H A Dgimple-builder.c56 get_expr_type (enum tree_code code, tree op)
71 build_assign (enum tree_code code, tree op1, int val, tree lhs)
80 build_assign (enum tree_code code, gimple g, int val, tree lhs )
95 build_assign (enum tree_code code, tree op1, tree op2, tree lhs)
103 build_assign (enum tree_code code, gimple op1, tree op2, tree lhs)
109 build_assign (enum tree_code code, tree op1, gimple op2, tree lhs)
115 build_assign (enum tree_code code, gimple op1, gimple op2, tree lhs)
H A Dfold-const.h40 extern tree fold_unary_loc (location_t, enum tree_code, tree, tree);
43 extern tree fold_unary_ignore_overflow_loc (location_t, enum tree_code, tree, tree);
46 extern tree fold_binary_loc (location_t, enum tree_code, tree, tree, tree);
49 extern tree fold_ternary_loc (location_t, enum tree_code, tree, tree, tree, tree);
54 extern tree fold_build1_stat_loc (location_t, enum tree_code, tree,
60 extern tree fold_build2_stat_loc (location_t, enum tree_code, tree, tree,
66 extern tree fold_build3_stat_loc (location_t, enum tree_code, tree, tree, tree,
68 extern tree fold_build1_initializer_loc (location_t, enum tree_code, tree, tree);
69 extern tree fold_build2_initializer_loc (location_t, enum tree_code, tree, tree, tree);
80 extern tree fold_single_bit_test (location_t, enum tree_code, tre
[all...]
H A Dgimple-fold.h31 extern tree maybe_fold_and_comparisons (enum tree_code, tree, tree,
32 enum tree_code, tree, tree);
33 extern tree maybe_fold_or_comparisons (enum tree_code, tree, tree,
34 enum tree_code, tree, tree);
35 extern bool arith_overflowed_p (enum tree_code, const_tree, const_tree,
53 extern bool arith_code_with_undefined_signed_overflow (tree_code);
60 enum tree_code, tree, tree,
64 enum tree_code code, tree type, tree op0)
69 enum tree_code, tree, tree, tree,
73 enum tree_code cod
[all...]
H A Dtree-pretty-print.h45 extern int op_code_prio (enum tree_code);
47 extern const char *op_symbol_code (enum tree_code);
H A Dtree-eh.h37 extern bool operation_could_trap_helper_p (enum tree_code, bool, bool, bool,
39 extern bool operation_could_trap_p (enum tree_code, bool, bool, tree);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030922-1.c8 enum tree_code enum
14 enum tree_code code:8;
H A Dvrp15.c8 enum tree_code enum
16 enum tree_code code:8;
H A D20030729-1.c9 enum tree_code enum
20 enum tree_code code:8;
H A D20030814-6.c7 enum tree_code enum
14 enum tree_code code:8;
H A D20030728-1.c8 enum tree_code enum
16 enum tree_code code:8;
H A Dfoldconst-3.c9 enum tree_code enum
17 __extension__ enum tree_code code:16;
41 if (((enum tree_code) (type)->base.code) == INTEGER_TYPE && ((
50 tree_code)
67 (((enum tree_code) (__t)->base.
H A Dforwprop-26.c6 enum tree_code enum
13 __extension__ enum tree_code code:16;
H A D20030709-3.c8 enum tree_code enum
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-dump.c43 enum tree_code code;
H A Dc-ubsan.h25 extern tree ubsan_instrument_shift (location_t, enum tree_code, tree, tree);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39845.c4 enum tree_code { EXCESS_PRECISION_EXPR }; enum
7 __extension__ enum tree_code code : 16;
35 if (((enum tree_code) (val)->base.code) == EXCESS_PRECISION_EXPR
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr55093.c18 enum tree_code { REAL_CST, SSA_NAME }; enum
20 enum tree_code code : 16;
30 inline tree tree_check (tree __t, const char *__f, int __l, const char *__g, enum tree_code __c) {
31 if (((enum tree_code) (__t)->base.code) != __c)
57 || ((enum tree_code) (val->value)->base.code) != REAL_CST)

Completed in 262 milliseconds

1234567891011>>