HomeSort by relevance Sort by last modified time
    Searched refs:VC (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /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/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
move_alloc.pass.cpp 30 typedef std::pair<const MoveOnly, MoveOnly> VC;
32 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
110 typedef other_allocator<VC> A;
148 typedef std::pair<const int, T> VC;
149 typedef test_allocator<VC> A;
195 typedef std::pair<const MoveOnly, MoveOnly> VC;
197 typedef min_allocator<VC> A
    [all...]
move_assign.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC;
111 typedef other_allocator<VC> A;
150 typedef std::pair<const MoveOnly, MoveOnly> VC;
152 typedef min_allocator<VC> A;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp 30 typedef std::pair<const MoveOnly, MoveOnly> VC;
32 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
110 typedef other_allocator<VC> A;
148 typedef std::pair<const int, T> VC;
149 typedef test_allocator<VC> A;
195 typedef std::pair<const MoveOnly, MoveOnly> VC;
197 typedef min_allocator<VC> A
    [all...]
move_assign.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC;
111 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/map/map.cons/
move_alloc.pass.cpp 30 typedef std::pair<const MoveOnly, MoveOnly> VC;
32 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
110 typedef other_allocator<VC> A;
148 typedef std::pair<const int, T> VC;
149 typedef test_allocator<VC> A;
195 typedef std::pair<const MoveOnly, MoveOnly> VC;
197 typedef min_allocator<VC> A
    [all...]
move_assign.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC;
111 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 30 typedef std::pair<const MoveOnly, MoveOnly> VC;
32 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
110 typedef other_allocator<VC> A;
148 typedef std::pair<const int, T> VC;
149 typedef test_allocator<VC> A;
195 typedef std::pair<const MoveOnly, MoveOnly> VC;
197 typedef min_allocator<VC> A
    [all...]
move_assign.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC;
111 typedef other_allocator<VC> A;
150 typedef std::pair<const MoveOnly, MoveOnly> VC;
152 typedef min_allocator<VC> A;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
win_asm.bat 3 set ASM="D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm\armasm"
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
move_alloc.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
68 typedef std::pair<const MoveOnly, MoveOnly> VC;
70 typedef test_allocator<VC> A;
107 typedef std::pair<const MoveOnly, MoveOnly> VC;
109 typedef other_allocator<VC> A;
147 typedef std::pair<const MoveOnly, MoveOnly> VC;
149 typedef min_allocator<VC> A;
move_assign.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC;
111 typedef other_allocator<VC> A;
150 typedef std::pair<const MoveOnly, MoveOnly> VC;
152 typedef min_allocator<VC> A;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
68 typedef std::pair<const MoveOnly, MoveOnly> VC;
70 typedef test_allocator<VC> A;
107 typedef std::pair<const MoveOnly, MoveOnly> VC;
109 typedef other_allocator<VC> A;
147 typedef std::pair<const MoveOnly, MoveOnly> VC;
149 typedef min_allocator<VC> A;
move_assign.pass.cpp 29 typedef std::pair<const MoveOnly, MoveOnly> VC;
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC;
111 typedef other_allocator<VC> A;
150 typedef std::pair<const MoveOnly, MoveOnly> VC;
152 typedef min_allocator<VC> A;
  /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/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/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"
194 perl Configure debug-VC-WIN64A --prefix=%CD%
217 perl Configure VC-WIN64A --prefix=%CD%
247 perl Configure debug-VC-WIN32 no-asm --prefix=%CD%
270 perl Configure VC-WIN32 no-asm --prefix=%CD
    [all...]

Completed in 559 milliseconds

1 2 3 4