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

1 2 3 45

  /external/clang/include/clang/Basic/
Diagnostic.h 365 const DiagState &DS = *GetCurDiagState();
366 return diag_mapping_range(DS.begin(), DS.end());
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 67 DS,
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 38 DS = 1 << 19,
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 743 bool Top) : DS(S) {
750 Pos = DS.Stack.size();
751 while (Pos > 0 && DS.isDelimiter(DS.Stack[Pos-1]))
    [all...]
RDFGraph.h 641 Iterator &up() { Pos = DS.nextUp(Pos); return *this; }
642 Iterator &down() { Pos = DS.nextDown(Pos); return *this; }
645 return DS.Stack[Pos-1];
649 return &DS.Stack[Pos-1];
657 const DefStack &DS;
775 NodeAddr<T> TA, DefStack &DS);
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 206 void VisitDoStmt(clang::DoStmt *DS);
236 void DestructorVisitor::VisitDoStmt(clang::DoStmt *DS) {
238 VisitStmt(DS);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 49 PrefixDS Prefix = 0x3E // DS segment override
270 DS
466 PrefixDS: "DS",
594 DS: "DS",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 49 PrefixDS Prefix = 0x3E // DS segment override
270 DS
466 PrefixDS: "DS",
594 DS: "DS",
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 343 /// DS:BX = Address of the region
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchPlatformPolicy.h 375 UINT8 DS : 1; /// 0: Docking is not supported; 1:Docking is supported
  /external/clang/lib/Parse/
ParseDecl.cpp 54 DeclSpec DS(AttrFactory);
56 DS.addAttributes(Attrs->getList());
57 ParseSpecifierQualifierList(DS, AS, DSC);
59 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
62 Declarator DeclaratorInfo(DS, Context);
    [all...]
ParseObjc.cpp 785 ParsingDeclSpec DS(*this);
786 ParseStructDeclaration(DS, ObjCPropertyCallback);
816 ObjCDeclSpec &DS,
819 if (DS.getNullability() == nullability) {
822 << SourceRange(DS.getNullabilityLoc());
828 << DiagNullabilityKind(DS.getNullability(), true)
829 << SourceRange(DS.getNullabilityLoc());
857 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
864 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
878 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly)
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp 455 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
456 getCurFunction()->SwitchStack.back()->addSwitchCase(DS);
457 return DS;
815 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) {
817 Diag(DS->getDefaultLoc(), diag::err_multiple_default_labels_defined);
826 TheDefaultStmt = DS;
    [all...]
SemaType.cpp 728 static void diagnoseAndRemoveTypeQualifiers(Sema &S, const DeclSpec &DS,
736 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()),
737 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()),
738 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()),
739 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) {
786 const DeclSpec &DS = declarator.getDeclSpec();
787 unsigned TypeQuals = DS.getTypeQualifiers();
788 diagnoseAndRemoveTypeQualifiers(S, DS, TypeQuals, Result, (unsigned)-1,
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 506 DS = 28,
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 312 /* The DS field in a DS form instruction. This is like D, but the
314 #define DS DQ + 1
320 #define DUIS DS + 1
458 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
515 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
516 instruction or the RT field in a D, DS, X, XFX or XO form
524 /* The RS and RT fields of the DS form stq and DQ form lq instructions,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 119 #define DS ds
181 #define DS %ds
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 764 milliseconds

1 2 3 45