Home
last modified time | relevance | path

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

/freebsd/stand/ficl/softwords/
H A Doo.fr55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
168 \ : get-wid metaclass => .wid @ ;
210 \ The metaclass SUB method, defined below, leaves the address
318 \ See resume-class (a metaclass method) below for usage
345 \ Every class is an instance of metaclass. This lets
364 ; execute metaclass
366 metaclass drop cell+ @ brand-wordlist
368 metaclass drop current-class !
376 create .super ( class metaclass -- parent-class )
379 create .wid ( class metaclass -- wid ) \ return wid of class
[all …]
H A Dficlclass.fr68 \ : named-wid wordlist postpone c-wordlist metaclass => ref ;
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.h22 constexpr const char metaclass[] = "_OBJC_METACLASS_$_"; variable
H A DInputFiles.cpp1935 addSymbol(*symbol, objc::symbol_names::metaclass + symbol->getName()); in DylibFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp563 AppleObjCRuntime::ClassDescriptorSP metaclass(GetMetaclass()); in Describe() local
568 if (metaclass) { in Describe()
569 metaclass->Describe( in Describe()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6427 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer() local
6430 if (metaclass) in Write__class_ro_t_initializer()
6440 if (!metaclass && baseProtocols.size() > 0) { in Write__class_ro_t_initializer()
6448 if (!metaclass && ivars.size() > 0) { in Write__class_ro_t_initializer()
6458 if (!metaclass && Properties.size() > 0) { in Write__class_ro_t_initializer()
6471 const ObjCInterfaceDecl *CDecl, bool metaclass) { in Write_class_t() argument
6483 if (metaclass && rootClass) { in Write_class_t()
6511 if (metaclass && RootClass != SuperClass) { in Write_class_t()
6529 if (metaclass) { in Write_class_t()
6560 if (metaclass) in Write_class_t()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1774 auto *metaclass = metaclassFields.finishAndCreateGlobal( in GenerateClass() local
1780 classFields.add(metaclass); in GenerateClass()
1992 MetaClassPtrAlias->replaceAllUsesWith(metaclass); in GenerateClass()
H A DCGObjCMac.cpp7361 bool metaclass, in GetClassGlobal() argument
7364 (metaclass ? getMetaclassSymbolPrefix() : getClassSymbolPrefix()); in GetClassGlobal()