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

  /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() {}
  /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;

Completed in 849 milliseconds