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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc2835 static Integer_type* abstract_type; local
2836 if (abstract_type == NULL)
2839 abstract_type = new Integer_type(true, false,
2843 return abstract_type;
2851 static Integer_type* abstract_type; local
2852 if (abstract_type == NULL)
2854 abstract_type = new Integer_type(true, false, 32,
2856 abstract_type->set_is_rune();
2858 return abstract_type;
2998 static Float_type* abstract_type; local
3124 static Complex_type* abstract_type; local
[all...]

Completed in 117 milliseconds