Searched refs:ctor2 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/ |
D | only-needed-ctors.ll | 6 define internal void @ctor2() { 20 {i32, void() *, i8 * } { i32 7, void() *@ctor2, i8 *null}]
|
/external/clang/test/CXX/class/class.union/ |
D | p1.cpp | 42 Ctor2 ctor2; // expected-error {{union member 'ctor2' has a non-trivial constructor}} member 61 …Ctor2 ctor2; // expected-note {{because field of type 'Ctor2' has a user-provided default construc… member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | only-needed-ctors1.ll | 9 … { i32 2, void ()* @ctor1, i8* null }, { i32, void ()*, i8* } { i32 7, void ()* @ctor2, i8* null }] 11 ; CHECK: define internal void @ctor2()
|
D | only-needed-ctors2.ll | 20 … i32 2, void ()* @ctor1.2, i8* null }, { i32, void ()*, i8* } { i32 7, void ()* @ctor2, i8* null }] 24 ; CHECK: define internal void @ctor2()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | invariant.ll | 25 define void @ctor2() { 57 { i32, void ()* } { i32 65535, void ()* @ctor2 },
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | invariant.ll | 25 define void @ctor2() { 57 { i32, void ()* } { i32 65535, void ()* @ctor2 },
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2() 186 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2()
|
D | stringperf.h | 401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() function
|