Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dbf-common.h10 struct objc_ivar *ivar = &(ivars->ivar_list[i]); in print_ivars()
27 struct objc_ivar *ivar; in compare_structures()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c1380 tree objc_ivar = lookup_objc_ivar (id); local
1387 if (objc_ivar)
1388 ref = objc_ivar;
1437 if (!objc_ivar)
1439 else if (decl != objc_ivar && IDENTIFIER_LOCAL_VALUE (id))
1446 ref = objc_ivar;
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5279 static bool objc_ivar = false; in RewriteObjCClassMetaData() local
5280 if (!objc_ivar) { in RewriteObjCClassMetaData()
5293 objc_ivar = true; in RewriteObjCClassMetaData()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp4185 inline void swapStruct(struct objc_ivar_t &objc_ivar) { in swapStruct() argument
4186 sys::swapByteOrder(objc_ivar.ivar_name); in swapStruct()
4187 sys::swapByteOrder(objc_ivar.ivar_type); in swapStruct()
4188 sys::swapByteOrder(objc_ivar.ivar_offset); in swapStruct()