HomeSort by relevance Sort by last modified time
    Searched defs:VC (Results 1 - 14 of 14) 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++/test/containers/associative/map/map.cons/
move_alloc.pass.cpp 28 typedef std::pair<const MoveOnly, MoveOnly> VC;
30 typedef test_allocator<VC> A;
67 typedef std::pair<const MoveOnly, MoveOnly> VC;
69 typedef test_allocator<VC> A;
106 typedef std::pair<const MoveOnly, MoveOnly> VC;
108 typedef other_allocator<VC> A;
move_assign.pass.cpp 28 typedef std::pair<const MoveOnly, MoveOnly> VC;
30 typedef test_allocator<VC> A;
68 typedef std::pair<const MoveOnly, MoveOnly> VC;
70 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
110 typedef other_allocator<VC> A;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.cons/
move_alloc.pass.cpp 28 typedef std::pair<const MoveOnly, MoveOnly> VC;
30 typedef test_allocator<VC> A;
67 typedef std::pair<const MoveOnly, MoveOnly> VC;
69 typedef test_allocator<VC> A;
106 typedef std::pair<const MoveOnly, MoveOnly> VC;
108 typedef other_allocator<VC> A;
move_assign.pass.cpp 28 typedef std::pair<const MoveOnly, MoveOnly> VC;
30 typedef test_allocator<VC> A;
68 typedef std::pair<const MoveOnly, MoveOnly> VC;
70 typedef test_allocator<VC> A;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
110 typedef other_allocator<VC> A;
  /external/clang/lib/AST/
ExprClassification.cpp 607 Classification VC = Classify(Ctx);
608 switch (VC.getKind()) {
628 Classification VC = ClassifyModifiable(Ctx, Loc ? *Loc : dummy);
629 switch (VC.getKind()) {
642 return VC.getModifiable() == Cl::CM_LValueCast ?
645 assert(VC.getKind() == Cl::CL_LValue && "Unhandled kind");
646 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 371 const OptionValueCopy<DataType> &VC =
373 if (!VC.hasValue()) return false;
374 return compare(VC.getValue());
    [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/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/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 113 VC = 0x70000000,
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 38 VC, // No overflow Ordered
64 case A64CC::VC: return "vc";
88 .Case("vc", A64CC::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...]

Completed in 231 milliseconds