HomeSort by relevance Sort by last modified time
    Searched refs:ObjFW (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Basic/
ObjCRuntime.h 51 /// 'objfw' is the Objective-C runtime included in ObjFW
52 ObjFW
82 case ObjFW: return false;
116 case ObjFW:
137 case ObjFW: return true;
155 case ObjFW: return true;
187 case ObjFW: return true;
209 case ObjFW:
231 case ObjFW: return false
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 35 case ObjCRuntime::ObjFW: out << "objfw"; break;
72 } else if (runtimeName == "objfw") {
73 kind = ObjCRuntime::ObjFW;
  /external/clang/lib/CodeGen/
CGException.cpp 191 case ObjCRuntime::ObjFW:
223 case ObjCRuntime::ObjFW: // XXX: this will change soon
    [all...]
CodeGenModule.cpp 143 case ObjCRuntime::ObjFW:
    [all...]
CGObjCGNU.cpp 103 /// GNUstep and ObjFW).
656 /// Support for the ObjFW runtime. Support here is due to
657 /// Jonathan Schleifer <js@webkeks.org>, the ObjFW maintainer.
    [all...]
CGObjCMac.cpp     [all...]

Completed in 726 milliseconds