Home
last modified time | relevance | path

Searched refs:Sized (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Assembler/
Dinvalid-datalayout5.ll3 ; CHECK: Sized aggregate specification in datalayout string
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h200 class Sized : public Object {
202 Sized(const uint8_t *data, uint8_t byte_width) : Object(data, byte_width) {} in Sized() function
208 class String : public Sized {
211 : Sized(data, byte_width) {} in String()
223 class Blob : public Sized {
226 : Sized(data, byte_width) {} in Blob()
235 class Vector : public Sized {
238 : Sized(data, byte_width) {} in Vector()
249 class TypedVector : public Sized {
252 : Sized(data, byte_width), type_(element_type) {} in TypedVector()
/external/mesa3d/docs/
DMESA_texture_signed_rgba.spec201 Add to Table 3.16 (page 154): Sized internal formats
203 Sized Base R G B A L I D
/external/llvm/docs/
DSegmentedStacks.rst63 Variable Sized Allocas