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

/haiku-buildtools/gcc/gcc/cp/
H A Dexcept.c765 tree temp_type;
807 temp_type = is_bitfield_expr_with_lowered_type (exp);
808 if (!temp_type)
809 temp_type = cv_unqualified (type_decays_to (TREE_TYPE (exp)));
825 allocate_expr = do_allocate_exception (temp_type);
831 object = build_nop (build_pointer_type (temp_type), ptr);
835 if (CLASS_TYPE_P (temp_type))
868 exp = build2 (INIT_EXPR, temp_type, object, tmp);
764 tree temp_type; local
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2435 tree decls, temp_type, *chain = NULL; local
2442 temp_type = build_sized_array_type (integer_type_node, OBJC_JBLEN);
2443 decls = add_field_decl (temp_type, "buf", &chain);
2447 temp_type = build_sized_array_type (ptr_type_node, 4);
2448 add_field_decl (temp_type, "pointers", &chain);
2455 temp_type = build_varargs_function_type_list (integer_type_node, NULL_TREE);
2457 = add_builtin_function (TAG_SETJMP, temp_type, 0, NOT_BUILT_IN, NULL, NULL_TREE);
2460 temp_type
2465 = add_builtin_function (TAG_EXCEPTIONEXTRACT, temp_type, 0, NOT_BUILT_IN, NULL,
2469 temp_type
[all...]
H A Dobjc-act.c2910 tree noreturn_list, nothrow_list, temp_type; local
2918 temp_type = build_function_type_list (void_type_node,
2922 = add_builtin_function (TAG_EXCEPTIONTHROW, temp_type, 0, NOT_BUILT_IN, NULL,
2929 = add_builtin_function (TAG_SYNCENTER, temp_type, 0, NOT_BUILT_IN,
2933 = add_builtin_function (TAG_SYNCEXIT, temp_type, 0, NOT_BUILT_IN,
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c1172 tree temp_type;
1210 temp_type
1219 get_identifier (TAG_MSGSEND), temp_type);
1232 umsg_decl = builtin_function (TAG_MSGSEND, temp_type, NOT_BUILT_IN, 0);
1236 temp_type
1243 temp_type, NOT_BUILT_IN, 0);
1247 temp_type = build_function_type (id_type,
1254 = builtin_function (TAG_GETCLASS, temp_type, NOT_BUILT_IN, 0);
1259 = builtin_function (TAG_GETMETACLASS, temp_type, NOT_BUILT_IN, 0);
1273 temp_type
1168 tree temp_type; local
[all...]
/haiku-buildtools/gcc/gmp/
H A Dgmpxx.h1456 typedef __gmp_expr<T, T> temp_type; typedef in struct:__gmp_resolve_temp
1462 typedef const __gmp_expr<T, T> & temp_type; typedef in struct:__gmp_resolve_temp
2876 typename __gmp_resolve_temp<T, T, U>::temp_type temp(expr); \
2964 typename __gmp_resolve_temp<eval_type, T, U>::temp_type temp1(expr1); \
2965 typename __gmp_resolve_temp<eval_type, V, W>::temp_type temp2(expr2); \
2975 typename __gmp_resolve_temp<T, T, U>::temp_type temp(expr); \
2982 typename __gmp_resolve_temp<T, T, U>::temp_type temp(expr); \
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c3694 enum insertion_type temp_type;
3699 temp_type = current_insertion_type ();
3702 type = temp_type;
3704 if (type != temp_type)
3708 insertion_type_pname (temp_type), insertion_type_pname (type));
3686 enum insertion_type temp_type; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-i386.c3158 i386_operand_type temp_type;
3160 temp_type = i.types[xchg];
3162 i.types[0] = temp_type;
4198 i386_operand_type temp_type;
4201 temp_type = i.types[xchg2];
4203 i.types[xchg1] = temp_type;
3154 i386_operand_type temp_type; local
4194 i386_operand_type temp_type; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i386.c2013 unsigned int temp_type;
2028 temp_type = i.types[xchg2];
2030 i.types[xchg1] = temp_type;
2009 unsigned int temp_type; local

Completed in 290 milliseconds