/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
p7.cpp | 10 template <typename T> concept bool VC { true }; // expected-note {{previous declaration is here}} expected-note {{previous declaration is here}} 11 template bool VC<int>; // expected-error {{variable concept cannot be explicitly instantiated}} 12 extern template bool VC<double>; // expected-error {{variable concept cannot be explicitly instantiated}}
|
/external/fio/ |
FIO-VERSION-GEN | 33 VC=`sed -e 's/^FIO_VERSION = //' <$GVF` 35 VC=unset 37 test "$VN" = "$VC" || {
|
/external/python/cpython2/PC/VS8.0/ |
env.bat | 5 call "%VS8%\VC\vcvarsall.bat" %1
|
/external/clang/test/CodeGenCXX/ |
mangle-alias-template.cpp | 34 Vec<char> VC; 35 g<Vec<char>>(VC);
|
/external/clang/test/SemaCXX/ |
microsoft-dtor-lookup.cpp | 22 struct VC : A, B { 23 virtual ~VC(); // expected-error {{member 'operator delete' found in multiple base classes of different types}} 27 // This marks VC's vtable used. 28 VC vc; local
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
move_alloc.pass.cpp | 31 typedef std::pair<const MoveOnly, MoveOnly> VC; 33 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 109 typedef std::pair<const MoveOnly, MoveOnly> VC; 111 typedef other_allocator<VC> A; 149 typedef std::pair<const int, T> VC; 150 typedef test_allocator<VC> A; 195 typedef std::pair<const MoveOnly, MoveOnly> VC; 197 typedef min_allocator<VC> A [all...] |
move_assign.pass.cpp | 30 typedef std::pair<const MoveOnly, MoveOnly> VC; 32 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 110 typedef std::pair<const MoveOnly, MoveOnly> VC; 112 typedef other_allocator<VC> A; 150 typedef std::pair<const MoveOnly, MoveOnly> VC; 152 typedef min_allocator<VC> A;
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
move_alloc.pass.cpp | 31 typedef std::pair<const MoveOnly, MoveOnly> VC; 33 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 109 typedef std::pair<const MoveOnly, MoveOnly> VC; 111 typedef other_allocator<VC> A; 149 typedef std::pair<const int, T> VC; 150 typedef test_allocator<VC> A; 195 typedef std::pair<const MoveOnly, MoveOnly> VC; 197 typedef min_allocator<VC> A [all...] |
move_assign.pass.cpp | 30 typedef std::pair<const MoveOnly, MoveOnly> VC; 32 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 110 typedef std::pair<const MoveOnly, MoveOnly> VC; 112 typedef other_allocator<VC> A; 150 typedef std::pair<const MoveOnly, MoveOnly> VC; 152 typedef min_allocator<VC> A;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/ |
move_alloc.pass.cpp | 31 typedef std::pair<const MoveOnly, MoveOnly> VC; 33 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 109 typedef std::pair<const MoveOnly, MoveOnly> VC; 111 typedef other_allocator<VC> A; 149 typedef std::pair<const int, T> VC; 150 typedef test_allocator<VC> A; 195 typedef std::pair<const MoveOnly, MoveOnly> VC; 197 typedef min_allocator<VC> A [all...] |
move_assign.pass.cpp | 30 typedef std::pair<const MoveOnly, MoveOnly> VC; 32 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 110 typedef std::pair<const MoveOnly, MoveOnly> VC; 112 typedef other_allocator<VC> A; 150 typedef std::pair<const MoveOnly, MoveOnly> VC; 152 typedef min_allocator<VC> A;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/ |
move_alloc.pass.cpp | 31 typedef std::pair<const MoveOnly, MoveOnly> VC; 33 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 109 typedef std::pair<const MoveOnly, MoveOnly> VC; 111 typedef other_allocator<VC> A; 149 typedef std::pair<const int, T> VC; 150 typedef test_allocator<VC> A; 195 typedef std::pair<const MoveOnly, MoveOnly> VC; 197 typedef min_allocator<VC> A [all...] |
move_assign.pass.cpp | 30 typedef std::pair<const MoveOnly, MoveOnly> VC; 32 typedef test_allocator<VC> A; 70 typedef std::pair<const MoveOnly, MoveOnly> VC; 72 typedef test_allocator<VC> A; 110 typedef std::pair<const MoveOnly, MoveOnly> VC; 112 typedef other_allocator<VC> A; 150 typedef std::pair<const MoveOnly, MoveOnly> VC; 152 typedef min_allocator<VC> A;
|
/external/python/cpython2/PCbuild/ |
env.bat | 17 call "%VS90COMNTOOLS%..\..\VC\vcvarsall.bat" %*
23 call "%VSTOOLS%..\..\VC\vcvarsall.bat" %*
|
/external/clang/test/OpenMP/ |
declare_target_messages.cpp | 36 class VC { // expected-note {{mappable type cannot be polymorphic}} 59 VC object1; // expected-error {{type 'VC' is not mappable to target}}
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
SetVisualStudio.bat | 29 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64"
34 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64"
39 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64"
44 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64"
49 @set "COMMONTOOLSx64=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\x86_amd64"
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/ |
tables.go | [all...] |
/external/clang/test/Sema/ |
unused-expr.c | 8 _Complex double C, volatile _Complex double VC) { 25 __real__ VC;
|
/external/python/cpython3/PCbuild/ |
env.bat | 16 call "%VSTOOLS%..\..\VC\vcvarsall.bat" %*
|
/external/curl/projects/ |
build-openssl.bat | 54 set "VC_PATH=Microsoft Visual Studio 8\VC" 58 set "VC_PATH=Microsoft Visual Studio 9.0\VC" 62 set "VC_PATH=Microsoft Visual Studio 10.0\VC" 66 set "VC_PATH=Microsoft Visual Studio 11.0\VC" 70 set "VC_PATH=Microsoft Visual Studio 12.0\VC" 74 set "VC_PATH=Microsoft Visual Studio 14.0\VC" 78 set "VC_PATH=Microsoft Visual Studio\2017\Community\VC" 206 perl Configure debug-VC-WIN64A --prefix=%CD% 229 perl Configure VC-WIN64A --prefix=%CD% 259 perl Configure debug-VC-WIN32 no-asm --prefix=%CD [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 37 VC, // No overflow Not unordered 56 case VS: return VC; 57 case VC: return VS; 77 case ARMCC::VC: return "vc";
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 37 VC, // No overflow Not unordered 56 case VS: return VC; 57 case VC: return VS; 78 case ARMCC::VC: return "vc";
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
IRBuilder.h | 719 if (Constant *VC = dyn_cast<Constant>(V)) 720 return Insert(Folder.CreateNeg(VC, HasNUW, HasNSW), Name); 733 if (Constant *VC = dyn_cast<Constant>(V)) 734 return Insert(Folder.CreateFNeg(VC), Name); 738 if (Constant *VC = dyn_cast<Constant>(V)) 739 return Insert(Folder.CreateNot(VC), Name); [all...] |
/external/libyuv/files/ |
winarm.mk | 2 # call "c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_arm\vcvarsx86_arm.bat"
|