Searched defs:DS (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentCatalogActionsDictionary_autogen.cpp35 SkPdfDictionary* SkPdfDocumentCatalogActionsDictionary::DS(SkPdfNativeDoc* doc) { function in class:SkPdfDocumentCatalogActionsDictionary
36 SkPdfNativeObject* ret = get("DS", "");
44 return get("DS", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfDocumentCatalogActionsDictionary_autogen.cpp35 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 DPseudoConstantAnalysis.cpp172 const DeclStmt *DS = cast<DeclStmt>(Head); local
174 for (const auto *I : DS->decls()) {
H A DLiveVariables.cpp210 void VisitDeclStmt(DeclStmt *DS);
291 const DeclStmt *DS = cast<DeclStmt>(S); local
292 if (const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl())) {
377 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { argument
378 for (const auto *DI : DS->decls())
391 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) {
392 VD = cast<VarDecl>(DS->getSingleDecl());
H A DUninitializedValues.cpp326 void VisitDeclStmt(DeclStmt *DS);
375 void ClassifyRefs::VisitDeclStmt(DeclStmt *DS) { argument
376 for (auto *DI : DS->decls()) {
626 if (DeclStmt *DS = dyn_cast<DeclStmt>(FS->getElement())) {
627 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
694 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { argument
695 for (auto *DI : DS->decls()) {
/external/llvm/include/llvm/Support/
H A DSolaris.h30 #undef DS macro
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp40 void checkPreStmt(const DeclStmt *DS, CheckerContext &C) const;
79 void VLASizeChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const { argument
80 if (!DS->isSingleDecl())
83 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
H A DCheckerDocumentation.cpp71 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
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp12 #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/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h13 #define DS 7 macro
/external/llvm/lib/Support/
H A DHost.cpp497 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
498 if (!DS) {
506 size_t CPUInfoSize = DS->GetBytes((unsigned char*) buffer, sizeof(buffer));
507 delete DS;
586 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
587 if (!DS) {
595 size_t CPUInfoSize = DS->GetBytes((unsigned char*) buffer, sizeof(buffer));
596 delete DS;
651 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err);
652 if (!DS) {
694 DataStreamer *DS = getDataFileStreamer("/proc/cpuinfo", &Err); local
[all...]
/external/skia/src/gpu/effects/
H A DGrBicubicEffect.cpp3 #define DS(x) SkDoubleToScalar(x) macro
6 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
7 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
8 DS( 1.
[all...]
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp750 const DeclSpec &DS,
752 if (SS.isInvalid() || DS.getTypeSpecType() == DeclSpec::TST_error)
755 assert(DS.getTypeSpecType() == DeclSpec::TST_decltype);
757 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
759 Diag(DS.getTypeSpecTypeLoc(), diag::err_expected_class_or_namespace)
766 DecltypeTL.setNameLoc(DS.getTypeSpecTypeLoc());
749 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
H A DSemaTemplateVariadic.cpp691 const DeclSpec &DS = D.getDeclSpec(); local
692 switch (DS.getTypeSpecType()) {
697 QualType T = DS.getRepAsType().get();
705 if (DS.getRepAsExpr() &&
706 DS.getRepAsExpr()->containsUnexpandedParameterPack())
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp465 void CoreEngine::HandleStaticInit(const DeclStmt *DS, const CFGBlock *B, argument
470 SubEng.processStaticInitializer(DS, Ctx, Pred, Dst,
H A DExprEngineC.cpp443 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 DBugReporterVisitors.cpp428 const DeclStmt *DS = P->getStmtAs<DeclStmt>(); local
429 if (!DS)
432 if (DS->getSingleDecl() != VR->getDecl())
554 const DeclStmt *DS = dyn_cast<DeclStmt>(S); local
557 if (DS) {
602 else if (DS) {
605 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp23 #define DS(x) SkDoubleToScalar(x) macro
26 DS( 1.0 / 18.0), DS(-9.0 / 18.0), DS( 15.0 / 18.0), DS( -7.0 / 18.0),
27 DS(16.0 / 18.0), DS( 0.0 / 18.0), DS(-36.0 / 18.0), DS( 21.0 / 18.0),
28 DS( 1.
[all...]
/external/smack/src/org/xbill/DNS/
H A DType.java139 public static final int DS = 43; field in class:Type
268 types.add(DS, "DS", new DSRecord());
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h198 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 DParser.cpp588 ParsingDeclSpec *DS) {
762 return ParseDeclarationOrFunctionDefinition(attrs, DS);
828 ParsingDeclSpec &DS,
831 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC_top_level);
835 if (DS.hasTagDefinition() &&
836 DiagnoseMissingSemiAfterTagDefinition(DS, AS, DSC_top_level))
844 Decl *TheDecl = Actions.ParsedFreeStandingDeclSpec(getCurScope(), AS, DS);
845 DS.complete(TheDecl);
849 DS.takeAttributesFrom(attrs);
863 DS
587 ParseExternalDeclaration(ParsedAttributesWithRange &attrs, ParsingDeclSpec *DS) argument
827 ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs, ParsingDeclSpec &DS, AccessSpecifier AS) argument
892 ParseDeclarationOrFunctionDefinition(ParsedAttributesWithRange &attrs, ParsingDeclSpec *DS, AccessSpecifier AS) argument
[all...]
H A DParseDeclCXX.cpp283 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) { argument
292 getCurScope(), DS.getSourceRange().getBegin(), Lang.get(),
300 // Reset the source range in DS, as the leading "extern"
302 DS.SetRangeStart(SourceLocation());
303 DS.SetRangeEnd(SourceLocation());
305 DS.setExternInLinkageSpec(true);
306 ParseExternalDeclaration(attrs, &DS);
312 DS.abort();
736 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { argument
749 DS
838 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
857 ParseUnderlyingTypeSpecifier(DeclSpec &DS) argument
1165 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
2431 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); local
[all...]
H A DParseExprCXX.cpp236 DeclSpec DS(AttrFactory);
238 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
242 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
246 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
1005 DeclSpec DS(AttrFactory);
1006 Declarator D(DS, Declarator::LambdaExprContext);
1084 DS.getTypeQualifiers(),
1229 DeclSpec DS(AttrFactory);
1230 ParseSpecifierQualifierList(DS);
1233 Declarator DeclaratorInfo(DS, Declarato
1525 ParseCXXTypeConstructExpression(const DeclSpec &DS) argument
1718 ParseCXXSimpleTypeSpecifier(DeclSpec &DS) argument
1834 ParseCXXTypeSpecifierSeq(DeclSpec &DS) argument
[all...]
/external/qemu-pc-bios/bochs/
H A Dbochs.h64 #undef DS macro
/external/clang/include/clang/Basic/
H A DDiagnostic.h364 const DiagState &DS = *GetCurDiagState(); local
365 return diag_mapping_range(DS.begin(), DS.end());

Completed in 757 milliseconds

12