Searched refs:DS (Results 1 - 25 of 145) sorted by relevance

123456

/openbsd-current/gnu/gcc/gcc/config/cris/
H A Darit.c137 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)) macro
141 case 32: DS; case 31: DS; case 30: DS; case 29: DS;
142 case 28: DS; case 27: DS; case 26: DS; case 25: DS;
143 case 24: DS; cas
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/cris/
H A Darit.c135 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)) macro
139 case 32: DS; case 31: DS; case 30: DS; case 29: DS;
140 case 28: DS; case 27: DS; case 26: DS; case 25: DS;
141 case 24: DS; cas
[all...]
/openbsd-current/sys/dev/videomode/
H A Dvideomode.c20 #define DS VID_DBLSCAN macro
73 M("320x175x85",320,175,15750,336,368,416,191,192,222,HP|VN|DS),
74 M("320x200x85",320,200,15750,336,368,416,200,202,222,HN|VP|DS),
75 M("360x200x85",360,200,17750,378,414,468,200,202,223,HN|VP|DS),
76 M("320x240x60",320,240,12600,328,376,400,245,246,262,HN|VN|DS),
77 M("320x240x72",320,240,15750,332,352,416,244,245,260,HN|VN|DS),
78 M("320x240x75",320,240,15750,328,360,420,240,242,250,HN|VN|DS),
79 M("320x240x85",320,240,18000,348,376,416,240,242,254,HN|VN|DS),
80 M("400x300x56",400,300,18000,412,448,512,300,301,312,HP|VP|DS),
81 M("400x300x60",400,300,20000,420,484,528,300,302,314,HP|VP|DS),
[all...]
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp52 DeclSpec DS(AttrFactory);
54 DS.addAttributes(*Attrs);
55 ParseSpecifierQualifierList(DS, AS, DSC);
57 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr;
60 Declarator DeclaratorInfo(DS, ParsedAttributesView::none(), Context);
1732 // This function moves attributes that should apply to the type off DS to Attrs.
1734 DeclSpec &DS,
1741 for (ParsedAttr &AL : DS.getAttributes()) {
1749 DS
1733 stripTypeAttributesOffDeclSpec(ParsedAttributes &Attrs, DeclSpec &DS, Sema::TagUseKind TUK) argument
2046 ParseDeclGroup(ParsingDeclSpec &DS, DeclaratorContext Context, ParsedAttributes &Attrs, SourceLocation *DeclEnd, ForRangeInit *FRI) argument
2580 ParseSpecifierQualifierList( DeclSpec &DS, ImplicitTypenameContext AllowImplicitTypename, AccessSpecifier AS, DeclSpecContext DSC) argument
2664 ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC, ParsedAttributes &Attrs) argument
3035 DiagnoseMissingSemiAfterTagDefinition(DeclSpec &DS, AccessSpecifier AS, DeclSpecContext DSContext, LateParsedAttrList *LateAttrs) argument
3176 ParseDeclarationSpecifiers( DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSContext, LateParsedAttrList *LateAttrs, ImplicitTypenameContext AllowImplicitTypename) argument
3314 Actions.CodeCompleteDeclSpec(getCurScope(), DS, local
4423 ParseStructDeclaration( ParsingDeclSpec &DS, llvm::function_ref<void(ParsingFieldDeclarator &)> FieldsCallback) argument
4665 ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC) argument
5798 ParseTypeQualifierListOpt( DeclSpec &DS, unsigned AttrReqs, bool AtomicAllowed, bool IdentifierRequired, std::optional<llvm::function_ref<void()>> CodeCompletionHandler) argument
6766 InitCXXThisScopeForDeclaratorIfRelevant( const Declarator &D, const DeclSpec &DS, std::optional<Sema::CXXThisScopeRAII> &ThisScope) argument
7611 ParseTypeofSpecifier(DeclSpec &DS) argument
7688 ParseAtomicSpecifier(DeclSpec &DS) argument
7755 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
H A DParseExprCXX.cpp216 DeclSpec DS(AttrFactory);
218 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
223 if (DS.getTypeSpecType() == DeclSpec::TST_decltype_auto ||
225 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
229 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
1205 DeclSpec &DS) {
1212 DS.SetStorageClassSpec(P.getActions(), DeclSpec::SCS_static, StaticLoc,
1222 DeclSpec &DS) {
1229 DS.SetConstexprSpec(ConstexprSpecKind::Constexpr, ConstexprLoc, PrevSpec,
1238 DeclSpec &DS) {
[all...]
H A DParseDeclCXX.cpp350 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, DeclaratorContext Context) { argument
359 getCurScope(), DS.getSourceRange().getBegin(), Lang.get(),
370 // Reset the source range in DS, as the leading "extern"
372 DS.SetRangeStart(SourceLocation());
373 DS.SetRangeEnd(SourceLocation());
375 DS.setExternInLinkageSpec(true);
376 ParseExternalDeclaration(DeclAttrs, DeclSpecAttrs, &DS);
382 DS.abort();
1049 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { argument
1062 DS
1157 AnnotateExistingDecltypeSpecifier(const DeclSpec &DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
1194 MaybeParseTypeTransformTypeSpecifier(DeclSpec &DS) argument
1527 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributes &Attributes) argument
[all...]
H A DParseObjc.cpp806 ParsingDeclSpec DS(*this);
807 ParseStructDeclaration(DS, ObjCPropertyCallback);
838 ObjCDeclSpec &DS,
841 if (DS.getNullability() == nullability) {
844 << SourceRange(DS.getNullabilityLoc());
850 << DiagNullabilityKind(DS.getNullability(), true)
851 << SourceRange(DS.getNullabilityLoc());
880 void Parser::ParseObjCPropertyAttribute(ObjCDeclSpec &DS) { argument
888 Actions.CodeCompleteObjCPropertyFlags(getCurScope(), DS); local
902 DS
837 diagnoseRedundantPropertyNullability(Parser &P, ObjCDeclSpec &DS, NullabilityKind nullability, SourceLocation nullabilityLoc) argument
1181 ParseObjCTypeQualifierList(ObjCDeclSpec &DS, DeclaratorContext Context) argument
1190 getCurScope(), DS, Context == DeclaratorContext::ObjCParameter); local
1281 ParseObjCTypeName(ObjCDeclSpec &DS, DeclaratorContext context, ParsedAttributes *paramAttrs) argument
[all...]
H A DParser.cpp793 ParsingDeclSpec *DS) {
1041 return ParseDeclarationOrFunctionDefinition(Attrs, DeclSpecAttrs, DS);
1107 ParsingDeclSpec &DS, AccessSpecifier AS) {
1111 assert(DS.getSourceRange().isInvalid() &&
1113 DS.SetRangeStart(DeclSpecAttrs.Range.getBegin());
1114 DS.SetRangeEnd(DeclSpecAttrs.Range.getEnd());
1115 DS.takeAttributesFrom(DeclSpecAttrs);
1117 MaybeParseMicrosoftAttributes(DS.getAttributes());
1119 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS,
1124 if (DS
791 ParseExternalDeclaration(ParsedAttributes &Attrs, ParsedAttributes &DeclSpecAttrs, ParsingDeclSpec *DS) argument
1105 ParseDeclOrFunctionDefInternal( ParsedAttributes &Attrs, ParsedAttributes &DeclSpecAttrs, ParsingDeclSpec &DS, AccessSpecifier AS) argument
1214 ParseDeclarationOrFunctionDefinition( ParsedAttributes &Attrs, ParsedAttributes &DeclSpecAttrs, ParsingDeclSpec *DS, AccessSpecifier AS) argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DProfileCommon.h69 getEntryForPercentile(const SummaryEntryVector &DS, uint64_t Percentile);
70 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
71 static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h19 #undef DS macro
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp81 ProfileSummaryBuilder::getEntryForPercentile(const SummaryEntryVector &DS, argument
83 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) {
88 if (It == DS.end())
166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { argument
168 ProfileSummaryBuilder::getEntryForPercentile(DS, ProfileSummaryCutoffHot);
176 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { argument
178 DS, ProfileSummaryCutoffCold);
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp72 void checkPreStmt(const ReturnStmt *DS, CheckerContext &C) const {} argument
82 void checkPostStmt(const DeclStmt *DS, CheckerContext &C) const;
329 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, argument
H A DUndefinedAssignmentChecker.cpp87 if (const DeclStmt *DS = dyn_cast<DeclStmt>(StoreE)) {
88 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
H A DVLASizeChecker.cpp62 void checkPreStmt(const DeclStmt *DS, CheckerContext &C) const;
252 void VLASizeChecker::checkPreStmt(const DeclStmt *DS, CheckerContext &C) const { argument
253 if (!DS->isSingleDecl())
261 const VarDecl *VD = dyn_cast<VarDecl>(DS->getSingleDecl());
265 else if (const auto *TND = dyn_cast<TypedefNameDecl>(DS->getSingleDecl()))
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h90 ConstructionContextItem(const DeclStmt *DS) argument
91 : Data(DS), Kind(VariableKind) {}
317 const DeclStmt *DS; member in class:clang::VariableConstructionContext
320 VariableConstructionContext(ConstructionContext::Kind K, const DeclStmt *DS) argument
321 : ConstructionContext(K), DS(DS) {
323 assert(DS);
327 const DeclStmt *getDeclStmt() const { return DS; }
330 const auto *Var = cast<VarDecl>(DS->getSingleDecl());
348 explicit SimpleVariableConstructionContext(const DeclStmt *DS) argument
373 CXX17ElidedCopyVariableConstructionContext( const DeclStmt *DS, const CXXBindTemporaryExpr *BTE) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp206 auto &DS = DbiS.get();
208 Obj.DbiStream->Age = DS.getAge();
209 Obj.DbiStream->BuildNumber = DS.getBuildNumber();
210 Obj.DbiStream->Flags = DS.getFlags();
211 Obj.DbiStream->MachineType = DS.getMachineType();
212 Obj.DbiStream->PdbDllRbld = DS.getPdbDllRbld();
213 Obj.DbiStream->PdbDllVersion = DS.getPdbDllVersion();
214 Obj.DbiStream->VerHeader = DS.getDbiVersion();
216 const auto &Modules = DS.modules();
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DConstructionContext.cpp110 const auto *DS = cast<DeclStmt>(ParentItem.getStmt()); local
111 assert(!cast<VarDecl>(DS->getSingleDecl())->getType().getCanonicalType()
113 return create<CXX17ElidedCopyVariableConstructionContext>(C, DS, BTE);
179 const auto *DS = cast<DeclStmt>(TopItem.getStmt()); local
180 return create<SimpleVariableConstructionContext>(C, DS);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp82 DylibSet DS; local
85 std::swap(DS, Dylibs);
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp773 static void diagnoseAndRemoveTypeQualifiers(Sema &S, const DeclSpec &DS, argument
781 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()),
782 QualLoc(DeclSpec::TQ_restrict, DS.getRestrictSpecLoc()),
783 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()),
784 QualLoc(DeclSpec::TQ_atomic, DS.getAtomicSpecLoc())}) {
821 const DeclSpec &DS = declarator.getDeclSpec(); local
822 unsigned TypeQuals = DS.getTypeQualifiers();
823 diagnoseAndRemoveTypeQualifiers(S, DS, TypeQuals, Result, (unsigned)-1,
1275 DeclSpec &DS = declarator.getMutableDeclSpec(); local
1278 DeclLoc = DS
1929 BuildQualifiedType(QualType T, SourceLocation Loc, Qualifiers Qs, const DeclSpec *DS) argument
1979 BuildQualifiedType(QualType T, SourceLocation Loc, unsigned CVRAU, const DeclSpec *DS) argument
6076 const DeclSpec &DS; member in class:__anon865::__anon868::TypeSpecLocFiller
6079 TypeSpecLocFiller(Sema &S, ASTContext &Context, TypeProcessingState &State, const DeclSpec &DS) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386v4-nat.c99 DS, ES, FS, GS
H A Damd64-linux-nat.c69 DS * 8, ES * 8, /* %ds, %es */
92 DS * 8, ES * 8, /* %ds, %es */
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DDFAEmitter.h102 void visitDfaState(const DfaState &DS);
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h57 bool visitDeclStmt(const DeclStmt *DS);
/openbsd-current/gnu/llvm/libunwind/src/
H A Dassembly.h221 .globl name[DS] SEPARATOR \
224 .csect name[DS], CSECT_ALIGN SEPARATOR \
247 .globl name[DS] SEPARATOR \
250 .csect name[DS], CSECT_ALIGN SEPARATOR \
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h204 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, argument
207 : Declarator(DS, DeclarationAttrs, C),
208 ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {}
233 ParsingFieldDeclarator(Parser &P, const ParsingDeclSpec &DS, argument
235 : FieldDeclarator(DS, DeclarationAttrs),
236 ParsingRAII(P, &DS.getDelayedDiagnosticPool()) {}

Completed in 586 milliseconds

123456