Searched refs:lookup_complex_type (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc133 t = Type::lookup_complex_type("complex64");
137 t = Type::lookup_complex_type("complex128");
H A Dtypes.h493 lookup_complex_type(const char* name);
1671 lookup_complex_type(const char* name);
H A Dexpressions.cc1929 resolved_type = Type::lookup_complex_type("complex128");
2291 resolved_type = Type::lookup_complex_type("complex128");
2441 this->type_ = Type::lookup_complex_type("complex128");
2481 resolved_type = Type::lookup_complex_type("complex128");
7212 return Type::lookup_complex_type("complex64");
7214 return Type::lookup_complex_type("complex128");
7711 arg_type = Type::lookup_complex_type("complex128");
7779 want_type = Type::lookup_complex_type("complex128");
8229 Type* ctype = Type::lookup_complex_type("complex128");
H A Dtypes.cc202 return Type::lookup_complex_type("complex128");
3111 Complex_type::lookup_complex_type(const char* name) function in class:Complex_type
3205 Type::lookup_complex_type(const char* name) function in class:Type
3207 return Complex_type::lookup_complex_type(name);

Completed in 391 milliseconds