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 (isNeXTFamily() && isNonFragile())
/external/clang/lib/Driver/
H A DTools.cpp1424 if (runtime.isNonFragile())
3217 if (objcRuntime.isNonFragile()) {
3755 bool isNonFragile = objcABIVersion != 1; local
3763 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
3777 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
3789 if (isNonFragile)

Completed in 108 milliseconds