Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/clang/lib/Parse/
H A 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 …]
H A 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 …]
H A 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
H A 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
H A 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
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp90 void RSASTReplace::VisitDeclStmt(clang::DeclStmt* DS) { in VisitDeclStmt()
102 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt()
110 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp81 ProfileSummaryBuilder::getEntryForPercentile(const SummaryEntryVector &DS, in getEntryForPercentile()
166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold()
176 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/
DConstructionContext.h90 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem()
317 const DeclStmt *DS; variable
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext()
348 explicit SimpleVariableConstructionContext(const DeclStmt *DS) in SimpleVariableConstructionContext()
374 const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyVariableConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/
DConstructionContext.h90 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem()
317 const DeclStmt *DS; variable
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext()
348 explicit SimpleVariableConstructionContext(const DeclStmt *DS) in SimpleVariableConstructionContext()
374 const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyVariableConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/
DConstructionContext.h90 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem()
317 const DeclStmt *DS; variable
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext()
348 explicit SimpleVariableConstructionContext(const DeclStmt *DS) in SimpleVariableConstructionContext()
374 const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyVariableConstructionContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/
DConstructionContext.h90 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem()
317 const DeclStmt *DS; variable
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) in VariableConstructionContext()
348 explicit SimpleVariableConstructionContext(const DeclStmt *DS) in SimpleVariableConstructionContext()
374 const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) in CXX17ElidedCopyVariableConstructionContext()
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A 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
/aosp_15_r20/external/llvm/unittests/Support/
H A DStreamingMemoryObjectTest.cpp43 auto DS = make_unique<NullDataStreamer>(); in TEST() local
49 auto DS = make_unique<NullDataStreamer>(); in TEST() local
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/
H A DBlockSortTest.java163 private static class DS { class in BlockSortTest
166 DS(final BZip2CompressorOutputStream.Data data, final BlockSort s) { in DS() method in BlockSortTest.DS
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm64_armv8-a_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm64_armv8-a_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dreg.h49 # define DS 23 macro
65 # define DS 7 macro
/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/bionic/libc/libc/android_vendor.34_x86_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/sys/
H A Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv7-a-neon_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_x86_64_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/sys/
Dreg.h43 #define DS 7 macro
79 #define DS 23 macro
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/sys/
H A Dreg.h43 #define DS 7 macro
79 #define DS 23 macro

12345678910>>...13