HomeSort by: relevance | last modified time | path
    Searched defs:objc_ivar (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 99 struct objc_ivar struct
115 struct objc_ivar ivar_list[1]; /* Variable length structure. */
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 99 struct objc_ivar struct
115 struct objc_ivar ivar_list[1]; /* Variable length structure. */
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 5291 static bool objc_ivar = false; local
5292 if (!objc_ivar) {
5305 objc_ivar = true;

Completed in 44 milliseconds