Searched refs:integer_type (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D12.cc32 bool test12_aux(bool integer_type) argument
37 if (integer_type)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D12.cc30 bool test12_aux(bool integer_type) argument
35 if (integer_type)
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-strtol.c67 typedef unsigned long long integer_type; typedef
69 typedef unsigned long integer_type; typedef
77 integer_type res;
127 integer_type res;
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-strtol.c67 typedef unsigned long long integer_type; typedef
69 typedef unsigned long integer_type; typedef
77 integer_type res;
127 integer_type res;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc426 if (type->integer_type() != NULL)
476 if (val_type->integer_type() != NULL)
478 val_type_size = val_type->integer_type()->bits();
479 val_is_unsigned = val_type->integer_type()->is_unsigned();
504 int bound_type_size = bound_type->integer_type()->bits();
1939 if (bits < int_type->integer_type()->bits())
2253 && (context->type->integer_type() != NULL
2283 else if (this->type_ != NULL && this->type_->integer_type() != NULL)
2466 else if (this->type_ != NULL && this->type_->integer_type() != NULL)
3150 bool is_byte = (element_type->integer_type() !
[all...]
H A Dtypes.cc172 return this->integer_type()->is_abstract();
195 if (this->integer_type()->is_rune())
375 return t1->integer_type()->is_identical(t2->integer_type());
449 && (rhs->integer_type() != NULL
452 && (lhs->integer_type() != NULL
456 && (lhs->integer_type() != NULL
459 && (rhs->integer_type() != NULL
504 if (t1->integer_type() == NULL
546 && t1->integer_type()
2806 Integer_type* integer_type = new Integer_type(false, is_unsigned, bits, local
[all...]
H A Dbackend.h87 integer_type(bool is_unsigned, int bits) = 0;
H A Dtypes.h703 integer_type() function in class:Type
707 integer_type() const function in class:Type
H A Dgogo.cc104 uint8_type->integer_type()->set_is_byte();
110 int32_type->integer_type()->set_is_rune();
3057 if (ctype->integer_type() == NULL
H A Dstatements.cc3363 if (!(*p)->is_constant() || (*p)->type()->integer_type() == NULL)
3894 && this->val_->type()->integer_type() != NULL
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc171 integer_type(bool, int);
529 tree t = this->integer_type(BITS_PER_UNIT, 1)->get_tree();
535 t = this->integer_type(BITS_PER_UNIT * 2, 1)->get_tree();
541 t = this->integer_type(BITS_PER_UNIT * 4, 1)->get_tree();
547 t = this->integer_type(BITS_PER_UNIT * 8, 1)->get_tree();
692 Gcc_backend::integer_type(bool is_unsigned, int bits) function in class:Gcc_backend
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c6259 tree integer_type;
6279 integer_type = integer_types[itk];
6280 } while (itk > 0 && integer_type == NULL_TREE);
6283 if (tree_int_cst_lt (TYPE_SIZE (integer_type), DECL_SIZE (field)))
6291 TYPE_SIZE (integer_type));
6306 DECL_SIZE (field) = TYPE_SIZE (integer_type);
6307 DECL_ALIGN (field) = TYPE_ALIGN (integer_type);
6308 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type);
6255 tree integer_type; local

Completed in 233 milliseconds