Searched refs:named_builtin_types (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1279 static std::vector<Named_type*> named_builtin_types; member in class:Type
H A Dtypes.cc1422 std::vector<Named_type*> Type::named_builtin_types; member in class:Type
1432 Type::named_builtin_types.push_back(ret);
1442 Type::named_builtin_types.begin();
1443 p != Type::named_builtin_types.end();

Completed in 76 milliseconds