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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc105 t = Type::lookup_integer_type("int");
109 t = Type::lookup_integer_type("int32");
113 t = Type::lookup_integer_type("int64");
117 t = Type::lookup_integer_type("uint64");
121 t = Type::lookup_integer_type("int32");
125 t = Type::lookup_integer_type("uintptr");
H A Dunsafe.cc60 Type* uintptr_type = Type::lookup_integer_type("uintptr");
H A Dtypes.cc196 return Type::lookup_integer_type("int32");
198 return Type::lookup_integer_type("int");
779 && rhs->integer_type() == Type::lookup_integer_type("uintptr")->real_type())))
784 && lhs->integer_type() == Type::lookup_integer_type("uintptr")->real_type())))
1464 Type* uint8_type = Type::lookup_integer_type("uint8");
1465 Type* uint32_type = Type::lookup_integer_type("uint32");
1466 Type* uintptr_type = Type::lookup_integer_type("uintptr");
1564 Type* uintptr_type = Type::lookup_integer_type("uintptr");
2189 Type* uintptr_t = Type::lookup_integer_type("uintptr");
2822 Integer_type::lookup_integer_type(cons function in class:Integer_type
2954 Type::lookup_integer_type(const char* name) function in class:Type
[all...]
H A Dexpressions.cc472 Type* bound_type = Type::lookup_integer_type("int");
1186 Type* uintptr_type = Type::lookup_integer_type("uintptr");
1554 Btype* int_btype = Type::lookup_integer_type("int")->get_backend(gogo);
1720 Type* byte_type = Type::lookup_integer_type("uint8");
1724 return Type::lookup_integer_type("int");
1890 this->type_ = Type::lookup_integer_type("int32");
1892 this->type_ = Type::lookup_integer_type("int");
1938 Type* int_type = Type::lookup_integer_type("int");
1942 resolved_type = Type::lookup_integer_type("int64");
2286 resolved_type = Type::lookup_integer_type("in
[all...]
H A Dtypes.h465 lookup_integer_type(const char* name);
1487 lookup_integer_type(const char* name);
H A Dstatements.cc4549 val = Expression::make_unsafe_cast(Type::lookup_integer_type("uint64"),
4989 Type* int32_type = Type::lookup_integer_type("int32");
5369 index_type = Type::lookup_integer_type("int");
5374 index_type = Type::lookup_integer_type("int");
5375 value_type = Type::lookup_integer_type("int32");
H A Dgogo.cc737 Type* uint_type = Type::lookup_integer_type("uint");
4068 Type* uint_type = Type::lookup_integer_type("uint");
4139 Type* int32_type = Type::lookup_integer_type("int32");
5966 return Type::lookup_integer_type("int");
5973 return Type::lookup_integer_type("int");
5975 return Type::lookup_integer_type("int32");

Completed in 168 milliseconds