Searched refs:int_type_size (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/
H A Dgo-c.h35 extern void go_create_gogo (int int_type_size, int pointer_size,
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgo.cc23 go_create_gogo(int int_type_size, int pointer_size, const char *pkgpath, argument
29 ::gogo = new Gogo(go_get_backend(), linemap, int_type_size, pointer_size);
H A Dgogo.cc89 int int_type_size = pointer_size; local
90 if (int_type_size < 32)
91 int_type_size = 32;
93 int_type_size,
95 Named_type* int_type = Type::make_integer_type("int", false, int_type_size,
H A Dgogo.h116 Gogo(Backend* backend, Linemap *linemap, int int_type_size, int pointer_size);

Completed in 191 milliseconds