HomeSort by relevance Sort by last modified time
    Searched defs:DS (Results 51 - 63 of 63) sorted by null

1 23

  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp 408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
409 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
410 return DS;
767 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
769 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined);
778 TheDefaultStmt = DS;
    [all...]
SemaType.cpp 702 const DeclSpec &DS = declarator.getDeclSpec();
705 DeclLoc = DS.getLocStart();
710 switch (DS.getTypeSpecType()) {
715 if (DS.getTypeSpecSign() == DeclSpec::TSS_unspecified)
717 else if (DS.getTypeSpecSign() == DeclSpec::TSS_signed)
720 assert(DS.getTypeSpecSign() == DeclSpec::TSS_unsigned &&
726 if (DS.getTypeSpecSign() == DeclSpec::TSS_unspecified)
728 else if (DS.getTypeSpecSign() == DeclSpec::TSS_signed) {
729 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_invalid_sign_spec)
730 << DS.getSpecifierName(DS.getTypeSpecType()
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 144 static const Channel DS[] = { CHANNEL_0, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_1 };
163 case TextureFormat::DS: return DS;
185 static const int DS[] = { 0, 3 };
204 case TextureFormat::DS: return DS;
254 case TextureFormat::DS: return 2;
466 DE_ASSERT(order == D || order == DS);
471 DE_ASSERT(order == DS);
496 case DS: numChannels = 2; break
    [all...]
tcuTexture.hpp 61 DS,
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 51 DeclSpec DS(AttrFactory);
53 DS.addAttributes(Attrs->getList());
54 ParseSpecifierQualifierList(DS, AS, DSC);
56 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
59 Declarator DeclaratorInfo(DS, Context);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/qemu/disas/
ppc.c 312 /* This operand is for the DS field in a DS form instruction. */
566 /* The DES field in a DES form instruction. This is like DS, but is 14
577 /* The DS field in a DS form instruction. This is like D, but the
579 #undef DS
580 #define DS DQ + 1
585 #define E DS + 1
688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
734 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS for
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 119 #define DS ds
181 #define DS %ds
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 119 #define DS ds
181 #define DS %ds
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 334 push ds
345 mov ds, ax local
354 pop ds
381 push ds
392 mov ds, ax local
401 pop ds
425 push ds
427 mov ds, ax local
434 pop ds
453 push ds
455 mov ds, ax local
1283 mov ds, ax local
1306 mov ds, ax local
1331 mov ds, ax local
1357 mov ds, ax local
3993 mov ds, ax local
4026 mov ds, ax local
4044 mov ds, ax local
8148 mov ds, bx local
8421 push ds ;; save DS local
8443 pop ds ;; restore DS local
8568 pop ds local
8571 ;; pop ds; pop es; popa; iret local
8632 mov ds, bx ;; Set segment local
8636 mov ds, ax ;; and reset the segment to zero. local
8662 mov ds, bx ;; Set segment to write to the IPL memory local
8664 mov ds, ax ;; and reset the segment. local
8688 mov ds, ax local
8770 mov ds, ax local
8815 mov ds, ax local
8961 mov ds, ax local
9078 mov ds, ax local
9082 mov ds, ax local
    [all...]

Completed in 247 milliseconds

1 23