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.cpp1230 if (runtime.isNonFragile())
2528 if (objcRuntime.isNonFragile()) {
2966 bool isNonFragile = objcABIVersion != 1; local
2974 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
2988 runtime = getToolChain().getDefaultObjCRuntime(isNonFragile);
3000 if (isNonFragile)

Completed in 97 milliseconds