OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigstruct
(Results
1 - 12
of
12
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
gcinfo_test.go
23
verifyGCInfo(t, "bss
BigStruct
", &bssBigStruct, infoBigStruct())
32
verifyGCInfo(t, "data
BigStruct
", &dataBigStruct, infoBigStruct())
41
verifyGCInfo(t, "stack
BigStruct
", new(
BigStruct
), infoBigStruct())
53
verifyGCInfo(t, "heap
BigStruct
", escape(new(
BigStruct
)), trimDead(infoBigStruct()))
126
type
BigStruct
struct {
182
bssBigStruct
BigStruct
192
dataBigStruct =
BigStruct
{w: 1}
/prebuilts/go/linux-x86/src/runtime/
gcinfo_test.go
23
verifyGCInfo(t, "bss
BigStruct
", &bssBigStruct, infoBigStruct())
32
verifyGCInfo(t, "data
BigStruct
", &dataBigStruct, infoBigStruct())
41
verifyGCInfo(t, "stack
BigStruct
", new(
BigStruct
), infoBigStruct())
53
verifyGCInfo(t, "heap
BigStruct
", escape(new(
BigStruct
)), trimDead(infoBigStruct()))
126
type
BigStruct
struct {
182
bssBigStruct
BigStruct
192
dataBigStruct =
BigStruct
{w: 1}
/external/clang/test/CodeGen/
armv7k-abi.c
38
}
BigStruct
;
40
// CHECK: define void @big_struct_indirect(%struct.
BigStruct
* %b)
41
void big_struct_indirect(
BigStruct
b) {}
43
// CHECK: define void @return_big_struct_indirect(%struct.
BigStruct
* noalias sret
44
BigStruct
return_big_struct_indirect() {}
aarch64-varargs.c
85
struct
bigstruct
{
struct
89
struct
bigstruct
simple_indirect(void) {
91
return va_arg(the_list, struct
bigstruct
);
106
// CHECK: [[FROMREG_ADDR:%[a-z_0-9]+]] = bitcast i8* [[REG_ADDR]] to %struct.
bigstruct
**
114
// CHECK: [[FROMSTACK_ADDR:%[a-z_0-9]+]] = bitcast i8* [[STACK]] to %struct.
bigstruct
**
118
// CHECK: [[ADDR:%[a-z._0-9]+]] = phi %struct.
bigstruct
** [ [[FROMREG_ADDR]], %[[VAARG_IN_REG]] ], [ [[FROMSTACK_ADDR]], %[[VAARG_ON_STACK]] ]
119
// CHECK: load %struct.
bigstruct
*, %struct.
bigstruct
** [[ADDR]]
/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;
/prebuilts/go/darwin-x86/test/
nilptr2.go
32
var bigstructp *
BigStruct
108
type
BigStruct
struct {
nilcheck.go
17
type
BigStruct
struct {
37
bigstructp *
BigStruct
61
bigstructp *
BigStruct
nilptr3.go
20
type
BigStruct
struct {
40
bigstructp *
BigStruct
72
bigstructp *
BigStruct
/prebuilts/go/linux-x86/test/
nilptr2.go
32
var bigstructp *
BigStruct
108
type
BigStruct
struct {
nilcheck.go
17
type
BigStruct
struct {
37
bigstructp *
BigStruct
61
bigstructp *
BigStruct
nilptr3.go
20
type
BigStruct
struct {
40
bigstructp *
BigStruct
72
bigstructp *
BigStruct
Completed in 2582 milliseconds