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

  /external/clang/lib/Driver/
ToolChains.h 48 unsigned DarwinVersion[3];
272 void AddGCCLibexecPath(unsigned darwinVersion);
ToolChains.cpp 58 DarwinVersion[0], DarwinVersion[1],
59 DarwinVersion[2], HadExtra))
63 << "10." << std::max(0, (int)DarwinVersion[0] - 4) << '.'
64 << DarwinVersion[1];
273 AddGCCLibexecPath(DarwinVersion[0]);
274 AddGCCLibexecPath(DarwinVersion[0] - 2);
275 AddGCCLibexecPath(DarwinVersion[0] - 1);
276 AddGCCLibexecPath(DarwinVersion[0] + 1);
277 AddGCCLibexecPath(DarwinVersion[0] + 2)
    [all...]

Completed in 213 milliseconds