Searched refs:make_boolean_type (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc97 t = Type::make_boolean_type();
H A Dtypes.h438 make_boolean_type();
H A Dstatements.cc1177 ? Type::make_boolean_type()
1455 ? Type::make_boolean_type()
H A Dtypes.cc2763 Type::make_boolean_type() function in class:Type
2786 Type* bool_type = Type::make_boolean_type();
6727 Type* pbool = Type::make_pointer_type(Type::make_boolean_type());
H A Dgogo.cc133 Type::make_boolean_type(),
139 Type::make_boolean_type(),
H A Dexpressions.cc1473 this->type_ = Type::make_boolean_type();
4937 return Expression::make_cast(Type::make_boolean_type(),
5311 this->type_ = Type::make_boolean_type();

Completed in 167 milliseconds