HomeSort by relevance Sort by last modified time
    Searched refs:outty (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
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 12 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 243 milliseconds