Searched refs:btype (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Darray22.C10 typedef B<int, A<int>(*)[2]> btype; typedef
12 btype v2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr61743-1.c9 #define btype int macro
11 static inline void bar1(e_u8 a[4][N], e_u8 b[4][N], btype n)
20 static inline void bar2(e_u8 a[4][N], e_u8 b[256], btype n)
31 btype n;
H A Dpr61743-2.c9 #define btype e_u8 macro
11 static inline void bar1(e_u8 a[4][N], e_u8 b[4][N], btype n)
20 static inline void bar2(e_u8 a[4][N], e_u8 b[256], btype n)
31 btype n;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dbackend.h54 Btype* btype; member in struct:Backend::Btyped_identifier
58 : name(), btype(NULL), location(UNKNOWN_LOCATION)
63 : name(a_name), btype(a_btype), location(a_location)
264 indirect_expression(Btype* btype, Bexpression* expr, bool known_valid,
270 named_constant_expression(Btype* btype, const std::string& name,
275 integer_constant_expression(Btype* btype, mpz_t val) = 0;
279 float_constant_expression(Btype* btype, mpfr_t val) = 0;
283 complex_constant_expression(Btype* btype, mpc_t val) = 0;
330 conditional_expression(Btype* btype, Bexpression* condition,
352 constructor_expression(Btype* btype, cons
[all...]
H A Dexpressions.cc424 Btype* btype = type->get_backend(gogo);
434 ret = gogo->backend()->integer_constant_expression(btype, ival);
445 ret = gogo->backend()->float_constant_expression(btype, fval);
456 ret = gogo->backend()->complex_constant_expression(btype, cval);
754 Btype* btype; local
759 btype = this->variable_->var_value()->type()->get_backend(gogo);
764 btype = this->variable_->result_var_value()->type()->get_backend(gogo);
771 ret = context->backend()->indirect_expression(btype, ret, true, loc);
836 Btype* btype = this->type()->base()->get_backend(gogo); local
837 ret = gogo->backend()->convert_expression(btype, re
1219 Btype* btype = this->type()->get_backend(gogo); local
1546 Btype* btype = Type::make_string_type()->get_backend(gogo); local
3339 Btype* btype = type->get_backend(gogo); local
3612 Btype* btype = t->get_backend(gogo); local
4121 Btype* btype = this->expr_->type()->get_backend(gogo); local
5733 Btype* btype = type->get_backend(gogo); local
6542 Btype* btype = ret->type()->get_backend(gogo); local
11947 Btype* btype = this->type_->get_backend(gogo); local
12382 Btype* btype = type->get_backend(context->gogo()); local
13753 Btype* btype = this->type()->get_backend(gogo); local
14096 Btype* btype = this->type_->get_backend(context->gogo()); local
14320 Btype* btype = this->type_->get_backend(gogo); local
14562 Btype* btype = this->type_->get_backend(gogo); local
14714 Btype* btype = this->type()->get_backend(gogo); local
14754 Btype* btype = this->type()->get_backend(gogo); local
14844 Btype* btype = this->type_->get_backend(gogo); local
[all...]
H A Dtypes.cc866 val.second.btype = NULL;
870 if (!ins.second && ins.first->second.btype != NULL)
877 this->btype_ = ins.first->second.btype;
880 this->finish_backend(gogo, ins.first->second.btype);
884 return ins.first->second.btype;
889 if (ins.first->second.btype == NULL)
891 ins.first->second.btype = bt;
902 this->btype_ = ins.first->second.btype;
903 bt = ins.first->second.btype;
992 val.second.btype
6138 Btype* btype = t->get_backend(gogo); local
[all...]
H A Dgogo.cc1378 Btype* btype = no->var_value()->type()->get_backend(this); local
1379 Bexpression* zero = this->backend()->zero_expression(btype);
5205 Btype* btype = type->get_backend(gogo); local
5206 init = gogo->backend()->zero_expression(btype);
6188 Btype* btype = this->type()->get_backend(gogo);
6189 return gogo->backend()->zero_expression(btype);
6291 Btype* btype = type->get_backend(gogo); local
6304 btype,
6320 bvar = backend->static_chain_variable(bfunction, n, btype,
6323 bvar = backend->parameter_variable(bfunction, n, btype,
6355 Btype* btype = type->get_backend(gogo); local
6461 Btype* btype = type->get_backend(gogo); local
[all...]
H A Dtypes.h1266 Btype *btype; member in struct:Type::Type_btype_entry
H A Dstatements.cc456 Btype* btype = this->type()->get_backend(context->gogo()); local
475 btype, binit,
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc258 named_constant_expression(Btype* btype, const std::string& name,
262 integer_constant_expression(Btype* btype, mpz_t val);
265 float_constant_expression(Btype* btype, mpfr_t val);
268 complex_constant_expression(Btype* btype, mpc_t val);
388 Btype* btype,
794 if (receiver.btype != NULL)
796 tree t = receiver.btype->get_tree();
807 tree t = p->btype->get_tree();
822 result = results.front().btype->get_tree();
860 tree type_tree = p->btype
1049 named_type(const std::string& name, Btype* btype, Location location) argument
1093 is_circular_pointer_type(Btype* btype) argument
1101 type_size(Btype* btype) argument
1117 type_alignment(Btype* btype) argument
1128 type_field_alignment(Btype* btype) argument
1139 type_field_offset(Btype* btype, size_t index) argument
1160 zero_expression(Btype* btype) argument
1185 indirect_expression(Btype* btype, Bexpression* expr, bool known_valid, Location location) argument
1211 named_constant_expression(Btype* btype, const std::string& name, Bexpression* val, Location location) argument
1233 integer_constant_expression(Btype* btype, mpz_t val) argument
1246 float_constant_expression(Btype* btype, mpfr_t val) argument
1264 complex_constant_expression(Btype* btype, mpc_t val) argument
1477 conditional_expression(Btype* btype, Bexpression* condition, Bexpression* then_expr, Bexpression* else_expr, Location location) argument
1657 constructor_expression(Btype* btype, const std::vector<Bexpression*>& vals, Location location) argument
2382 global_variable(const std::string& package_name, const std::string& pkgpath, const std::string& name, Btype* btype, bool is_external, bool is_hidden, bool in_unique_section, Location location) argument
2457 local_variable(Bfunction* function, const std::string& name, Btype* btype, bool is_address_taken, Location location) argument
2478 parameter_variable(Bfunction* function, const std::string& name, Btype* btype, bool is_address_taken, Location location) argument
2500 static_chain_variable(Bfunction* function, const std::string& name, Btype* btype, Location location) argument
2534 temporary_variable(Bfunction* function, Bblock* bblock, Btype* btype, Bexpression* binit, bool is_address_taken, Location location, Bstatement** pstatement) argument
2692 implicit_variable_reference(const std::string& name, Btype* btype) argument
2711 immutable_struct(const std::string& name, bool is_hidden, bool is_common, Btype* btype, Location location) argument
2787 immutable_struct_reference(const std::string& name, Btype* btype, Location location) argument
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dsrconv.c648 dbt.btype = BTYPE_VOID;
654 dbt.btype = BTYPE_CHAR;
662 dbt.btype = BTYPE_INT;
668 dbt.btype = BTYPE_FLOAT;
673 dbt.btype = BTYPE_FLOAT;
678 dbt.btype = BTYPE_FLOAT;
683 dbt.btype = BTYPE_CHAR;
691 dbt.btype = BTYPE_INT;
744 dbt.btype = BTYPE_STRUCT;
770 dbt.btype
[all...]
/haiku-buildtools/binutils/binutils/
H A Dsrconv.c615 dbt.btype = BTYPE_VOID;
621 dbt.btype = BTYPE_CHAR;
629 dbt.btype = BTYPE_INT;
635 dbt.btype = BTYPE_FLOAT;
640 dbt.btype = BTYPE_FLOAT;
645 dbt.btype = BTYPE_FLOAT;
650 dbt.btype = BTYPE_CHAR;
658 dbt.btype = BTYPE_INT;
712 dbt.btype = BTYPE_STRUCT;
738 dbt.btype
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dcplus-dem.c2054 int btype; local
2059 btype = register_Btype (work);
2083 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
2957 string btype; local
2960 string_init (&btype);
3259 string btype; local
3262 string_init (&btype);
3421 string btype; local
3422 string_init (&btype);
3423 if (demangle_class_name (work, mangled, &btype)) {
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dcplus-dem.c2432 int btype; local
2437 btype = register_Btype (work);
2461 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
3857 string btype; local
3858 string_init (&btype);
3859 if (demangle_class_name (work, mangled, &btype)) {
3860 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
3862 string_appends (result, &btype);
3866 string_delete (&btype);
3871 string btype; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dcplus-dem.c2598 int btype; local
2603 btype = register_Btype (work);
2627 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
4030 string btype; local
4031 string_init (&btype);
4032 if (demangle_class_name (work, mangled, &btype)) {
4033 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
4035 string_appends (result, &btype);
4039 string_delete (&btype);
4044 string btype; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dcplus-dem.c2665 int btype; local
2670 btype = register_Btype (work);
2694 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype);
4119 string btype; local
4120 string_init (&btype);
4121 if (demangle_class_name (work, mangled, &btype)) {
4122 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex);
4124 string_appends (result, &btype);
4128 string_delete (&btype);
4133 string btype; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-arm.c628 thumb_pcrel_branchtype btype)
640 switch (btype)
675 switch (btype)
715 switch (btype)
621 coff_thumb_pcrel_common(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED, thumb_pcrel_branchtype btype) argument
/haiku-buildtools/binutils/bfd/
H A Dcoff-arm.c651 thumb_pcrel_branchtype btype)
663 switch (btype)
698 switch (btype)
738 switch (btype)
644 coff_thumb_pcrel_common(bfd *abfd, arelent *reloc_entry, asymbol *symbol, void * data, asection *input_section, bfd *output_bfd, char **error_message ATTRIBUTE_UNUSED, thumb_pcrel_branchtype btype) argument
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c2171 #define ARGS2(atype, a, btype, b) (atype a, btype b)
2174 #define ARGS2(atype, a, btype, b) (a, b) atype a; btype b;
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c13996 tree btype = CLASSTYPE_AS_BASE (current_class_type);
13997 tree clobber = build_constructor (btype, NULL);
13999 tree bref = build_nop (build_reference_type (btype),
14002 tree exprstmt = build2 (MODIFY_EXPR, btype, bref, clobber);
13974 tree btype = CLASSTYPE_AS_BASE (current_class_type); local
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c2694 tree btype = BINFO_TYPE (binfo); local
2699 BINFO_TYPE (binfo2) = btype;

Completed in 550 milliseconds