HomeSort by relevance Sort by last modified time
    Searched defs:isNonFragile (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
ObjCRuntime.h 76 bool isNonFragile() const {
88 /// The inverse of isNonFragile(): does this runtime follow the set of
90 bool isFragile() const { return !isNonFragile(); }
102 else if ((getKind() == MacOSX) && isNonFragile() &&
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 43 milliseconds