Searched refs:htype (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dubsan.c1097 tree htype = TREE_TYPE (str_hash); local
1098 tree cst = wide_int_to_tree (htype,
1101 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR,
1105 g = gimple_build_assign (make_ssa_name (htype), MULT_EXPR,
1110 g = gimple_build_assign (make_ssa_name (htype), LSHIFT_EXPR,
1115 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR,
1119 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXPR,
1123 g = gimple_build_assign (make_ssa_name (htype), MULT_EXPR,
1128 g = gimple_build_assign (make_ssa_name (htype), LSHIFT_EXPR,
1132 g = gimple_build_assign (make_ssa_name (htype), BIT_XOR_EXP
[all...]
H A Dbuiltins.c4433 tree wtype, htype;
4440 htype = type;
4442 if (TREE_CODE (wtype) == RECORD_TYPE && POINTER_TYPE_P (htype))
4443 htype = TREE_TYPE (htype);
4450 if (TREE_CODE (htype) == ARRAY_TYPE
4451 || POINTER_TYPE_P (htype))
4454 htype = TREE_TYPE (htype);
4457 if (TYPE_MAIN_VARIANT (wtype) == TYPE_MAIN_VARIANT (htype))
4432 tree wtype, htype; local
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dverify-impl.c1932 int handler, start, end, htype; local
1933 vfy_get_exception (vfr->exception, i, &handler, &start, &end, &htype);
2309 int hpc, start, end, htype; local
2310 vfy_get_exception (vfr->exception, i, &hpc, &start, &end, &htype);
2314 if (htype != 0)
2315 handler = check_class_constant (htype);
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c50616 tree wtype, htype; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c2068 struct neon_typed_alias htype; local
2085 hireg = parse_typed_reg_or_scalar (&ptr, rtype, NULL, &htype);
2091 if (! neon_alias_types_same (&htype, &firsttype))

Completed in 465 milliseconds