HomeSort by: relevance | last modified time | path
    Searched defs:DS (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/dev/videomode/
videomode.c 23 #define DS VID_DBLSCAN
78 M("320x175x85",320,175,15750,336,368,416,191,192,222,HP|VN|DS),
79 M("320x200x85",320,200,15750,336,368,416,200,202,222,HN|VP|DS),
80 M("360x200x70",360,200,14160,369,423,450,206,207,224,HN|VP|DS),
81 M("360x200x85",360,200,17750,378,414,468,200,202,223,HN|VP|DS),
82 M("360x200x87",360,200,17750,369,423,450,210,211,224,HN|VN|DS),
83 M("320x240x60",320,240,12587,328,376,400,245,246,262,HN|VN|DS),
84 M("320x240x72",320,240,15750,332,352,416,244,246,260,HN|VN|DS),
85 M("320x240x75",320,240,15750,328,360,420,240,242,250,HN|VN|DS),
86 M("320x240x85",320,240,18000,348,376,416,240,242,254,HN|VN|DS),
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
VarBypassDetector.cpp 87 const DeclStmt *DS = cast<DeclStmt>(S);
88 for (auto *I : DS->decls())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ConstructionContext.cpp 110 const auto *DS = cast<DeclStmt>(ParentItem.getStmt());
111 assert(!cast<VarDecl>(DS->getSingleDecl())->getType().getCanonicalType()
113 return create<CXX17ElidedCopyVariableConstructionContext>(C, DS, BTE);
173 const auto *DS = cast<DeclStmt>(TopItem.getStmt());
174 return create<SimpleVariableConstructionContext>(C, DS);
LiveVariables.cpp 167 void VisitDeclStmt(DeclStmt *DS);
248 const DeclStmt *DS = cast<DeclStmt>(S);
249 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
382 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) {
383 for (const auto *DI : DS->decls()) {
400 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) {
401 VD = cast<VarDecl>(DS->getSingleDecl());
PathDiagnostic.cpp 784 const auto *DS = cast<DeclStmt>(S);
785 if (DS->isSingleDecl()) {
787 return SourceRange(DS->getBeginLoc(),
788 DS->getSingleDecl()->getLocation());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Solaris/sys/
regset.h 19 #undef DS
  /src/external/gpl3/gcc/dist/libgcc/config/cris/
arit.c 131 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)); \
136 case 32: DS; case 31: DS; case 30: DS; case 29: DS;
137 case 28: DS; case 27: DS; case 26: DS; case 25: DS;
138 case 24: DS; case 23: DS; case 22: DS; case 21: DS
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
arit.c 131 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)); \
136 case 32: DS; case 31: DS; case 30: DS; case 29: DS;
137 case 28: DS; case 27: DS; case 26: DS; case 25: DS;
138 case 24: DS; case 23: DS; case 22: DS; case 21: DS
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 193 auto DS = MappedBlockStream::createDirectoryStream(ContainerLayout, *Buffer,
195 BinaryStreamReader Reader(*DS);
230 DirectoryStream = std::move(DS);
  /src/external/cddl/osnet/dev/dtrace/x86/
regset.h 141 #define DS 3
162 #define DS 2
  /src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c 125 CS, SS, DS, ES, FS, GS};
156 asm(" movw _registers+48, %ds");
190 asm ("movw %ds, _registers+48"); \
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c 125 CS, SS, DS, ES, FS, GS};
156 asm(" movw _registers+48, %ds");
190 asm ("movw %ds, _registers+48"); \
  /src/libexec/getty/
gettytab.h 84 #define DS gettystrs[19].value
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 87 ConstructionContextItem(const DeclStmt *DS)
88 : Data(DS), Kind(VariableKind) {}
304 const DeclStmt *DS;
307 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS)
308 : ConstructionContext(K), DS(DS) {
310 assert(DS);
314 const DeclStmt *getDeclStmt() const { return DS; }
329 explicit SimpleVariableConstructionContext(const DeclStmt *DS)
331 DS) {}
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 466 DeclStmt *DS = cast<DeclStmt>(S);
469 for (auto *I : DS->decls())
682 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC))
683 Loc = DS->getBeginLoc();
SemaTemplateVariadic.cpp 860 const DeclSpec &DS = D.getDeclSpec();
861 switch (DS.getTypeSpecType()) {
866 QualType T = DS.getRepAsType().get();
875 if (DS.getRepAsExpr() &&
876 DS.getRepAsExpr()->containsUnexpandedParameterPack())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 125 const auto *DS = DSCC->getDeclStmt();
126 const auto *Var = cast<VarDecl>(DS->getSingleDecl());
BugReporterVisitors.cpp 880 if (const auto *DS = dyn_cast<DeclStmt>(S)) {
881 if (const auto *VD = dyn_cast<VarDecl>(DS->getSingleDecl()))
1242 const DeclStmt *DS = P->getStmtAs<DeclStmt>();
1243 if (!DS)
1246 if (DS->getSingleDecl() != VR->getDecl())
1267 const MemRegion *OldR, const DeclStmt *DS) {
1291 } else if (DS) {
1294 const auto *VD = cast<VarDecl>(DS->getSingleDecl());
1575 const auto *DS = dyn_cast<DeclStmt>(S);
1578 if (DS) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 722 auto DS = DefinedGVSummaries.find(EI.getGUID());
725 assert(DS != DefinedGVSummaries.end());
726 auto *S = DS->getSecond();
983 const auto &DS = DefinedGVSummaries.find(GI);
984 assert(DS != DefinedGVSummaries.end() &&
986 SummariesForIndex[GI] = DS->second;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 968 auto *DS = getConditionVariableDeclStmt();
969 if (!DS)
971 return cast<VarDecl>(DS->getSingleDecl());
1023 auto *DS = cast<DeclStmt>(SubExprs[CONDVAR]);
1024 return cast<VarDecl>(DS->getSingleDecl());
1086 auto *DS = getConditionVariableDeclStmt();
1087 if (!DS)
1089 return cast<VarDecl>(DS->getSingleDecl());
1147 auto *DS = getConditionVariableDeclStmt();
1148 if (!DS)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 187 const DriverSuffix *DS = FindDriverSuffix(ProgName, Pos);
189 if (!DS) {
193 DS = FindDriverSuffix(ProgName, Pos);
196 if (!DS) {
200 DS = FindDriverSuffix(ProgName, Pos);
202 return DS;
209 const DriverSuffix *DS = parseDriverSuffix(ProgName, SuffixPos);
210 if (!DS)
212 size_t SuffixEnd = SuffixPos + strlen(DS->Suffix);
216 return ParsedClangName(ProgName.substr(0, SuffixEnd), DS->ModeFlag)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 510 auto *DS = Scope->getScopeNode();
512 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) &&
523 if (Scope->getParent() && isa<DISubprogram>(DS)) {
645 auto *DS = Scope->getScopeNode();
646 auto *InlinedSP = getDISubprogram(DS);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 561 const DiagState &DS = *GetCurDiagState();
562 return diag_mapping_range(DS.begin(), DS.end());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 772 ParsingDeclSpec DS(*this);
773 ParseStructDeclaration(DS, ObjCPropertyCallback);
804 ObjCDeclSpec &DS,
807 if (DS.getNullability() == nullability) {
810 << SourceRange(DS.getNullabilityLoc());
816 << DiagNullabilityKind(DS.getNullability(), true)
817 << SourceRange(DS.getNullabilityLoc());
846 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) {
854 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS);
868 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_readonly)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 679 Iterator &up() { Pos = DS.nextUp(Pos); return *this; }
680 Iterator &down() { Pos = DS.nextDown(Pos); return *this; }
684 return DS.Stack[Pos-1];
688 return &DS.Stack[Pos-1];
700 const DefStack &DS;
852 NodeAddr<T> TA, DefStack &DS);

Completed in 88 milliseconds

1 2