Home
last modified time | relevance | path

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

12345678

/external/llvm-project/clang-tools-extra/clangd/unittests/
DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
63 DraftStore DS; in allAtOnce() local
189 DraftStore DS; in TEST() local
212 DraftStore DS; in TEST() local
232 DraftStore DS; in TEST() local
253 DraftStore DS; in TEST() local
274 DraftStore DS; in TEST() local
294 DraftStore DS; in TEST() local
316 DraftStore DS; in TEST() local
353 DraftStore DS; in TEST() local
/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/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp110 const auto *DS = cast<DeclStmt>(ParentItem.getStmt()); in createBoundTemporaryFromLayers() local
173 const auto *DS = cast<DeclStmt>(TopItem.getStmt()); in createFromLayers() local
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp53 DeclSpec DS(AttrFactory); in ParseTypeName() local
1614 DeclSpec &DS, in stripTypeAttributesOffDeclSpec()
1722 ParsingDeclSpec DS(*this); in ParseSimpleDeclaration() local
1907 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
2421 void Parser::ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS, in ParseSpecifierQualifierList()
2501 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt()
2843 Parser::DiagnoseMissingSemiAfterTagDefinition(DeclSpec &DS, AccessSpecifier AS, in DiagnoseMissingSemiAfterTagDefinition()
2984 void Parser::ParseDeclarationSpecifiers(DeclSpec &DS, in ParseDeclarationSpecifiers()
4106 ParsingDeclSpec &DS, in ParseStructDeclaration()
4261 ParsingDeclSpec DS(*this); in ParseStructUnionBody() local
[all …]
DParseExprCXX.cpp214 DeclSpec DS(AttrFactory); in ParseOptionalCXXScopeSpecifier() local
1202 DeclSpec &DS) { in addConstexprToLambdaDeclSpecifier()
1218 DeclSpec &DS) { in addConstevalToLambdaDeclSpecifier()
1246 DeclSpec DS(AttrFactory); in ParseLambdaExpressionAfterIntroducer() local
1566 DeclSpec DS(AttrFactory); in ParseCXXCasts() local
1779 DeclSpec DS(AttrFactory); in ParseCXXPseudoDestructor() local
1895 Parser::ParseCXXTypeConstructExpression(const DeclSpec &DS) { in ParseCXXTypeConstructExpression()
2065 DeclSpec DS(AttrFactory); in ParseCXXCondition() local
2156 void Parser::ParseCXXSimpleTypeSpecifier(DeclSpec &DS) { in ParseCXXSimpleTypeSpecifier()
2293 bool Parser::ParseCXXTypeSpecifierSeq(DeclSpec &DS) { in ParseCXXTypeSpecifierSeq()
[all …]
DParseObjc.cpp770 ParsingDeclSpec DS(*this); in ParseObjCInterfaceDeclList() local
801 ObjCDeclSpec &DS, in diagnoseRedundantPropertyNullability()
843 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) { in ParseObjCPropertyAttribute()
1142 void Parser::ParseObjCTypeQualifierList(ObjCDeclSpec &DS, in ParseObjCTypeQualifierList()
1237 ParsedType Parser::ParseObjCTypeName(ObjCDeclSpec &DS, in ParseObjCTypeName()
1484 DeclSpec DS(AttrFactory); in ParseObjCMethodDecl() local
1687 DeclSpec DS(AttrFactory); in parseObjCTypeArgsOrProtocolQualifiers() local
1985 ParsingDeclSpec DS(*this); in ParseObjCClassInstanceVariables() local
2536 DeclSpec DS(AttrFactory); in ParseObjCTryStmt() local
2922 DeclSpec DS(AttrFactory); in ParseObjCXXMessageReceiver() local
DParseDeclCXX.cpp335 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, DeclaratorContext Context) { in ParseLinkage()
938 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { in ParseDecltypeSpecifier()
1044 void Parser::AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, in AnnotateExistingDecltypeSpecifier()
1071 void Parser::ParseUnderlyingTypeSpecifier(DeclSpec &DS) { in ParseUnderlyingTypeSpecifier()
1146 DeclSpec DS(AttrFactory); in ParseBaseTypeSpecifier() local
1232 DeclSpec DS(AttrFactory); in ParseBaseTypeSpecifier() local
1398 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier()
2395 DeclSpec DS(AttrFactory); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2628 ParsingDeclSpec DS(*this, TemplateDiags); in ParseCXXClassMemberDeclaration() local
3554 DeclSpec DS(AttrFactory); in ParseMemInitializer() local
/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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp107 StringRef DWARFUnitIndex::getColumnHeader(DWARFSectionKind DS) { in getColumnHeader()
108 #define CASE(DS) \ in getColumnHeader() argument
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h87 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem()
304 const DeclStmt *DS; variable
307 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext()
329 explicit SimpleVariableConstructionContext(const DeclStmt *DS) in SimpleVariableConstructionContext()
355 const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyVariableConstructionContext()
/external/rust/crates/libc/src/fuchsia/
Dx86_64.rs144 pub const DS: ::c_int = 23; constant
/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp78 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() local
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStreamBuilder.cpp47 auto DS = std::move(*DbiS); in build() local
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DAliasing.cpp27 if (const auto *DS = dyn_cast<DeclStmt>(S)) { in isPtrOrReferenceForVar() local
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp121 auto &DS = DbiS.get(); in dumpDbiStream() local
/external/llvm-project/llvm/docs/AMDGPU/
DAMDGPUAsmGFX7.rst34 DS section in Instructions
DAMDGPUAsmGFX8.rst34 DS section in Instructions
DAMDGPUAsmGFX9.rst34 DS section in Instructions
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() local

12345678