Home
last modified time | relevance | path

Searched refs:ctor3 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/GlobalOpt/
Dinvariant.ll36 define void @ctor3() {
58 { i32, void ()* } { i32 65535, void ()* @ctor3 },
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp188 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
190 return new StringPerfFunction(ctor3, StrBuffer, StrBufferLen, uselen); in TestCtor3()
Dstringperf.h401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) in ctor3() function