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

/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut05-bf.c52 gcc_jit_type *byte_type; member in struct:bf_compiler
228 bfc->byte_type));
340 bfc.byte_type =
345 bfc.byte_type,
371 bfc.byte_zero = gcc_jit_context_zero (bfc.ctxt, bfc.byte_type);
372 bfc.byte_one = gcc_jit_context_one (bfc.ctxt, bfc.byte_type);
/haiku-buildtools/gcc/gcc/java/
H A Dverify-impl.c239 byte_type = 8, enumerator in enum:type_val
463 rt = byte_type;
594 || t->key == byte_type || t->key == short_type)
896 case byte_type: c = 'B'; break;
1317 if (element.key == byte_type)
1583 case byte_type:
2453 require_array_type (pop_init_ref (reference_type), byte_type); local
2539 require_array_type (pop_init_ref (reference_type), byte_type); local
3174 case byte_type:
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.cc105 Named_object* byte_type = Named_object::make_type("byte", NULL, uint8_type, local
107 this->add_named_type(byte_type->type_value());
594 Type* byte_type = this->lookup_global("byte")->type_value(); local
597 Type* array_type = Type::make_array_type(byte_type, zero);
643 Type* byte_type = this->lookup_global("byte")->type_value();
644 Btype* bbtype_type = byte_type->get_backend(this);
H A Dexpressions.cc1720 Type* byte_type = Type::lookup_integer_type("uint8"); local
1721 return Type::make_pointer_type(byte_type);
10925 Type* byte_type = gogo->lookup_global("byte")->type_value(); local
10926 Type* array_type = Type::make_array_type(byte_type, length_expr);

Completed in 123 milliseconds