HomeSort by relevance Sort by last modified time
    Searched defs:VC (Results 1 - 15 of 15) sorted by null

  /external/clang/test/Sema/
unused-expr.c 8 _Complex double C, volatile _Complex double VC) {
25 __real__ VC;
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 38 Vec<char> VC;
39 g<Vec<char>>(VC);
  /ndk/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;
  /ndk/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/SemaCXX/
microsoft-dtor-lookup.cpp 23 struct VC : A, B {
24 virtual ~VC(); // expected-error {{member 'operator delete' found in multiple base classes of different types}}
  /external/clang/lib/AST/
ExprClassification.cpp 616 Classification VC = Classify(Ctx);
617 switch (VC.getKind()) {
637 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy);
638 switch (VC.getKind()) {
651 return VC.getModifiable() == Cl::CM_LValueCast ?
654 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind");
655 switch (VC.getModifiable()) {
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /external/llvm/include/llvm/Support/
CommandLine.h 399 const OptionValueCopy<DataType> &VC =
401 if (!VC.hasValue()) return false;
402 return compare(VC.getValue());
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 113 VC = 7, // no overflow
  /external/bison/
maint.mk 61 VC = $(GIT)
63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
102 ifeq ($(VC),$(GIT))
103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this-vc-tag)
168 local-checks-available += no-vc-detected
169 no-vc-detected
    [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/qemu/
ppc-dis.c 828 /* The VC field in a VA form instruction. */
829 #define VC VB + 1
833 #define VD VC + 1
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 38 VC, // No overflow Ordered
64 case A64CC::VC: return "vc";
88 .Case("vc", A64CC::VC)
    [all...]

Completed in 1061 milliseconds