Searched refs:outty (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
H A Dlarge-struct.c21 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]) ) {
H A Dsmall-struct.c21 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/
H A Dblocks-1.cpp12 BobTheStruct outty; local
23 outty = copyStruct(inny);
25 if ( &inny == &outty ) {
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {

Completed in 72 milliseconds