Home
last modified time | relevance | path

Searched refs:temp_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c646 tree temp_type; in build_throw() local
683 temp_type = is_bitfield_expr_with_lowered_type (exp); in build_throw()
684 if (!temp_type) in build_throw()
685 temp_type = type_decays_to (TYPE_MAIN_VARIANT (TREE_TYPE (exp))); in build_throw()
701 allocate_expr = do_allocate_exception (temp_type); in build_throw()
704 object = build_nop (build_pointer_type (temp_type), ptr); in build_throw()
710 if (CLASS_TYPE_P (temp_type)) in build_throw()
725 exp = build2 (INIT_EXPR, temp_type, object, in build_throw()
/freebsd-12.1/contrib/gdb/gdb/
H A Dstabsread.c246 static struct type *temp_type; in dbx_lookup_type() local
248 temp_type = rs6000_builtin_type (index); in dbx_lookup_type()
249 return &temp_type; in dbx_lookup_type()
281 struct type *temp_type; in dbx_lookup_type() local
287 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL); in dbx_lookup_type()
289 *temp_type_p = temp_type; in dbx_lookup_type()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c2278 unsigned int temp_type; in swap_2_operands() local
2281 temp_type = i.types[xchg2]; in swap_2_operands()
2283 i.types[xchg1] = temp_type; in swap_2_operands()