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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1518 is_byte() const function in class:Integer_type
H A Dexpressions.cc3150 bool is_byte = (element_type->integer_type() != NULL local
3151 && element_type->integer_type()->is_byte());
3154 if (is_byte || is_rune)
3160 if (is_byte)
3381 if (e->integer_type()->is_byte())
3399 if (e->integer_type()->is_byte())
7986 if (e1->integer_type() == NULL || !e1->integer_type()->is_byte())
8021 if (e->integer_type() != NULL && e->integer_type()->is_byte())
8418 && element_type->integer_type()->is_byte())
H A Dtypes.cc759 && (e->integer_type()->is_byte()
770 && (e->integer_type()->is_byte() || e->integer_type()->is_rune()))

Completed in 134 milliseconds