/external/clang/test/CodeGenObjC/ |
debuginfo-properties.m | 14 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-1]]] [local] [def] [-[MyClass selection]] 15 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-2]]] [local] [def] [-[MyClass setSelection:]] 20 @interface MyClass : NSObject <HasASelection> { 25 @implementation MyClass
|
debug-info-self.m | 5 @interface MyClass { 10 @implementation MyClass
|
/external/clang/test/SemaObjC/ |
setter-dotsyntax.m | 12 @interface MyClass : NSObject <MyProtocol>
|
comptypes-7.m | 12 @interface MyClass 19 MyClass *obj_c = nil; 33 obj_c = i; // expected-warning {{incompatible integer to pointer conversion assigning to 'MyClass *' from 'int'}} 34 obj_c = j; // expected-warning {{incompatible pointer types assigning to 'MyClass *' from 'int *'}} 41 i = obj_c; // expected-warning {{incompatible pointer to integer conversion assigning to 'int' from 'MyClass *'}} 46 j = obj_c; // expected-warning {{incompatible pointer types assigning to 'int *' from 'MyClass *'}} 54 if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' and 'int')}} 55 if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'MyClass *')}} 56 if (obj_c == j) foo() ; // expected-warning {{comparison of distinct pointer types ('MyClass *' and 'int *')}} 57 if (j == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'MyClass *')}} [all...] |
ivar-access-tests.m | 26 @interface MyClass : MySuperClass 29 @implementation MyClass 35 MyClass *m=0; 42 @interface Deeper : MyClass 51 MyClass *m=0; 66 MyClass *m=0;
|
method-conflict-1.m | 12 @interface MyClass : NSObject { 18 @implementation MyClass 35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementation of 'myMethod:': 'id<MyProtocol>' vs 'MyClass *'}} 37 - (void)myMethod1:(MyClass<MyProtocol> *)object { // broken-warning {{conflicting parameter types in implementation of 'myMethod1:': 'id<MyProtocol>' vs 'MyClass<MyProtocol> *'}}
|
method-def-1.m | 12 @interface MyClass 17 @implementation MyClass
|
property-missing.m | 26 @interface MyClass { 31 void foo(MyClass *myObject) {
|
undeclared-selector.m | 5 @interface MyClass 14 @implementation MyClass
|
tentative-property-decl.m | 17 @interface MyClass : Super 22 @interface MyClass () 26 @implementation MyClass
|
unqualified-to-qualified-class-warn.m | 39 @interface MyClass : NSObject 44 @implementation MyClass 47 @interface MySubclass : MyClass <MyProtocol>
|
/external/ltrace/testsuite/ltrace.minor/ |
demangle.cpp | 60 extern void Fmyclass_v(myclass m); 61 extern void Fmxmx_v(myclass arg1, x arg2, myclass arg3, x arg4); 105 myclass a,c; 106 myclass* b; 116 b = (myclass*) new myclass(0);
|
/external/valgrind/main/memcheck/tests/ |
leak_cpp_interior.cpp | 8 class MyClass 11 ~MyClass() 12 { fprintf(stderr, "destruct MyClass\n"); 70 MyClass *ptr; 71 MyClass *ptr2; 83 ptr = new MyClass[3]; // interior ptr. 89 ptr2 = new MyClass[0]; // "interior but exterior ptr".
|
/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
fake_storage.h | 31 // class MyClass { 33 // MyClass() : storage_(), 34 // data_ready_(BuildCallback(this, &MyClass::OnDataReady)) {} 36 // ~MyClass() {} 57 // DISALLOW_COPY_AND_ASSIGN(MyClass);
|
mock_source.h | 30 // class MyClass { 32 // MyClass() : source_(), 33 // data_ready_(BuildCallback(this, &MyClass::OnDataReady)) { 38 // ~MyClass() {} 55 // DISALLOW_COPY_AND_ASSIGN(MyClass);
|
testdata_source.h | 30 // class MyClass { 32 // MyClass() : source_(), 33 // data_ready_(BuildCallback(this, &MyClass::OnDataReady)) {} 35 // ~MyClass() {} 52 // DISALLOW_COPY_AND_ASSIGN(MyClass);
|
/external/clang/test/Analysis/inlining/ |
InlineObjCInstanceMethod.m | 32 @interface MyClass : MyParent 34 @implementation MyClass 40 // Get the dynamic type info from a cast (from id to MyClass*). 42 MyClass *a = [[self alloc] init]; 48 MyClass *a = [[MyClass alloc] init]; 53 + (int)testParam: (MyClass*) a { 101 void randomlyMessageAnObject(MyClass *arr[], int i) {
|
DynDispatchBifurcate.m | 65 @interface MyClass : MyParent { 75 @implementation MyClass 86 + (int) testTypeFromParamPrivateChild:(MyClass*) c { 88 int z = [c getZero]; // MyClass overrides getZero to return '1'. 112 + (int) testIvar: (MyClass*) p { 118 + (int) testProperty: (MyClass*) p { 137 // In this case, p can be either the object of type MyParent* or MyClass*: 139 // - If it's MyClass*, getZero returns 1 and 'return 5/m' is reachable. 140 // Declaration is provate, but p can be a subclass (MyClass*).
|
/external/clang/test/CodeGenObjCXX/ |
message-reference.mm | 8 @interface MyClass 12 @implementation MyClass
|
/external/chromium_org/v8/test/cctest/ |
test-func-name-inference.cc | 147 "function MyClass() {\n" 151 CheckFunctionName(script, "return 1", "MyClass.method1"); 152 CheckFunctionName(script, "return 2", "MyClass.method2"); 179 "function MyClass() {}\n" 180 "MyClass.static1 = function() { return 1; }\n" 181 "MyClass.static2 = function() { return 2; }\n" 182 "MyClass.MyInnerClass = {}\n" 183 "MyClass.MyInnerClass.static3 = function() { return 3; }\n" 184 "MyClass.MyInnerClass.static4 = function() { return 4; }"); 185 CheckFunctionName(script, "return 1", "MyClass.static1") [all...] |
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
g_object_destructor_filo.h | 29 // reinterpret_cast<MyClass*>(data)->OnDestroyed(where_the_object_was); 31 // void MyClass::OnDestroyed(GObject *where_the_object_was) { 35 // MyClass::Init() { 40 // MyClass::~MyClass() {
|
/external/lldb/test/lang/objc/objc-optimized/ |
TestObjcOptimized.py | 23 myclass = "MyClass" variable in class:ObjcOptimizedTestCase 25 method_spec = "-[%s %s]" % (myclass, mymethod) 49 patterns = ["frame.*0:.*%s %s" % (self.myclass, self.mymethod)]) 68 substrs = [("(%s *) $1 = " % self.myclass), desired_pointer])
|
/external/clang/test/Analysis/ |
nil-receiver-undefined-larger-than-voidptr-ret.m | 8 @interface MyClass {} 17 @implementation MyClass 28 MyClass *obj = 0; 35 MyClass *obj = 0; 41 MyClass *obj; 48 MyClass *obj = 0; 54 MyClass *obj = (id)@""; 60 MyClass *obj; 66 void handleNilPruneLoop(MyClass *obj) { 79 MyClass *obj = 0 [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-template-member.cpp | 3 struct MyClass { 12 return MyClass().add<2>(x); 16 return MyClass().add<3>(x); // even though add<3> is ODR used, don't emit it since we don't codegen it 30 // CHECK: [[C:![0-9]*]] = {{.*}}, metadata [[C_MEM:![0-9]*]], i32 0, metadata !"_ZTS7MyClass", null, metadata !"_ZTS7MyClass"} ; [ DW_TAG_structure_type ] [MyClass] 32 // CHECK: [[C_VPTR]] = {{.*}} ; [ DW_TAG_member ] [_vptr$MyClass] 36 // CHECK: [[C_CTOR]] = {{.*}} ; [ DW_TAG_subprogram ] [line 0] [MyClass]
|
/art/test/MyClass/ |
MyClass.java | 17 class MyClass {}
|