Home
last modified time | relevance | path

Searched refs:AnObject (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/CodeGenObjC/
Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/external/clang/test/CodeGenObjC/
Dproperty-agrr-getter.m25 @interface AnObject interface
36 AnObject* obj;
41 void test3(AnObject *obj) {
/external/llvm-project/clang/test/SemaObjCXX/
Dobjc-weak.mm3 @interface AnObject interface
8 @interface NOWEAK : AnObject // expected-note 2 {{class is declared here}}
20 void testCast(AnObject *o) {
/external/clang/test/SemaObjC/
Dproperty-ambiguous-synthesis.m20 @interface AnObject : NSObject<FooAsDouble,FooAsID> interface
23 @interface Sub : AnObject
/external/llvm-project/clang/test/SemaObjC/
Dproperty-ambiguous-synthesis.m20 @interface AnObject : NSObject<FooAsDouble,FooAsID> interface
23 @interface Sub : AnObject
/external/tensorflow/tensorflow/python/framework/
Ddtypes_test.py99 class AnObject(object): class
102 self.assertIs(dtypes.float32, dtypes.as_dtype(AnObject))