Home
last modified time | relevance | path

Searched defs:DS (Results 1 – 25 of 95) sorted by relevance

1234

/external/llvm/unittests/Support/
DStreamingMemoryObjectTest.cpp43 auto DS = make_unique<NullDataStreamer>(); in TEST() local
49 auto DS = make_unique<NullDataStreamer>(); in TEST() local
/external/clang/lib/Parse/
DParseDecl.cpp54 DeclSpec DS(AttrFactory); in ParseTypeName() local
1425 DeclSpec &DS, in handleDeclspecAlignBeforeClassKey()
1547 ParsingDeclSpec DS(*this); in ParseSimpleDeclaration() local
1729 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
2168 void Parser::ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS, in ParseSpecifierQualifierList()
2247 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt()
2547 Parser::DiagnoseMissingSemiAfterTagDefinition(DeclSpec &DS, AccessSpecifier AS, in DiagnoseMissingSemiAfterTagDefinition()
2673 void Parser::ParseDeclarationSpecifiers(DeclSpec &DS, in ParseDeclarationSpecifiers()
3586 ParsingDeclSpec &DS, in ParseStructDeclaration()
3726 ParsingDeclSpec DS(*this); in ParseStructUnionBody() local
[all …]
DParseExprCXX.cpp258 DeclSpec DS(AttrFactory); in ParseOptionalCXXScopeSpecifier() local
1095 DeclSpec &DS) { in addConstexprToLambdaDeclSpecifier()
1124 DeclSpec DS(AttrFactory); in ParseLambdaExpressionAfterIntroducer() local
1362 DeclSpec DS(AttrFactory); in ParseCXXCasts() local
1561 DeclSpec DS(AttrFactory); in ParseCXXPseudoDestructor() local
1670 Parser::ParseCXXTypeConstructExpression(const DeclSpec &DS) { in ParseCXXTypeConstructExpression()
1784 DeclSpec DS(AttrFactory); in ParseCXXCondition() local
1875 void Parser::ParseCXXSimpleTypeSpecifier(DeclSpec &DS) { in ParseCXXSimpleTypeSpecifier()
1987 bool Parser::ParseCXXTypeSpecifierSeq(DeclSpec &DS) { in ParseCXXTypeSpecifierSeq()
2411 DeclSpec DS(AttrFactory); in ParseUnqualifiedIdOperator() local
[all …]
DParseExpr.cpp931 DeclSpec DS(AttrFactory); in ParseCastExpression() local
1136 DeclSpec DS(AttrFactory); in ParseCastExpression() local
1202 DeclSpec DS(AttrFactory); in ParseCastExpression() local
1753 DeclSpec DS(AttrFactory); in ParseExprAfterUnaryExprOrTypeTrait() local
2308 DeclSpec DS(AttrFactory); in ParseParenExpression() local
2740 DeclSpec DS(AttrFactory); in ParseBlockId() local
2781 DeclSpec DS(AttrFactory); in ParseBlockLiteralExpression() local
DParseDeclCXX.cpp299 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) { in ParseLinkage()
763 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { in ParseDecltypeSpecifier()
868 void Parser::AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, in AnnotateExistingDecltypeSpecifier()
887 void Parser::ParseUnderlyingTypeSpecifier(DeclSpec &DS) { in ParseUnderlyingTypeSpecifier()
959 DeclSpec DS(AttrFactory); in ParseBaseTypeSpecifier() local
1053 DeclSpec DS(AttrFactory); in ParseBaseTypeSpecifier() local
1214 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier()
2165 DeclSpec DS(AttrFactory); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2392 ParsingDeclSpec DS(*this, TemplateDiags); in ParseCXXClassMemberDeclaration() local
3281 DeclSpec DS(AttrFactory); in ParseMemInitializer() local
DParseObjc.cpp785 ParsingDeclSpec DS(*this); in ParseObjCInterfaceDeclList() local
816 ObjCDeclSpec &DS, in diagnoseRedundantPropertyNullability()
857 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) { in ParseObjCPropertyAttribute()
1150 void Parser::ParseObjCTypeQualifierList(ObjCDeclSpec &DS, in ParseObjCTypeQualifierList()
1252 ParsedType Parser::ParseObjCTypeName(ObjCDeclSpec &DS, in ParseObjCTypeName()
1505 DeclSpec DS(AttrFactory); in ParseObjCMethodDecl() local
1711 DeclSpec DS(AttrFactory); in parseObjCTypeArgsOrProtocolQualifiers() local
1994 ParsingDeclSpec DS(*this); in ParseObjCClassInstanceVariables() local
2566 DeclSpec DS(AttrFactory); in ParseObjCTryStmt() local
2930 DeclSpec DS(AttrFactory); in ParseObjCXXMessageReceiver() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPrintModulePass.cpp33 PrintModulePass(const std::string &B, raw_ostream *o, bool DS) in PrintModulePass()
58 PrintFunctionPass(const std::string &B, raw_ostream *o, bool DS) in PrintFunctionPass()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/
DBlockSortTest.java163 private static class DS { class in BlockSortTest
166 DS(final BZip2CompressorOutputStream.Data data, final BlockSort s) { in DS() method in BlockSortTest.DS
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp104 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) { in getColumnHeader()
105 #define CASE(DS) \ in getColumnHeader() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp108 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) { in getColumnHeader()
109 #define CASE(DS) \ in getColumnHeader() argument
/external/spirv-llvm/tools/llvm-spirv/
Dllvm-spirv.cpp122 auto DS = getDataFileStreamer(InputFile, &Err); in convertLLVMToSPIRV() local
242 auto DS = getDataFileStreamer(InputFile, &Err); in regularizeLLVM() local
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUAsmGFX7.rst16 DS chapter
DAMDGPUAsmGFX8.rst16 DS chapter
DAMDGPUAsmGFX9.rst16 DS chapter
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp78 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() local
DCheckerDocumentation.cpp71 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() argument
320 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStreamBuilder.cpp47 auto DS = std::move(*DbiS); in build() local
DPDBFile.cpp133 auto DS = MappedBlockStream::createDirectoryStream(*this); in parseStreamData() local
353 auto DS = MappedBlockStream::createDirectoryStream(*this); in commit() local
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp121 auto &DS = DbiS.get(); in dumpDbiStream() local
DLLVMOutputStyle.cpp434 auto DS = File.getPDBDbiStream(); in dumpDbiStream() local
590 auto DS = F.getPDBDbiStream(); in dumpDbiStream() local
622 Visitor(ScopedPrinter &P, DbiStream &DS) : P(P), DS(DS) {} in dumpSectionContribs()
651 DbiStream &DS; in dumpSectionContribs() member in LLVMOutputStyle::dumpSectionContribs::Visitor
/external/strace/linux/x86_64/
Darch_regs.h28 #define DS 23 macro
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp83 pdb::DbiStream &DS = DbiS.get(); in LLVMFuzzerTestOneInput() local
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp170 const DeclStmt *DS = cast<DeclStmt>(Head); in RunAnalysis() local
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp40 static uint64_t getMinCountForPercentile(SummaryEntryVector &DS, in getMinCountForPercentile()
/external/clang/lib/Sema/
DJumpDiagnostics.cpp417 DeclStmt *DS = cast<DeclStmt>(S); in BuildScopeInformation() local
558 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SubStmt)) in BuildScopeInformation() local
611 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) in VerifyJumps() local

1234