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

  /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]) ) {
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 278 milliseconds