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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991014-1.c30 Size_t struct_size() function
46 if (struct_size() != sizeof(short) * bufsize + 4*sizeof(int))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/
H A Dmacros.h45 #define check_struct_and_union3(type1, type2, type3, struct_size, align_size) \
49 check_size(_t, struct_size); \
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtasking.c640 tree struct_size, struct_pointer;
655 struct_size = size_in_bytes (struct_type_node);
659 struct_size = integer_zero_node;
670 tree_cons (NULL_TREE, struct_size,
633 tree struct_size, struct_pointer; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc4819 int64_t struct_size; local
4820 if (!this->backend_type_size(gogo, &struct_size))
4822 if (offset != struct_size)

Completed in 125 milliseconds