| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 89 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 D | ProfileSummaryBuilder.cpp | 81 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 D | ParseExprCXX.cpp | 216 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 D | ParseDecl.cpp | 52 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 D | ParseObjc.cpp | 806 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 D | ParseDeclCXX.cpp | 350 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 D | ParseExpr.cpp | 1221 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 D | ConstructionContext.cpp | 110 const auto *DS = cast<DeclStmt>(ParentItem.getStmt()); in createBoundTemporaryFromLayers() local 179 const auto *DS = cast<DeclStmt>(TopItem.getStmt()); in createFromLayers() local
|
| H A D | LiveVariables.cpp | 254 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 D | ConstructionContext.h | 90 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 D | videomode.c | 20 #define DS global() macro [all...] |
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckerDocumentation.cpp | 72 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} in checkPreStmt() argument 329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt()
|
| H A D | UndefinedAssignmentChecker.cpp | 87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) { in checkBind() local
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX940.rst | 34 DS section in Instructions
|
| H A D | AMDGPUAsmGFX90a.rst | 34 DS section in Instructions
|
| H A D | AMDGPUAsmGFX7.rst | 34 DS section in Instructions
|
| H A D | AMDGPUAsmGFX8.rst | 34 DS section in Instructions
|
| H A D | AMDGPUAsmGFX9.rst | 34 DS section in Instructions
|
| H A D | AMDGPUAsmGFX1030.rst | 252 DS section in Instructions
|
| H A D | AMDGPUAsmGFX10.rst | 248 DS section in Instructions
|
| H A D | AMDGPUAsmGFX11.rst | 36 DS section in Instructions
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorDylibManager.cpp | 82 DylibSet DS; in shutdown() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/ |
| H A D | arit.c | 135 #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 D | arit.c | 137 #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 D | VarBypassDetector.cpp | 87 const DeclStmt *DS = cast<DeclStmt>(S); in BuildScopeInformation() local
|