Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/sys/arch/sh/sh/
H A Dtrap.c108 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 Ddb_interface.c101 db_printf("%s", exp_type[i]); in kdb_printtrap()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.h36 tree tree_code_get_expression (unsigned int exp_type, tree type, tree op1,
H A Dtreetree.c651 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 Dtreetree.h39 tree tree_code_get_expression (unsigned int exp_type, tree type, tree op1, tree op2, tree op3);
H A Dtreetree.c668 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 Dtrap.h175 extern const char * const exp_type[];
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c3934 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 …]