Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp89 DictScope DS(W, "FileHeader"); in printFileHeaders() local
136 DictScope DS(W, "AuxiliaryHeader"); in printAuxiliaryHeader() local
153 DictScope DS(W, "Loader Section"); in printLoaderSection() local
179 DictScope DS(W, "Loader Section Header"); in printLoaderSectionHeader() local
251 DictScope DS(W, "Symbol"); in printLoaderSectionSymbolsHelper() local
265 DictScope DS(W, "Loader Section Symbols"); in printLoaderSectionSymbols() local
312 DictScope DS(W, "Relocation"); in printLoaderSectionRelocationEntry() local
394 DictScope DS(W, "Loader Section Relocations"); in printLoaderSectionRelocationEntries() local
435 DictScope DS(W, "Exception section"); in printExceptionSectionEntries() local
912 DictScope DS(W, "StringTable"); in printStringTable() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp216 DeclSpec DS(AttrFactory); in ParseOptionalCXXScopeSpecifier() local
1205 DeclSpec &DS) { in addStaticToLambdaDeclSpecifier()
1222 DeclSpec &DS) { in addConstexprToLambdaDeclSpecifier()
1238 DeclSpec &DS) { in addConstevalToLambdaDeclSpecifier()
1284 DeclSpec DS(AttrFactory); in ParseLambdaExpressionAfterIntroducer() local
1575 DeclSpec DS(AttrFactory); in ParseCXXCasts() local
1790 DeclSpec DS(AttrFactory); in ParseCXXPseudoDestructor() local
1906 Parser::ParseCXXTypeConstructExpression(const DeclSpec &DS) { in ParseCXXTypeConstructExpression()
2137 DeclSpec DS(AttrFactory); in ParseCXXCondition() local
2227 void Parser::ParseCXXSimpleTypeSpecifier(DeclSpec &DS) { in ParseCXXSimpleTypeSpecifier()
[all …]
H A DParseDecl.cpp52 DeclSpec DS(AttrFactory); in ParseTypeName() local
1734 DeclSpec &DS, in stripTypeAttributesOffDeclSpec()
1861 ParsingDeclSpec DS(*this); in ParseSimpleDeclaration() local
2046 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup()
2581 DeclSpec &DS, ImplicitTypenameContext AllowImplicitTypename, in ParseSpecifierQualifierList()
2664 bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, in ParseImplicitInt()
3035 Parser::DiagnoseMissingSemiAfterTagDefinition(DeclSpec &DS, AccessSpecifier AS, in DiagnoseMissingSemiAfterTagDefinition()
3177 DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, in ParseDeclarationSpecifiers()
4424 ParsingDeclSpec &DS, in ParseStructDeclaration()
4583 ParsingDeclSpec DS(*this); in ParseStructUnionBody() local
[all …]
H A DParseObjc.cpp806 ParsingDeclSpec DS(*this); in ParseObjCInterfaceDeclList() local
838 ObjCDeclSpec &DS, in diagnoseRedundantPropertyNullability()
880 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) { in ParseObjCPropertyAttribute()
1181 void Parser::ParseObjCTypeQualifierList(ObjCDeclSpec &DS, in ParseObjCTypeQualifierList()
1281 ParsedType Parser::ParseObjCTypeName(ObjCDeclSpec &DS, in ParseObjCTypeName()
1525 DeclSpec DS(AttrFactory); in ParseObjCMethodDecl() local
1728 DeclSpec DS(AttrFactory); in parseObjCTypeArgsOrProtocolQualifiers() local
2028 ParsingDeclSpec DS(*this); in ParseObjCClassInstanceVariables() local
2593 DeclSpec DS(AttrFactory); in ParseObjCTryStmt() local
2980 DeclSpec DS(AttrFactory); in ParseObjCXXMessageReceiver() local
H A DParseDeclCXX.cpp350 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, DeclaratorContext Context) { in ParseLinkage()
1049 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { in ParseDecltypeSpecifier()
1157 void Parser::AnnotateExistingDecltypeSpecifier(const DeclSpec &DS, in AnnotateExistingDecltypeSpecifier()
1194 bool Parser::MaybeParseTypeTransformTypeSpecifier(DeclSpec &DS) { in MaybeParseTypeTransformTypeSpecifier()
1271 DeclSpec DS(AttrFactory); in ParseBaseTypeSpecifier() local
1360 DeclSpec DS(AttrFactory); in ParseBaseTypeSpecifier() local
1528 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier()
2554 DeclSpec DS(AttrFactory); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() local
2787 ParsingDeclSpec DS(*this, TemplateDiags); in ParseCXXClassMemberDeclaration() local
3764 DeclSpec DS(AttrFactory); in ParseMemInitializer() local
H A DParseExpr.cpp1221 DeclSpec DS(AttrFactory); in ParseCastExpression() local
1500 DeclSpec DS(AttrFactory); in ParseCastExpression() local
1578 DeclSpec DS(AttrFactory); in ParseCastExpression() local
2326 DeclSpec DS(AttrFactory); in ParseExprAfterUnaryExprOrTypeTrait() local
3002 DeclSpec DS(AttrFactory); in ParseParenExpression() local
3531 DeclSpec DS(AttrFactory); in ParseBlockId() local
3574 DeclSpec DS(AttrFactory); in ParseBlockLiteralExpression() local
/openbsd-src/gnu/llvm/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); in Visit() local
396 void TransferFunctions::VisitDeclStmt(DeclStmt *DS) { in VisitDeclStmt()
422 if (DeclStmt *DS = dyn_cast<DeclStmt>(element)) { in VisitObjCForCollectionStmt() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/sys/dev/videomode/
H A Dvideomode.c20 #define DS global() macro
[all...]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp72 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() argument
329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt()
H A DUndefinedAssignmentChecker.cpp87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() local
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX940.rst34 DS section in Instructions
H A DAMDGPUAsmGFX90a.rst34 DS section in Instructions
H A DAMDGPUAsmGFX7.rst34 DS section in Instructions
H A DAMDGPUAsmGFX8.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
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp82 DylibSet DS; in shutdown() local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/
H A Darit.c135 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)) in do_31div() macro
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Darit.c137 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)) in do_31div() macro
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp87 const DeclStmt *DS = cast<DeclStmt>(S); in BuildScopeInformation() local

12345