OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outty
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
large-struct.c
21
BobTheStruct
outty
;
local
26
memset(&
outty
, 0x2A, sizeof(
outty
));
35
outty
= copyStruct(inny);
37
if ( &inny == &
outty
) {
42
if ( (inny.ps[i] !=
outty
.ps[i]) || (inny.qs[i] !=
outty
.qs[i]) ) {
small-struct.c
21
MiniStruct
outty
;
local
25
memset(&
outty
, 0x2A, sizeof(
outty
));
32
outty
= copyStruct(inny);
34
if ( &inny == &
outty
) {
38
if ( (inny.a !=
outty
.a) || (inny.b !=
outty
.b) ) {
/external/clang/test/SemaCXX/
blocks-1.cpp
13
BobTheStruct
outty
;
local
24
outty
= copyStruct(inny);
26
if ( &inny == &
outty
) {
30
if ( (inny.ps[i] !=
outty
.ps[i]) || (inny.qs[i] !=
outty
.qs[i]) ) {
Completed in 212 milliseconds