/external/llvm-project/clang/test/SemaObjC/ |
D | deprecated-objc-introspection.m | 10 struct objc_class *isa; field 15 struct objc_class *isa; field 50 Class isa; // expected-note 4 {{instance variable is declared here}} field 57 Class isa; // note, not first ivar; field 69 Class isa; // note, isa is not in root class field
|
D | opaque-is-access-warn.m | 9 struct objc_class *isa; field 13 struct objc_class *isa; field
|
D | opaque-is-access.m | 6 struct objc_class *isa; field 10 struct objc_class *isa; field
|
D | class-getter-using-dotsyntax.m | 7 Class isa; field 11 Class isa; typedef
|
/external/clang/test/SemaObjC/ |
D | deprecated-objc-introspection.m | 10 struct objc_class *isa; field 15 struct objc_class *isa; field 50 Class isa; // expected-note 4 {{instance variable is declared here}} field 57 Class isa; // note, not first ivar; field 69 Class isa; // note, isa is not in root class field
|
D | opaque-is-access.m | 6 struct objc_class *isa; field 10 struct objc_class *isa; field
|
D | opaque-is-access-warn.m | 9 struct objc_class *isa; field 13 struct objc_class *isa; field
|
D | class-getter-using-dotsyntax.m | 7 Class isa; field 11 Class isa; typedef
|
/external/llvm-project/clang/test/FixIt/ |
D | auto-isa-fixit.m | 24 Class isa; // expected-note 3 {{instance variable is declared here}} field 31 Class isa; // note, not first ivar; field 43 Class isa; // note, isa is not in root class field
|
/external/clang/test/FixIt/ |
D | auto-isa-fixit.m | 24 Class isa; // expected-note 3 {{instance variable is declared here}} field 31 Class isa; // note, not first ivar; field 43 Class isa; // note, isa is not in root class field
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | Http2NettyTest.java | 84 InetSocketAddress isa = (InetSocketAddress) obtainRemoteClientAddr(); in remoteAddr() local 92 InetSocketAddress isa = (InetSocketAddress) obtainLocalClientAddr(); in localAddr() local
|
/external/OpenCSD/decoder/source/ |
D | trc_ret_stack.cpp | 66 void TrcAddrReturnStack::push(const ocsd_vaddr_t addr, const ocsd_isa isa) in push() 82 ocsd_vaddr_t TrcAddrReturnStack::pop(ocsd_isa &isa) in pop() 110 … TrcAddrReturnStack::LogOp(const char * pszOpString, ocsd_vaddr_t addr, int head_off, ocsd_isa isa) in LogOp()
|
/external/XNNPACK/tools/ |
D | xnncommon.py | 90 def generate_isa_check_macro(isa): argument 94 def postprocess_test_case(test_case, arch, isa, assembly=False): argument
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.c | 538 int r600_isa_init(struct r600_context *ctx, struct r600_isa *isa) { in r600_isa_init() 595 int r600_isa_destroy(struct r600_isa *isa) { in r600_isa_destroy()
|
/external/llvm-project/compiler-rt/lib/BlocksRuntime/ |
D | Block_private.h | 71 void *isa; member 81 void *isa; member 92 void *isa; member 164 void *isa; member
|
/external/compiler-rt/lib/BlocksRuntime/ |
D | Block_private.h | 71 void *isa; member 81 void *isa; member 92 void *isa; member 164 void *isa; member
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Types.h | 224 template <typename U> bool Type::isa() const { in isa() function 230 bool Type::isa() const { in isa() function
|
D | Attributes.h | 98 template <typename U> bool Attribute::isa() const { in isa() function 104 bool Attribute::isa() const { in isa() function
|
/external/clang/test/SemaTemplate/ |
D | template-id-expr.cpp | 6 static void isa(const FromCl &Val) { } in isa() function 10 void isa(const Y &Val) { return isa_impl_cl<Y>::template isa<X>(Val); } in isa() function
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.cpp | 50 bool ObjCLanguageRuntime::AddClass(ObjCISA isa, in AddClass() 215 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa) { in GetParentClass() 248 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor() local 273 ObjCLanguageRuntime::GetClassDescriptorFromISA(ObjCISA isa) { in GetClassDescriptorFromISA() 285 ObjCLanguageRuntime::GetNonKVOClassDescriptor(ObjCISA isa) { in GetNonKVOClassDescriptor()
|
D | ObjCLanguageRuntime.h | 261 bool IsValidISA(ObjCISA isa) { in IsValidISA() 312 bool ISAIsCached(ObjCISA isa) const { in ISAIsCached() 316 bool AddClass(ObjCISA isa, const ClassDescriptorSP &descriptor_sp) { in AddClass() 327 bool AddClass(ObjCISA isa, const ClassDescriptorSP &descriptor_sp, in AddClass()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | id-isa-codegen.m | 7 Class isa; field 42 id isa; field
|
/external/clang/test/CodeGenObjC/ |
D | id-isa-codegen.m | 7 Class isa; field 42 id isa; field
|
/external/llvm-project/clang/test/Modules/Inputs/ |
D | objc_type_param.h | 3 Class isa; variable
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | ProxySelectorRoutePlanner.java | 219 final InetSocketAddress isa = (InetSocketAddress) p.address(); in determineProxy() local 238 protected String getHost(InetSocketAddress isa) { in getHost()
|