Searched refs:exp_type (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/sys/arch/sh/sh/ |
| H A D | trap.c | 108 const char * const exp_type[] = { variable 140 const int exp_types = sizeof exp_type / sizeof exp_type[0]; 295 if ((expevt >> 5) < exp_types && exp_type[expevt >> 5] != NULL) in general_exception() 296 printf("fatal %s", exp_type[expevt >> 5]); in general_exception()
|
| H A D | db_interface.c | 101 db_printf("%s", exp_type[i]); in kdb_printtrap()
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.h | 36 tree tree_code_get_expression (unsigned int exp_type, tree type, tree op1,
|
| H A D | treetree.c | 651 tree_code_get_expression (unsigned int exp_type, in tree_code_get_expression() argument 659 switch (exp_type) in tree_code_get_expression()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treetree.h | 39 tree tree_code_get_expression (unsigned int exp_type, tree type, tree op1, tree op2, tree op3);
|
| H A D | treetree.c | 668 tree_code_get_expression (unsigned int exp_type, in tree_code_get_expression() argument 674 switch (exp_type) in tree_code_get_expression()
|
| /openbsd-src/sys/arch/sh/include/ |
| H A D | trap.h | 175 extern const char * const exp_type[];
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fold-const.c | 3934 tree exp_type = NULL_TREE, arg0_type = NULL_TREE; in make_range() local 3950 exp_type = TREE_TYPE (exp); in make_range() 4041 n_low = range_binop (MINUS_EXPR, exp_type, in make_range() 4042 build_int_cst (exp_type, 0), in make_range() 4044 n_high = range_binop (MINUS_EXPR, exp_type, in make_range() 4045 build_int_cst (exp_type, 0), in make_range() 4053 exp = build2 (MINUS_EXPR, exp_type, negate_expr (arg0), in make_range() 4054 build_int_cst (exp_type, 1)); in make_range() 4108 if (TYPE_PRECISION (arg0_type) > TYPE_PRECISION (exp_type)) in make_range() 4134 if (!TYPE_UNSIGNED (exp_type) && TYPE_UNSIGNED (arg0_type)) in make_range() [all …]
|