OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msc_ver
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py
77
msc_ver
= sys.version[msc_pos+6:msc_pos+10]
78
if
msc_ver
== '1300':
81
elif
msc_ver
== '1310':
84
elif
msc_ver
== '1400':
87
elif
msc_ver
== '1500':
91
raise ValueError("Unknown MS Compiler version %s " %
msc_ver
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py
77
msc_ver
= sys.version[msc_pos+6:msc_pos+10]
78
if
msc_ver
== '1300':
81
elif
msc_ver
== '1310':
84
elif
msc_ver
== '1400':
87
elif
msc_ver
== '1500':
91
raise ValueError("Unknown MS Compiler version %s " %
msc_ver
)
/external/clang/lib/Driver/
Tools.cpp
3176
StringRef
msc_ver
= Args.getLastArgValue(options::OPT_f
msc_ver
sion);
local
[
all
...]
Completed in 332 milliseconds