Searched refs:lookup_bool_type (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc101 t = Type::make_pointer_type(Type::lookup_bool_type());
H A Dparse.cc1784 var_type = Type::lookup_bool_type();
1811 Named_object* dummy = this->create_dummy_global(Type::lookup_bool_type(),
1849 var_type = Type::lookup_bool_type();
1876 Named_object* dummy = this->create_dummy_global(Type::lookup_bool_type(),
1914 var_type = Type::lookup_bool_type();
2023 type = Type::lookup_bool_type();
4887 Variable* v = new Variable(Type::lookup_bool_type(), NULL,
H A Dstatements.cc1325 Statement::make_temporary(Type::lookup_bool_type(), this->should_set_,
2296 Type::lookup_bool_type(),
2376 thunk_results->push_back(Typed_identifier("", Type::lookup_bool_type(),
3208 Type_context context(Type::lookup_bool_type(), false);
4752 closed_temp = Statement::make_temporary(Type::lookup_bool_type(), NULL,
5988 Statement::make_temporary(Type::lookup_bool_type(), NULL, loc);
H A Dtypes.h442 lookup_bool_type();
H A Dgogo.cc3879 Type::lookup_bool_type(),
4040 Variable* can_recover_var = new Variable(Type::lookup_bool_type(), NULL,
4091 Type* boolean_type = Type::lookup_bool_type();
4781 Type* t = Type::lookup_bool_type();
H A Dtypes.cc206 return Type::lookup_bool_type();
1590 results->push_back(Typed_identifier("", Type::lookup_bool_type(),
2776 Type::lookup_bool_type() function in class:Type
3793 Type* bool_type = Type::lookup_bool_type();
H A Dexpressions.cc1487 this->type_ = Type::lookup_bool_type();
5439 this->type_ = Type::lookup_bool_type();
7783 want_type = Type::lookup_bool_type();

Completed in 259 milliseconds