Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/ficl/softwords/
HDoo.fr56 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
169 \ : get-wid metaclass => .wid @ ;
211 \ The metaclass SUB method, defined below, leaves the address
319 \ See resume-class (a metaclass method) below for usage
346 \ Every class is an instance of metaclass. This lets
365 ; execute metaclass
367 metaclass drop cell+ @ brand-wordlist
369 metaclass drop current-class !
377 create .super ( class metaclass -- parent-class )
380 create .wid ( class metaclass -- wid ) \ return wid of class
[all …]
HDficlclass.fr69 \ : named-wid wordlist postpone c-wordlist metaclass => ref ;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCClassDescriptorV2.cpp381 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe() local
386 if (metaclass) { in Describe()
387 metaclass->Describe( in Describe()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp6430 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer() local
6433 if (metaclass) in Write__class_ro_t_initializer()
6443 if (!metaclass && baseProtocols.size() > 0) { in Write__class_ro_t_initializer()
6451 if (!metaclass && ivars.size() > 0) { in Write__class_ro_t_initializer()
6461 if (!metaclass && Properties.size() > 0) { in Write__class_ro_t_initializer()
6474 const ObjCInterfaceDecl *CDecl, bool metaclass) { in Write_class_t() argument
6486 if (metaclass && rootClass) { in Write_class_t()
6514 if (metaclass && RootClass != SuperClass) { in Write_class_t()
6532 if (metaclass) { in Write_class_t()
6563 if (metaclass) in Write_class_t()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp1753 auto *metaclass = metaclassFields.finishAndCreateGlobal( in GenerateClass() local
1759 classFields.add(metaclass); in GenerateClass()
1970 llvm::ConstantExpr::getBitCast(metaclass, IdTy)); in GenerateClass()
HDCGObjCMac.cpp7382 bool metaclass, in GetClassGlobal() argument
7385 (metaclass ? getMetaclassSymbolPrefix() : getClassSymbolPrefix()); in GetClassGlobal()