Searched refs:temp_type (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Dexcept.c646 tree temp_type; local
683 temp_type = is_bitfield_expr_with_lowered_type (exp);
684 if (!temp_type)
685 temp_type = type_decays_to (TYPE_MAIN_VARIANT (TREE_TYPE (exp)));
701 allocate_expr = do_allocate_exception (temp_type);
704 object = build_nop (build_pointer_type (temp_type), ptr);
710 if (CLASS_TYPE_P (temp_type))
725 exp = build2 (INIT_EXPR, temp_type, object,
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dinsertion.c962 int temp_type;
967 temp_type = current_insertion_type ();
970 type = temp_type;
972 if (type != temp_type)
976 insertion_type_pname (temp_type), insertion_type_pname (type));
960 int temp_type; local
/openbsd-current/bin/ksh/
H A Dsh.h187 enum temp_type { enum
191 typedef enum temp_type Temp_type;
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3978 tree field_decl, field_decl_chain, index, temp_type;
4002 temp_type = build_function_type (integer_type_node, NULL_TREE);
4004 = builtin_function (TAG_SETJMP, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE);
4007 temp_type
4013 = builtin_function (TAG_EXCEPTIONEXTRACT, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE);
4016 temp_type
4022 = builtin_function (TAG_EXCEPTIONTRYENTER, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE);
4024 = builtin_function (TAG_EXCEPTIONTRYEXIT, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE);
4027 temp_type
4033 = builtin_function (TAG_EXCEPTIONMATCH, temp_type,
3971 tree field_decl, field_decl_chain, index, temp_type; local
4070 tree noreturn_list, nothrow_list, temp_type; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c247 static struct type *temp_type;
249 temp_type = rs6000_builtin_type (index);
250 return &temp_type;
282 struct type *temp_type;
288 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL);
290 *temp_type_p = temp_type;
246 static struct type *temp_type; local
281 struct type *temp_type; local
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1113 tree temp_type;
1146 temp_type
1155 get_identifier (TAG_MSGSEND), temp_type);
1165 umsg_decl = builtin_function (TAG_MSGSEND, temp_type, 0, NOT_BUILT_IN,
1170 temp_type
1177 temp_type, 0, NOT_BUILT_IN,
1182 temp_type = build_function_type (id_type,
1189 = builtin_function (TAG_GETCLASS, temp_type, 0, NOT_BUILT_IN,
1195 = builtin_function (TAG_GETMETACLASS, temp_type, 0, NOT_BUILT_IN,
1212 temp_type
1109 tree temp_type; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c1791 unsigned int temp_type;
1806 temp_type = i.types[xchg2];
1808 i.types[xchg1] = temp_type;
1787 unsigned int temp_type; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c1977 unsigned int temp_type;
1992 temp_type = i.types[xchg2];
1994 i.types[xchg1] = temp_type;
1973 unsigned int temp_type; local

Completed in 478 milliseconds