OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMacosxVersionLT
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Driver/
ToolChains.h
420
bool
isMacosxVersionLT
(unsigned V0, unsigned V1=0, unsigned V2=0) const {
441
return !(isTargetMacOS() &&
isMacosxVersionLT
(10, 6));
449
else if (isTargetMacOS() && !
isMacosxVersionLT
(10, 6))
451
else if (isTargetMacOS() && !
isMacosxVersionLT
(10, 5) && !KernelOrKext)
ToolChains.cpp
107
return !
isMacosxVersionLT
(10, 6);
409
if (
isMacosxVersionLT
(10, 5))
411
else if (
isMacosxVersionLT
(10, 6))
422
if (
isMacosxVersionLT
(10, 5)) {
[
all
...]
Completed in 592 milliseconds