Searched defs:S20 (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dsized_delete_test.cc26 struct S20 { struct
68 Del12Ar(reinterpret_cast<S12*>(new S20[100]));
69 Del12NoThrow(reinterpret_cast<S12*>(new S20));
70 Del12ArNoThrow(reinterpret_cast<S12*>(new S20[100]));
77 Del12(reinterpret_cast<S12*>(new S20));
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-static-initializers.cpp79 static S S20; local
/external/clang/test/PCH/
H A Dcxx-key-functions.cpp28 struct S20 { virtual void f(); }; struct
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,

Completed in 149 milliseconds