Searched defs:VC (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp34 Vec<char> VC; local
35 g<Vec<char>>(VC);
/external/libcxx/test/std/containers/associative/map/map.cons/
H A Dmove_assign.pass.cpp29 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
111 typedef other_allocator<VC> A;
150 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
152 typedef min_allocator<VC> A;
H A Dmove_alloc.pass.cpp30 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
32 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
71 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
110 typedef other_allocator<VC> A;
148 typedef std::pair<const int, T> VC; typedef
149 typedef test_allocator<VC> A;
195 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
197 typedef min_allocator<VC>
[all...]
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Dmove_assign.pass.cpp29 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
31 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
71 typedef test_allocator<VC> A;
109 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
111 typedef other_allocator<VC> A;
150 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
152 typedef min_allocator<VC> A;
H A Dmove_alloc.pass.cpp30 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
32 typedef test_allocator<VC> A;
69 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
71 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
110 typedef other_allocator<VC> A;
148 typedef std::pair<const int, T> VC; typedef
149 typedef test_allocator<VC> A;
195 typedef std::pair<const MoveOnly, MoveOnly> VC; typedef
197 typedef min_allocator<VC>
[all...]
/external/clang/test/Sema/
H A Dunused-expr.c8 _Complex double C, volatile _Complex double VC) {
25 __real__ VC; local
7 bar(volatile int *VP, int *P, int A, _Complex double C, volatile _Complex double VC) argument
/external/clang/test/SemaCXX/
H A Dmicrosoft-dtor-lookup.cpp22 struct VC : A, B { struct in namespace:Test1
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;
/external/clang/lib/AST/
H A DExprClassification.cpp635 Classification VC = Classify(Ctx); local
636 switch (VC.getKind()) {
656 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy); local
657 switch (VC.getKind()) {
670 return VC.getModifiable() == Cl::CM_LValueCast ?
673 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind");
674 switch (VC.getModifiable()) {
/external/bison/
H A Dmaint.mk61 VC = $(GIT) macro
102 ifeq ($(VC),$(GIT))
1274 $(AM_V_GEN)(unset CDPATH; cd $(srcdir) && $(VC) diff) > vc-diffs || :
1445 cd $(srcdir) && $(VC) commit -m "$$msg" -a
/external/llvm/include/llvm/Support/
H A DCommandLine.h423 const OptionValueCopy<DataType> &VC = variable
425 if (!VC.hasValue())
427 return compare(VC.getValue());
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h37 VC, // No overflow Not unordered enumerator in enum:llvm::ARMCC::CondCodes
56 case VS: return VC;
57 case VC: return VS;
77 case ARMCC::VC: return "vc";
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp656 const TargetRegisterClass *VC = MRI->getRegClass(RS.Reg); local
657 assert(VC->begin() != VC->end() && "Empty register class");
658 PhysR = *VC->begin();
H A DHexagonISelLowering.cpp2370 SDValue VC = DAG.getNode(HexagonISD::VCOMBINE, dl, ReTy, B1, B0); local
2371 return DAG.getNode(ISD::BITCAST, dl, VT, VC);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h201 VC = 0x7, // No overflow Not unordered enumerator in enum:llvm::AArch64CC::CondCode
224 case VC: return "vc";
258 case VC: return 0; // V == 0

Completed in 790 milliseconds