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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc1427 Type::make_builtin_named_type(const char* name, Type* type) function in class:Type
1492 Type::make_builtin_named_type("method", method_type);
1503 Type::make_builtin_named_type("uncommonType", uncommon_type);
1526 Named_type* named = Type::make_builtin_named_type("commonType",
3803 ret = Type::make_builtin_named_type("FuncType", s);
4298 ret = Type::make_builtin_named_type("PtrType", s);
5173 Type* nsf = Type::make_builtin_named_type("structField", sf);
5181 ret = Type::make_builtin_named_type("StructType", s);
6272 ret = Type::make_builtin_named_type("ArrayType", sf);
6294 ret = Type::make_builtin_named_type("SliceTyp
[all...]
H A Dtypes.h567 make_builtin_named_type(const char* name, Type* type);
H A Dexpressions.cc1189 Type::make_builtin_named_type("functionDescriptor", struct_type);

Completed in 150 milliseconds