Searched refs:make_complex_type (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h489 make_complex_type(const char* name, int bits, int runtime_type_kind);
H A Dgogo.cc84 this->add_named_type(Type::make_complex_type("complex64", 64,
86 this->add_named_type(Type::make_complex_type("complex128", 128,
H A Dtypes.cc3189 Type::make_complex_type(const char* name, int bits, int runtime_type_kind) function in class:Type

Completed in 83 milliseconds