Home
last modified time | relevance | path

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

12345

/llvm-project/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()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp18 DraftStore DS; in TEST() local
/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp90 DictScope DS(W, "FileHeader"); in printFileHeaders() local
138 DictScope DS(W, "AuxiliaryHeader"); in printAuxiliaryHeader() local
155 DictScope DS(W, "Loader Section"); in printLoaderSection() local
181 DictScope DS(W, "Loader Section Header"); in printLoaderSectionHeader() local
253 DictScope DS(W, "Symbol"); in printLoaderSectionSymbolsHelper() local
268 DictScope DS(W, "Loader Section Symbols"); in printLoaderSectionSymbols() local
315 DictScope DS(W, "Relocation"); in printLoaderSectionRelocationEntry() local
399 DictScope DS(W, "Loader Section Relocations"); in printLoaderSectionRelocationEntries() local
440 DictScope DS(W, "Exception section"); in printExceptionSectionEntries() local
919 DictScope DS(W, "StringTable"); printStringTable() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp110 const auto *DS = cast<DeclStmt>(ParentItem.getStmt()); in createBoundTemporaryFromLayers() local
179 const auto *DS = cast<DeclStmt>(TopItem.getStmt()); in createFromLayers() local
H A DLiveVariables.cpp254 const DeclStmt *DS = cast<DeclStmt>(S); Visit() local
396 VisitDeclStmt(DeclStmt * DS) VisitDeclStmt() argument
422 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) { VisitObjCForCollectionStmt() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupport.cpp46 auto DS = GDBJITDebugInfoRegistrationPlugin::Create(ES, *ProcessSymsJD, TT); in enableDebuggerSupport() local
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp220 DeclSpec DS(AttrFactory); in ParseOptionalCXXScopeSpecifier() local
243 DeclSpec DS(AttrFactory); ParseOptionalCXXScopeSpecifier() local
1280 addStaticToLambdaDeclSpecifier(Parser & P,SourceLocation StaticLoc,DeclSpec & DS) addStaticToLambdaDeclSpecifier() argument
1297 addConstexprToLambdaDeclSpecifier(Parser & P,SourceLocation ConstexprLoc,DeclSpec & DS) addConstexprToLambdaDeclSpecifier() argument
1313 addConstevalToLambdaDeclSpecifier(Parser & P,SourceLocation ConstevalLoc,DeclSpec & DS) addConstevalToLambdaDeclSpecifier() argument
1356 DeclSpec DS(AttrFactory); ParseLambdaExpressionAfterIntroducer() local
1673 DeclSpec DS(AttrFactory); ParseCXXCasts() local
1888 DeclSpec DS(AttrFactory); ParseCXXPseudoDestructor() local
1904 DeclSpec DS(AttrFactory); ParseCXXPseudoDestructor() local
2013 ParseCXXTypeConstructExpression(const DeclSpec & DS) ParseCXXTypeConstructExpression() argument
2244 DeclSpec DS(AttrFactory); ParseCXXCondition() local
2334 ParseCXXSimpleTypeSpecifier(DeclSpec & DS) ParseCXXSimpleTypeSpecifier() argument
2491 ParseCXXTypeSpecifierSeq(DeclSpec & DS,DeclaratorContext Context) ParseCXXTypeSpecifierSeq() argument
2908 DeclSpec DS(AttrFactory); ParseUnqualifiedIdOperator() local
3166 DeclSpec DS(AttrFactory); ParseUnqualifiedId() local
3294 DeclSpec DS(AttrFactory); ParseCXXNewExpression() local
4138 DeclSpec DS(AttrFactory); ParseCXXAmbiguousParenExpression() local
4214 DeclSpec DS(AttrFactory); ParseBuiltinBitCast() local
[all...]
H A DParseDecl.cpp58 DeclSpec DS(AttrFactory); ParseTypeName() local
1966 stripTypeAttributesOffDeclSpec(ParsedAttributes & Attrs,DeclSpec & DS,TagUseKind TUK) stripTypeAttributesOffDeclSpec() argument
2090 ParsingDeclSpec DS(*this); ParseSimpleDeclaration() local
2281 ParseDeclGroup(ParsingDeclSpec & DS,DeclaratorContext Context,ParsedAttributes & Attrs,ParsedTemplateInfo & TemplateInfo,SourceLocation * DeclEnd,ForRangeInit * FRI) ParseDeclGroup() argument
2908 ParseSpecifierQualifierList(DeclSpec & DS,ImplicitTypenameContext AllowImplicitTypename,AccessSpecifier AS,DeclSpecContext DSC) ParseSpecifierQualifierList() argument
2992 ParseImplicitInt(DeclSpec & DS,CXXScopeSpec * SS,ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,DeclSpecContext DSC,ParsedAttributes & Attrs) ParseImplicitInt() argument
3437 DiagnoseMissingSemiAfterTagDefinition(DeclSpec & DS,AccessSpecifier AS,DeclSpecContext DSContext,LateParsedAttrList * LateAttrs) DiagnoseMissingSemiAfterTagDefinition() argument
3568 ParseDeclarationSpecifiers(DeclSpec & DS,ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,DeclSpecContext DSContext,LateParsedAttrList * LateAttrs,ImplicitTypenameContext AllowImplicitTypename) ParseDeclarationSpecifiers() argument
4842 DiagnoseCountAttributedTypeInUnnamedAnon(ParsingDeclSpec & DS,Parser & P) DiagnoseCountAttributedTypeInUnnamedAnon() argument
4897 ParseStructDeclaration(ParsingDeclSpec & DS,llvm::function_ref<Decl * (ParsingFieldDeclarator &)> FieldsCallback,LateParsedAttrList * LateFieldAttrs) ParseStructDeclaration() argument
5142 ParsingDeclSpec DS(*this); ParseStructUnionBody() local
5227 ParseEnumSpecifier(SourceLocation StartLoc,DeclSpec & DS,const ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,DeclSpecContext DSC) ParseEnumSpecifier() argument
5383 DeclSpec DS(AttrFactory); ParseEnumSpecifier() local
6400 ParseTypeQualifierListOpt(DeclSpec & DS,unsigned AttrReqs,bool AtomicAllowed,bool IdentifierRequired,std::optional<llvm::function_ref<void ()>> CodeCompletionHandler) ParseTypeQualifierListOpt() argument
6673 DeclSpec DS(AttrFactory); ParseDeclaratorInternal() local
6695 DeclSpec DS(AttrFactory); ParseDeclaratorInternal() local
6717 DeclSpec DS(AttrFactory); ParseDeclaratorInternal() local
6745 DeclSpec DS(AttrFactory); ParseDeclaratorInternal() local
7422 InitCXXThisScopeForDeclaratorIfRelevant(const Declarator & D,const DeclSpec & DS,std::optional<Sema::CXXThisScopeRAII> & ThisScope) InitCXXThisScopeForDeclaratorIfRelevant() argument
7501 DeclSpec DS(AttrFactory); ParseFunctionDeclarator() local
7855 DeclSpec DS(AttrFactory); ParseParameterDeclarationClause() local
8139 DeclSpec DS(AttrFactory); ParseBracketDeclarator() local
8307 ParseTypeofSpecifier(DeclSpec & DS) ParseTypeofSpecifier() argument
8383 ParseAtomicSpecifier(DeclSpec & DS) ParseAtomicSpecifier() argument
8450 TryAltiVecTokenOutOfLine(DeclSpec & DS,SourceLocation Loc,const char * & PrevSpec,unsigned & DiagID,bool & isInvalid) TryAltiVecTokenOutOfLine() argument
[all...]
H A DParseObjc.cpp825 ParsingDeclSpec DS(*this); ParseObjCInterfaceDeclList() local
854 diagnoseRedundantPropertyNullability(Parser & P,ObjCDeclSpec & DS,NullabilityKind nullability,SourceLocation nullabilityLoc) diagnoseRedundantPropertyNullability() argument
896 ParseObjCPropertyAttribute(ObjCDeclSpec & DS) ParseObjCPropertyAttribute() argument
1199 ParseObjCTypeQualifierList(ObjCDeclSpec & DS,DeclaratorContext Context) ParseObjCTypeQualifierList() argument
1299 ParseObjCTypeName(ObjCDeclSpec & DS,DeclaratorContext context,ParsedAttributes * paramAttrs) ParseObjCTypeName() argument
1542 DeclSpec DS(AttrFactory); ParseObjCMethodDecl() local
1739 DeclSpec DS(AttrFactory); parseObjCTypeArgsOrProtocolQualifiers() local
2032 ParsingDeclSpec DS(*this); ParseObjCClassInstanceVariables() local
2606 DeclSpec DS(AttrFactory); ParseObjCTryStmt() local
2992 DeclSpec DS(AttrFactory); ParseObjCXXMessageReceiver() local
[all...]
H A DParseDeclCXX.cpp361 ParseLinkage(ParsingDeclSpec & DS,DeclaratorContext Context) ParseLinkage() argument
1120 ParseDecltypeSpecifier(DeclSpec & DS) ParseDecltypeSpecifier() argument
1228 AnnotateExistingDecltypeSpecifier(const DeclSpec & DS,SourceLocation StartLoc,SourceLocation EndLoc) AnnotateExistingDecltypeSpecifier() argument
1254 ParsePackIndexingType(DeclSpec & DS) ParsePackIndexingType() argument
1352 MaybeParseTypeTransformTypeSpecifier(DeclSpec & DS) MaybeParseTypeTransformTypeSpecifier() argument
1429 DeclSpec DS(AttrFactory); ParseBaseTypeSpecifier() local
1439 DeclSpec DS(AttrFactory); ParseBaseTypeSpecifier() local
1528 DeclSpec DS(AttrFactory); ParseBaseTypeSpecifier() local
1707 ParseClassSpecifier(tok::TokenKind TagTokKind,SourceLocation StartLoc,DeclSpec & DS,ParsedTemplateInfo & TemplateInfo,AccessSpecifier AS,bool EnteringContext,DeclSpecContext DSC,ParsedAttributes & Attributes) ParseClassSpecifier() argument
2763 DeclSpec DS(AttrFactory); MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2995 ParsingDeclSpec DS(*this, TemplateDiags); ParseCXXClassMemberDeclaration() local
4005 DeclSpec DS(AttrFactory); ParseMemInitializer() local
[all...]
H A DParseExpr.cpp1280 DeclSpec DS(AttrFactory); ParseCastExpression() local
1572 DeclSpec DS(AttrFactory); ParseCastExpression() local
1654 DeclSpec DS(AttrFactory); ParseCastExpression() local
2430 DeclSpec DS(AttrFactory); ParseExprAfterUnaryExprOrTypeTrait() local
3135 DeclSpec DS(AttrFactory); ParseParenExpression() local
3725 DeclSpec DS(AttrFactory); ParseBlockId() local
3768 DeclSpec DS(AttrFactory); ParseBlockLiteralExpression() local
[all...]
/llvm-project/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX940.rst34 DS section in Instructions
H A DAMDGPUAsmGFX90a.rst34 DS section in Instructions
H A DAMDGPUAsmGFX8.rst34 DS section in Instructions
H A DAMDGPUAsmGFX7.rst34 DS section in Instructions
H A DAMDGPUAsmGFX9.rst34 DS section in Instructions
H A DAMDGPUAsmGFX1030.rst252 DS section in Instructions
H A DAMDGPUAsmGFX10.rst248 DS section in Instructions
H A DAMDGPUAsmGFX11.rst36 DS section in Instructions
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp81 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() local
H A DCheckerDocumentation.cpp78 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() argument
339 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt()
/llvm-project/clang/include/clang/Analysis/
H A 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()
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp83 DylibSet DS; shutdown() local
/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp87 const DeclStmt *DS = cast<DeclStmt>(S); in BuildScopeInformation() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DAliasing.cpp37 if (const auto *DS = dyn_cast<DeclStmt>(S)) { in isPtrOrReferenceForVar() local

12345