Searched defs:isNonFragile (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DObjCRuntime.h76 bool isNonFragile() const { function in class:clang::ObjCRuntime
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/
H A DTools.cpp1643 if (runtime.isNonFragile())
3780 if (objcRuntime.isNonFragile()) {
4318 bool isNonFragile = objcABIVersion != 1; local
4326 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
4340 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
4352 if (isNonFragile)

Completed in 183 milliseconds