Searched defs:runtime_type_kind (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1642 Float_type(bool is_abstract, int bits, int runtime_type_kind) argument
1561 Integer_type(bool is_abstract, bool is_unsigned, int bits, int runtime_type_kind) argument
1715 Complex_type(bool is_abstract, int bits, int runtime_type_kind) argument
[all...]
H A Dtypes.cc1964 Type::type_descriptor_constructor(Gogo* gogo, int runtime_type_kind, argument
2442 Type::plain_type_descriptor(Gogo* gogo, int runtime_type_kind, argument
2803 create_integer_type(const char* name, bool is_unsigned, int bits, int runtime_type_kind) argument
2928 make_integer_type(const char* name, bool is_unsigned, int bits, int runtime_type_kind) argument
2967 create_float_type(const char* name, int bits, int runtime_type_kind) argument
3062 make_float_type(const char* name, int bits, int runtime_type_kind) argument
3091 create_complex_type(const char* name, int bits, int runtime_type_kind) argument
3189 make_complex_type(const char* name, int bits, int runtime_type_kind) argument
[all...]

Completed in 66 milliseconds