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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc129 t = Type::lookup_float_type("float64");
H A Dtypes.h479 lookup_float_type(const char* name);
1597 lookup_float_type(const char* name);
H A Dexpressions.cc1924 resolved_type = Type::lookup_float_type("float64");
2258 this->type_ = Type::lookup_float_type("float64");
2298 resolved_type = Type::lookup_float_type("float64");
2474 resolved_type = Type::lookup_float_type("float64");
7191 return Type::lookup_float_type("float32");
7193 return Type::lookup_float_type("float64");
7721 arg_type = Type::lookup_float_type("float64");
7777 want_type = Type::lookup_float_type("float64");
8223 Type* dtype = Type::lookup_float_type("float64");
H A Dtypes.cc200 return Type::lookup_float_type("float64");
2985 Float_type::lookup_float_type(const char* name) function in class:Float_type
3078 Type::lookup_float_type(const char* name) function in class:Type
3080 return Float_type::lookup_float_type(name);

Completed in 467 milliseconds