/external/llvm/unittests/Support/ |
H A D | StreamingMemoryObject.cpp | 26 auto *DS = new NullDataStreamer(); local 27 StreamingMemoryObject O(DS);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfDocumentCatalogActionsDictionary_autogen.cpp | 35 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DS(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentCatalogActionsDictionary 36 SkPdfNativeObject* ret = get("DS", ""); 44 return get("DS", "") != NULL;
|
/external/clang/lib/Analysis/ |
H A D | PseudoConstantAnalysis.cpp | 172 const DeclStmt *DS = cast<DeclStmt>(Head); local 174 for (const auto *I : DS->decls()) {
|
H A D | LiveVariables.cpp | 209 void VisitDeclStmt(DeclStmt *DS); 290 const DeclStmt *DS = cast<DeclStmt>(S); local 291 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) { 373 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { argument 374 for (const auto *DI : DS->decls()) 387 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) { 388 VD = cast<VarDecl>(DS->getSingleDecl());
|
H A D | UninitializedValues.cpp | 327 void VisitDeclStmt(DeclStmt *DS); 408 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { argument 409 for (auto *DI : DS->decls()) { 685 if (DeclStmt *DS = dyn_cast<DeclStmt>(FS->getElement())) { 686 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl()); 753 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { argument 754 for (auto *DI : DS->decls()) {
|
/external/llvm/include/llvm/Support/ |
H A D | Solaris.h | 30 #undef DS macro
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckerDocumentation.cpp | 71 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} argument 81 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const; 306 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, argument
|
H A D | VLASizeChecker.cpp | 40 void checkPreStmt(const DeclStmt *DS, CheckerContext &C) const; 82 void VLASizeChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const { argument 83 if (!DS->isSingleDecl()) 86 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
|
H A D | CStringChecker.cpp | 63 void checkPreStmt(const DeclStmt *DS, CheckerContext &C) const; 1944 void CStringChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const { argument 1948 for (const auto *I : DS->decls()) {
|
/external/clang/tools/driver/ |
H A D | driver.cpp | 250 const DriverSuffix *DS = FindDriverSuffix(ProgNameRef); local 252 if (!DS) { 256 DS = FindDriverSuffix(ProgNameRef); 259 if (!DS) { 263 DS = FindDriverSuffix(ProgNameRef); 266 if (DS) { 267 if (const char *Flag = DS->ModeFlag) { 276 '-', ProgNameRef.size() - strlen(DS->Suffix));
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | ptrace-abi.h | 13 #define DS 7 macro
|
/external/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 12 #define DS(x) SkDoubleToScalar(x) macro 15 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0), 16 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0), 17 DS( 1. [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 482 void CoreEngine::HandleStaticInit(const DeclStmt *DS, const CFGBlock *B, argument 487 SubEng.processStaticInitializer(DS, Ctx, Pred, Dst,
|
H A D | ExprEngineC.cpp | 443 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, argument 446 const VarDecl *VD = dyn_cast_or_null<VarDecl>(*DS->decl_begin()); 456 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); 476 B.generateNode(DS, UpdatedN, state); 504 evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true); 509 B.generateNode(DS, N, state); 513 getCheckerManager().runCheckersForPostStmt(Dst, B.getResults(), DS, *this);
|
H A D | BugReporterVisitors.cpp | 424 const DeclStmt *DS = P->getStmtAs<DeclStmt>(); local 425 if (!DS) 428 if (DS->getSingleDecl() != VR->getDecl()) 550 const DeclStmt *DS = dyn_cast<DeclStmt>(S); local 553 if (DS) { 598 else if (DS) { 601 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
|
H A D | PathDiagnostic.cpp | 823 const DeclStmt *DS = cast<DeclStmt>(S); local 824 if (DS->isSingleDecl()) { 826 return SourceRange(DS->getLocStart(), 827 DS->getSingleDecl()->getLocation());
|
/external/clang/lib/Parse/ |
H A D | RAIIObjectsForParser.h | 198 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C) argument 199 : Declarator(DS, C), ParsingRAII(P, &DS.getDelayedDiagnosticPool()) { 225 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS) argument 226 : FieldDeclarator(DS), ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {
|
H A D | Parser.cpp | 598 ParsingDeclSpec *DS) { 767 return ParseDeclarationOrFunctionDefinition(attrs, DS); 833 ParsingDeclSpec &DS, 836 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level); 840 if (DS.hasTagDefinition() && 841 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_top_level)) 849 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS); 850 DS.complete(TheDecl); 854 DS.takeAttributesFrom(attrs); 868 DS 597 ParseExternalDeclaration(ParsedAttributesWithRange &attrs, ParsingDeclSpec *DS) argument 832 ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, ParsingDeclSpec &DS, AccessSpecifier AS) argument 897 ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, ParsingDeclSpec *DS, AccessSpecifier AS) argument [all...] |
H A D | ParseDeclCXX.cpp | 293 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) { argument 302 getCurScope(), DS.getSourceRange().getBegin(), Lang.get(), 310 // Reset the source range in DS, as the leading "extern" 312 DS.SetRangeStart(SourceLocation()); 313 DS.SetRangeEnd(SourceLocation()); 315 DS.setExternInLinkageSpec(true); 316 ParseExternalDeclaration(attrs, &DS); 322 DS.abort(); 755 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { argument 768 DS 860 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument 879 ParseUnderlyingTypeSpecifier(DeclSpec &DS) argument 1190 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument 2633 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); local [all...] |
H A D | ParseExprCXX.cpp | 258 DeclSpec DS(AttrFactory); 260 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); 264 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc); 268 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc)) 1059 DeclSpec DS(AttrFactory); 1060 Declarator D(DS, Declarator::LambdaExprContext); 1146 DS.getTypeQualifiers(), 1294 DeclSpec DS(AttrFactory); 1295 ParseSpecifierQualifierList(DS); 1298 Declarator DeclaratorInfo(DS, Declarato 1587 ParseCXXTypeConstructExpression(const DeclSpec &DS) argument 1784 ParseCXXSimpleTypeSpecifier(DeclSpec &DS) argument 1900 ParseCXXTypeSpecifierSeq(DeclSpec &DS) argument [all...] |
H A D | ParseObjc.cpp | 484 ParsingDeclSpec DS(*this); 485 ParseStructDeclaration(DS, ObjCPropertyCallback); 533 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) { argument 540 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS); local 554 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly); 556 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign); 558 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_unsafe_unretained); 560 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readwrite); 562 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain); 564 DS 782 ParseObjCTypeQualifierList(ObjCDeclSpec &DS, Declarator::TheContext Context) argument 789 Actions.CodeCompleteObjCPassingType(getCurScope(), DS, local 861 ParseObjCTypeName(ObjCDeclSpec &DS, Declarator::TheContext context, ParsedAttributes *paramAttrs) argument 1197 ParseObjCProtocolQualifiers(DeclSpec &DS) argument [all...] |
/external/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 812 const DeclSpec &DS, 814 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error) 817 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype); 819 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); 821 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace) 828 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc()); 811 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
|
H A D | SemaTemplateVariadic.cpp | 700 const DeclSpec &DS = D.getDeclSpec(); local 701 switch (DS.getTypeSpecType()) { 706 QualType T = DS.getRepAsType().get(); 714 if (DS.getRepAsExpr() && 715 DS.getRepAsExpr()->containsUnexpandedParameterPack())
|
/external/llvm/lib/Target/R600/ |
H A D | SIDefines.h | 36 DS = 1 << 17, enumerator in enum:SIInstrFlags::__anon10854
|
/external/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 363 const DiagState &DS = *GetCurDiagState(); local 364 return diag_mapping_range(DS.begin(), DS.end());
|