Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/llvm-project/clang/test/SemaObjC/
Ddeprecated-objc-introspection.m10 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
Dopaque-is-access-warn.m9 struct objc_class *isa; field
13 struct objc_class *isa; field
Dopaque-is-access.m6 struct objc_class *isa; field
10 struct objc_class *isa; field
Dclass-getter-using-dotsyntax.m7 Class isa; field
11 Class isa; typedef
/external/clang/test/SemaObjC/
Ddeprecated-objc-introspection.m10 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
Dopaque-is-access.m6 struct objc_class *isa; field
10 struct objc_class *isa; field
Dopaque-is-access-warn.m9 struct objc_class *isa; field
13 struct objc_class *isa; field
Dclass-getter-using-dotsyntax.m7 Class isa; field
11 Class isa; typedef
/external/llvm-project/clang/test/FixIt/
Dauto-isa-fixit.m24 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/
Dauto-isa-fixit.m24 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/
DHttp2NettyTest.java84 InetSocketAddress isa = (InetSocketAddress) obtainRemoteClientAddr(); in remoteAddr() local
92 InetSocketAddress isa = (InetSocketAddress) obtainLocalClientAddr(); in localAddr() local
/external/OpenCSD/decoder/source/
Dtrc_ret_stack.cpp66 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/
Dxnncommon.py90 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/
Dr600_isa.c538 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/
DBlock_private.h71 void *isa; member
81 void *isa; member
92 void *isa; member
164 void *isa; member
/external/compiler-rt/lib/BlocksRuntime/
DBlock_private.h71 void *isa; member
81 void *isa; member
92 void *isa; member
164 void *isa; member
/external/llvm-project/mlir/include/mlir/IR/
DTypes.h224 template <typename U> bool Type::isa() const { in isa() function
230 bool Type::isa() const { in isa() function
DAttributes.h98 template <typename U> bool Attribute::isa() const { in isa() function
104 bool Attribute::isa() const { in isa() function
/external/clang/test/SemaTemplate/
Dtemplate-id-expr.cpp6 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/
DObjCLanguageRuntime.cpp50 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()
DObjCLanguageRuntime.h261 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/
Did-isa-codegen.m7 Class isa; field
42 id isa; field
/external/clang/test/CodeGenObjC/
Did-isa-codegen.m7 Class isa; field
42 id isa; field
/external/llvm-project/clang/test/Modules/Inputs/
Dobjc_type_param.h3 Class isa; variable
/external/apache-http/src/org/apache/http/impl/conn/
DProxySelectorRoutePlanner.java219 final InetSocketAddress isa = (InetSocketAddress) p.address(); in determineProxy() local
238 protected String getHost(InetSocketAddress isa) { in getHost()

12345678910>>...12