OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigstruct
(Results
1 - 5
of
5
) sorted by null
/external/stlport/test/compiler/
eh.cc
7
struct
BigStruct
14
typedef allocator<
BigStruct
> BigStructAllocType;
35
allocator<
BigStruct
> all;
36
BigStruct
*bs = all.allocate(1024*1024*1024);
/external/stlport/test/unit/
allocator_test.cpp
51
struct
BigStruct
58
typedef allocator<
BigStruct
> BigStructAllocType;
/ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp
51
struct
BigStruct
58
typedef allocator<
BigStruct
> BigStructAllocType;
/ndk/tests/device/test-stlport/unit/
allocator_test.cpp
51
struct
BigStruct
58
typedef allocator<
BigStruct
> BigStructAllocType;
/external/clang/test/CodeGen/
aarch64-varargs.c
79
struct
bigstruct
{
struct
83
struct
bigstruct
simple_indirect(void) {
85
return va_arg(the_list, struct
bigstruct
);
100
// CHECK: [[FROMREG_ADDR:%[a-z_0-9]+]] = bitcast i8* [[REG_ADDR]] to %struct.
bigstruct
**
108
// CHECK: [[FROMSTACK_ADDR:%[a-z_0-9]+]] = bitcast i8* [[STACK]] to %struct.
bigstruct
**
112
// CHECK: [[ADDR:%[a-z._0-9]+]] = phi %struct.
bigstruct
** [ [[FROMREG_ADDR]], %[[VAARG_IN_REG]] ], [ [[FROMSTACK_ADDR]], %[[VAARG_ON_STACK]] ]
113
// CHECK: load %struct.
bigstruct
** [[ADDR]]
Completed in 141 milliseconds