Home
last modified time | relevance | path

Searched refs:ctor2 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/
Donly-needed-ctors.ll6 define internal void @ctor2() {
20 {i32, void() *, i8 * } { i32 7, void() *@ctor2, i8 *null}]
/external/clang/test/CXX/class/class.union/
Dp1.cpp42 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/
Donly-needed-ctors1.ll9 … { i32 2, void ()* @ctor1, i8* null }, { i32, void ()*, i8* } { i32 7, void ()* @ctor2, i8* null }]
11 ; CHECK: define internal void @ctor2()
Donly-needed-ctors2.ll20 … 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/
Dinvariant.ll25 define void @ctor2() {
57 { i32, void ()* } { i32 65535, void ()* @ctor2 },
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dinvariant.ll25 define void @ctor2() {
57 { i32, void ()* } { i32 65535, void ()* @ctor2 },
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
186 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2()
Dstringperf.h401 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() function