Home
last modified time | relevance | path

Searched refs:Cpp (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/tools/msbuild/
Duninstall.bat15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
25 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props
26 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets
28 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.props
[all …]
Dinstall.bat18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
36 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
38 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
55 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010
57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010
[all …]
DCMakeLists.txt7 set(prop_file_in "Microsoft.Cpp.Win32.llvm.props.in")
8 set(prop_file_v100 "Microsoft.Cpp.${platform}.LLVM-vs2010.props")
9 set(prop_file_v110 "Microsoft.Cpp.${platform}.LLVM-vs2012.props")
10 set(prop_file_v110_xp "Microsoft.Cpp.${platform}.LLVM-vs2012_xp.props")
51 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RE…
52 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012.targets" DESTINATION "tools/msbuild/${platform}" RE…
53 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets" DESTINATION "tools/msbuild/${platform}"…
DMicrosoft.Cpp.Win32.llvm.props.in2 …crosoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platfo…
/external/google-benchmark/
D.clang-format2 Language: Cpp
/external/tensorflow/tensorflow/compiler/xla/
D.clang-format2 Language: Cpp
/external/conscrypt/
D.clang-format2 Language: Cpp
/external/libcxxabi/
D.clang-format4 Language: Cpp
/external/libcxx/
D.clang-format4 Language: Cpp
/external/clang/test/SemaObjCXX/
Dabstract-class-type-ivar.mm30 class Cpp {
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format2 Language: Cpp
/external/libvpx/libvpx/
D.clang-format2 Language: Cpp
/external/deqp/external/openglcts/
D.clang-format100 # Language, this format style is targeted at. Possible values: None, Cpp, Java, JavaScript, Proto.
101 Language: Cpp
/external/skqp/
D.clang-format10 Language: Cpp
/external/skia/
D.clang-format10 Language: Cpp
/external/parameter-framework/upstream/
D.clang-format78 Language: Cpp
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h141 Cpp = 0x01, enumerator
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll1220 %Cpp = or i32 %Apos, %Bpos
1221 %Dpp = icmp slt i32 %Cpp, %Apos
1222 %Epp = icmp sge i32 %Cpp, %Apos
1223 %Fpp = icmp sgt i32 %Apos, %Cpp
1224 %Gpp = icmp sle i32 %Apos, %Cpp
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp112 CV_ENUM_ENT(SourceLanguage, C), CV_ENUM_ENT(SourceLanguage, Cpp),
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp194 CASE_OUTPUT_ENUM_CLASS_STR(PDB_Lang, Cpp, "C++", OS) in operator <<()
/external/clang/docs/
DClangFormatStyleOptions.rst59 Language: Cpp
575 * ``LK_Cpp`` (in configuration: ``Cpp``)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg28 group Cpp;
/external/python/cpython2/Doc/library/
Dcollections.rst207 …* `C++ multisets <http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.…
/external/python/cpython3/Doc/library/
Dcollections.rst383 …* `C++ multisets <http://www.java2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.…
/external/clang/lib/Sema/
DSemaDeclAttr.cpp43 Cpp, enumerator
1658 << Attr.getName() << AttributeLangSupport::Cpp; in handleCommonAttr()

12