HomeSort by relevance Sort by last modified time
    Searched full:ctor2 (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CXX/class/class.union/
p1.cpp 19 class Ctor2 {
20 Ctor2(); // expected-note {{because type 'Ctor2' has a user-provided default constructor}} expected-note 2{{here}}
42 Ctor2 ctor2; // expected-error {{union member 'ctor2' has a non-trivial constructor}} member in union:U1
61 Ctor2 ctor2; // expected-note {{because field of type 'Ctor2' has a user-provided default constructor}} member in struct:U2::__anon6152
84 struct s3a : Ctor2 { // expected-note {{because base class of type 'Ctor2' has a user-provided default constructor}
    [all...]
  /external/llvm/test/Transforms/GlobalOpt/
invariant.ll 25 define void @ctor2() {
57 { i32, void ()* } { i32 65535, void ()* @ctor2 },
ctor-list-opt.ll 2 @llvm.global_ctors = appending global [11 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void ()* @CTOR1 }, { i32, void ()* } { i32 65535, void ()* @CTOR1 }, { i32, void ()* } { i32 65535, void ()* @CTOR2 }, { i32, void ()* } { i32 65535, void ()* @CTOR3 }, { i32, void ()* } { i32 65535, void ()* @CTOR4 }, { i32, void ()* } { i32 65535, void ()* @CTOR5 }, { i32, void ()* } { i32 65535, void ()* @CTOR6 }, { i32, void ()* } { i32 65535, void ()* @CTOR7 }, { i32, void ()* } { i32 65535, void ()* @CTOR8 }, { i32, void ()* } { i32 65535, void ()* @CTOR9 }, { i32, void ()* } { i32 2147483647, void ()* null } ] ; <[10 x { i32, void ()* }]*> [#uses=0]
16 define internal void @CTOR2() {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ConstructorTest.java 53 Constructor ctor1 = null, ctor2 = null; local
60 ctor2 = new ConstructorTestHelper().getClass().getConstructor(parms);
63 .equals(ctor2));
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 179 return new StringPerfFunction(ctor2, filelines_, numLines, uselen);
181 return new StringPerfFunction(ctor2, StrBuffer, StrBufferLen, uselen);
stringperf.h 396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 179 Constructor<ConstructorTestHelper> ctor1 = null, ctor2 = null; local
183 ctor2 = ConstructorTestHelper.class.getConstructor(Object.class);
187 assertTrue("Different Contructors returned equal", !ctor1.equals(ctor2));
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 97 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2,
116 exception = env->NewObject(exceptionClass, ctor2, detailMessage.get(), error);
125 static jmethodID ctor2 = env->GetMethodID(JniConstants::errnoExceptionClass, local
127 throwException(env, JniConstants::errnoExceptionClass, ctor3, ctor2, functionName, error);
134 static jmethodID ctor2 = env->GetMethodID(JniConstants::gaiExceptionClass, "<init>", local
145 throwException(env, JniConstants::gaiExceptionClass, ctor3, ctor2, functionName, error);
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
Android.mk 34 LOCAL_MODULE := ctor2
35 LOCAL_SRC_FILES := ctor2.cpp
  /ndk/tests/device/test-stlport_static-exception/jni/
Android.mk 34 LOCAL_MODULE := ctor2
35 LOCAL_SRC_FILES := ctor2.cpp

Completed in 378 milliseconds