Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
/openbsd-src/bin/ksh/
H A Dsh.h187 enum temp_type { enum
191 typedef enum temp_type Temp_type;
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dinsertion.c960 int temp_type; in end_insertion() local
965 temp_type = current_insertion_type (); in end_insertion()
968 type = temp_type; in end_insertion()
970 if (type != temp_type) in end_insertion()
974 insertion_type_pname (temp_type), insertion_type_pname (type)); in end_insertion()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c3971 tree field_decl, field_decl_chain, index, temp_type; in build_next_objc_exception_stuff() local
3995 temp_type = build_function_type (integer_type_node, NULL_TREE); in build_next_objc_exception_stuff()
3997 = builtin_function (TAG_SETJMP, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_next_objc_exception_stuff()
4000 temp_type in build_next_objc_exception_stuff()
4006 = builtin_function (TAG_EXCEPTIONEXTRACT, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_next_objc_exception_stuff()
4009 temp_type in build_next_objc_exception_stuff()
4015 = builtin_function (TAG_EXCEPTIONTRYENTER, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_next_objc_exception_stuff()
4017 = builtin_function (TAG_EXCEPTIONTRYEXIT, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_next_objc_exception_stuff()
4020 temp_type in build_next_objc_exception_stuff()
4026 = builtin_function (TAG_EXCEPTIONMATCH, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE); in build_next_objc_exception_stuff()
[all …]
H A DChangeLog669 and 'Class' as typedefs; rename 'temp_type' to 'type'; disable debug
/openbsd-src/gnu/usr.bin/binutils/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()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1109 tree temp_type; in synth_module_prologue() local
1142 temp_type in synth_module_prologue()
1151 get_identifier (TAG_MSGSEND), temp_type); in synth_module_prologue()
1161 umsg_decl = builtin_function (TAG_MSGSEND, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1166 temp_type in synth_module_prologue()
1173 temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1178 temp_type = build_function_type (id_type, in synth_module_prologue()
1185 = builtin_function (TAG_GETCLASS, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1191 = builtin_function (TAG_GETMETACLASS, temp_type, 0, NOT_BUILT_IN, in synth_module_prologue()
1208 temp_type = build_array_type (objc_selector_template, NULL_TREE); in synth_module_prologue()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c1787 unsigned int temp_type; in swap_operands() local
1802 temp_type = i.types[xchg2]; in swap_operands()
1804 i.types[xchg1] = temp_type; in swap_operands()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c1973 unsigned int temp_type; in swap_operands() local
1988 temp_type = i.types[xchg2]; in swap_operands()
1990 i.types[xchg1] = temp_type; in swap_operands()