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

  /external/clang/lib/Driver/
ToolChains.h 239 bool isMacosxVersionLT(unsigned V0, unsigned V1=0, unsigned V2=0) const {
307 return !(!isTargetIPhoneOS() && isMacosxVersionLT(10, 6));
314 (!isMacosxVersionLT(10, 6) ||
315 (!isMacosxVersionLT(10, 5) && !KernelOrKext));
ToolChains.cpp 96 return !isMacosxVersionLT(10, 6);
349 if (isMacosxVersionLT(10, 5))
351 else if (isMacosxVersionLT(10, 6))
362 if (isMacosxVersionLT(10, 5)) {
897 if (isTargetIPhoneOS() || !isMacosxVersionLT(10, 6))
    [all...]
Tools.cpp     [all...]

Completed in 1057 milliseconds