Home
last modified time | relevance | path

Searched defs:objc_ivar (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h99 struct objc_ivar struct
115 struct objc_ivar ivar_list[1]; /* Variable length structure. */ argument
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h99 struct objc_ivar struct
115 struct objc_ivar ivar_list[1]; /* Variable length structure. */ argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5291 static bool objc_ivar = false; in RewriteObjCClassMetaData() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3928 inline void swapStruct(struct objc_ivar_t &objc_ivar) { in swapStruct()