Searched refs:ctor2 (Results 1 – 4 of 4) sorted by relevance
/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/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 | 179 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2() 181 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen); in TestCtor2()
|
D | stringperf.h | 396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor2() function
|