Home
last modified time | relevance | path

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

/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/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