Searched refs:real_type (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dallocate_derived_3.f907 type :: real_type type
9 class(real_type), allocatable :: obj
12 allocate(real_type :: obj)
H A Dallocate_with_typespec_4.f9011 type real_type type in subroutine:not_an_f03_intrinsic
13 end type real_type
15 type(real_type), allocatable :: b, c(:)
25 allocate(real_type :: b)
26 allocate(real_type :: c(1))
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexport.cc482 Type* real_type = named_object->type_value()->real_type(); local
483 ins = this->type_refs_.insert(std::make_pair(real_type, code));
H A Dtypes.h2898 real_type() function in class:Named_type
2902 real_type() const function in class:Named_type
3173 real_type();
3176 real_type() const;
3200 { return this->real_type()->has_pointer(); }
3204 { return this->real_type()->compare_is_identity(gogo); }
3208 { return this->real_type()->hash_for_method(gogo); }
3222 { Type::gc_symbol(gogo, this->real_type(), vals, offset, stack_size); }
H A Dtypes.cc58 return this->forward_declaration_type()->real_type()->base();
72 return this->forward_declaration_type()->real_type()->base();
87 t = ftype->real_type();
100 t = ftype->real_type();
328 t1 = t1->named_type()->real_type();
330 t2 = t2->named_type()->real_type();
779 && rhs->integer_type() == Type::lookup_integer_type("uintptr")->real_type())))
784 && lhs->integer_type() == Type::lookup_integer_type("uintptr")->real_type())))
1153 t = t->named_type()->real_type();
1830 if (name != NULL && name->real_type()
10272 Forward_declaration_type::real_type() function in class:Forward_declaration_type
10289 Forward_declaration_type::real_type() const function in class:Forward_declaration_type
[all...]
H A Dgogo.cc231 Function_type* real_type = Type::make_function_type(NULL, NULL, NULL, loc); local
232 real_type->set_is_varargs();
233 real_type->set_is_builtin();
234 this->globals_->add_function_declaration("real", NULL, real_type, loc);
2297 Type* rt = nt->real_type();
2849 Type* rt = nt->real_type();
H A Dexpressions.cc7188 while (nt->real_type()->named_type() != NULL)
7189 nt = nt->real_type()->named_type();
7209 while (nt->real_type()->named_type() != NULL)
7210 nt = nt->real_type()->named_type();
12905 type = type->named_type()->real_type();
/haiku-buildtools/gcc/gcc/cp/
H A Drtti.c925 tree real_type;
927 real_type = xref_tag (class_type, ti->name,
931 if (!COMPLETE_TYPE_P (real_type))
936 SET_CLASSTYPE_INTERFACE_KNOWN (real_type);
937 CLASSTYPE_INTERFACE_ONLY (real_type) = 1;
940 vtable_ptr = get_vtable_decl (real_type, /*complete=*/1);
923 tree real_type; local
H A Dtypeck.c4856 tree real_type = TREE_TYPE (result_type);
4862 if (TREE_TYPE (op1) != real_type)
4863 op1 = cp_convert_and_check (real_type, op1, complain);
4867 if (TREE_TYPE (op0) != real_type)
4868 op0 = cp_convert_and_check (real_type, op0, complain);
4884 imag = build2 (resultcode, real_type, imag, op1);
4888 real = build2 (resultcode, real_type, real, op1);
4903 imag = build2 (resultcode, real_type, op0, imag);
4906 real = build2 (resultcode, real_type, op0, real);
4909 real = build2 (resultcode, real_type, op
4848 tree real_type = TREE_TYPE (result_type); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c5824 tree real_type;
5844 real_type = GET_REAL_TYPE (type);
5846 if (duplicate_declaration_error_p (current_name, real_type, cl))
5855 field_decl = add_field (class_type, current_name, real_type, flags);
6344 tree real_type;
6353 real_type = GET_REAL_TYPE (type);
6354 if (TREE_CODE (real_type) == RECORD_TYPE)
6356 real_type = promote_type (real_type);
6358 TREE_PURPOSE (type) = real_type;
5820 tree real_type; local
6340 tree real_type; local
8083 tree other, real_type; local
8167 tree real_type = GET_REAL_TYPE (type); local
[all...]
H A Dparse.y3167 tree real_type;
3187 real_type = GET_REAL_TYPE (type);
3189 if (duplicate_declaration_error_p (current_name, real_type, cl))
3198 field_decl = add_field (class_type, current_name, real_type, flags);
3687 tree real_type;
3696 real_type = GET_REAL_TYPE (type);
3697 if (TREE_CODE (real_type) == RECORD_TYPE)
3699 real_type = promote_type (real_type);
3701 TREE_PURPOSE (type) = real_type;
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c11101 tree real_type = TREE_TYPE (result_type);
11112 if (TREE_TYPE (op1) != real_type)
11113 op1 = convert_and_check (location, real_type, op1);
11117 if (TREE_TYPE (op0) != real_type)
11118 op0 = convert_and_check (location, real_type, op0);
11136 imag = build2 (resultcode, real_type, imag, op1);
11140 real = build2 (resultcode, real_type, real, op1);
11157 imag = build2 (resultcode, real_type, op0, imag);
11160 real = build2 (resultcode, real_type, op0, real);
11163 real = build2 (resultcode, real_type, op
11063 tree real_type = TREE_TYPE (result_type); local
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.c3777 tree real_type;
3789 real_type = TREE_TYPE (TREE_TYPE (arg1));
3790 assert (real_type == TREE_TYPE (TREE_TYPE (arg2)));
3794 real_type = TREE_TYPE (TYPE_FIELDS (TREE_TYPE (arg1)));
3795 assert (real_type == TREE_TYPE (TYPE_FIELDS (TREE_TYPE (arg2))));
3801 ffecom_1 (REALPART_EXPR, real_type, arg1),
3802 ffecom_1 (REALPART_EXPR, real_type, arg2)),
3804 ffecom_1 (IMAGPART_EXPR, real_type, arg1),
3805 ffecom_1 (IMAGPART_EXPR, real_type,
3964 tree real_type; /* REA
3776 tree real_type; local
3963 tree real_type; /* REAL type corresponding to COMPLEX. */ local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delfnn-aarch64.c6233 bfd_reloc_code_real_type real_type = local
6236 if (real_type == BFD_RELOC_AARCH64_TLSLD_ADR_PREL21
6237 || real_type == BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21
6238 || real_type == BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC)

Completed in 439 milliseconds