Searched refs:SS (Results 76 - 100 of 162) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp369 raw_string_ostream SS(Output);
373 SS << " OCLT_" + T->getValueAsString("Name") << ",\n";
381 SS.flush();
733 raw_string_ostream SS(RetStmt);
734 SS << "return std::make_pair(" << CumulativeIndex << ", " << Ovl.size()
736 SS.flush();
/freebsd-current/crypto/openssl/crypto/seed/
H A Dseed.c53 # ifdef SS /* can get defined on Solaris by inclusion of
55 # undef SS macro
61 SS[0][(unsigned char) (v) & 0xff] ^ \
62 SS[1][(unsigned char) ((v)>>8) & 0xff] ^ \
63 SS[2][(unsigned char)((v)>>16) & 0xff] ^ \
64 SS[3][(unsigned char)((v)>>24) & 0xff]
66 static const seed_word SS[4][256] = { variable
/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S60 .set TSS_SS0,0x8 # PL 0 SS
213 pushl %ecx # Set SS
258 mov %cx,%ss # Reload SS
270 mov %ax,%ss # Reload SS
333 push $0xc # Int 0xc: #SS
359 pushl %ss # Set SS
361 except.1: pushl 0x50(%esp,1) # Set SS
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp58 ParsedType Sema::getInheritingConstructorName(CXXScopeSpec &SS, argument
61 NestedNameSpecifier *NNS = SS.getScopeRep();
94 Scope *S, CXXScopeSpec &SS,
96 CXXRecordDecl *CurClass = getCurrentClass(S, &SS);
103 if (CurClass->isDependentContext() && !EnteringContext && SS.getScopeRep()) {
105 SS.getScopeRep(), &II);
109 if (SS.isNotEmpty() && RequireCompleteDeclContext(SS, CurClass))
130 Diag(SS.getLastQualifierNameLoc(),
131 diag::err_incomplete_nested_name_spec) << CurClass << SS
92 getConstructorName(IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
143 getDestructorName(IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, ParsedType ObjectTypePtr, bool EnteringContext) argument
495 checkLiteralOperatorId(const CXXScopeSpec &SS, const UnqualifiedId &Name, bool IsUDSuffix) argument
[all...]
H A DSemaTemplateVariadic.cpp441 bool Sema::DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS, argument
446 if (!SS.getScopeRep() ||
447 !SS.getScopeRep()->containsUnexpandedParameterPack())
452 .TraverseNestedNameSpecifier(SS.getScopeRep());
454 return DiagnoseUnexpandedParameterPacks(SS.getRange().getBegin(),
H A DMultiplexExternalSemaSource.cpp322 int LookupKind, Scope *S, CXXScopeSpec *SS,
328 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
320 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaExpr.cpp1071 CXXScopeSpec SS; local
1076 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc, Name,
2201 const CXXScopeSpec *SS) {
2203 return BuildDeclRefExpr(D, Ty, VK, NameInfo, SS);
2209 const CXXScopeSpec *SS, NamedDecl *FoundD,
2213 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc();
2367 const TypoCorrection &TC, Sema &SemaRef, const CXXScopeSpec &SS,
2371 SS.isEmpty() ? nullptr : SemaRef.computeDeclContext(SS, fals
2199 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, SourceLocation Loc, const CXXScopeSpec *SS) argument
2207 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, const CXXScopeSpec *SS, NamedDecl *FoundD, SourceLocation TemplateKWLoc, const TemplateArgumentListInfo *TemplateArgs) argument
2366 emitEmptyLookupTypoDiagnostic( const TypoCorrection &TC, Sema &SemaRef, const CXXScopeSpec &SS, DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, unsigned DiagnosticID, unsigned DiagnosticSuggestID) argument
2469 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, CorrectionCandidateCallback &CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, ArrayRef<Expr *> Args, DeclContext *LookupCtx, TypoExpr **Out) argument
2675 CXXScopeSpec SS; local
2685 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
2937 BuildQualifiedDeclarationNameExpr( CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, bool IsAddressOfOperand, const Scope *S, TypeSourceInfo **RecoveryTSI) argument
3335 UseArgumentDependentLookup(const CXXScopeSpec &SS, const LookupResult &R, bool HasTrailingLParen) argument
3423 BuildDeclarationNameExpr(const CXXScopeSpec &SS, LookupResult &R, bool NeedsADL, bool AcceptInvalidDecl) argument
3463 BuildDeclarationNameExpr( const CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, NamedDecl *D, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, bool AcceptInvalidDecl) argument
21812 CXXScopeSpec SS; local
[all...]
H A DSemaPseudoObject.cpp1479 CXXScopeSpec SS; local
1480 SS.Adopt(RefExpr->getQualifierLoc());
1483 RefExpr->isArrow() ? tok::arrow : tok::period, SS,
1508 CXXScopeSpec SS; local
1509 SS.Adopt(RefExpr->getQualifierLoc());
1512 RefExpr->isArrow() ? tok::arrow : tok::period, SS,
H A DSemaCoroutine.cpp286 CXXScopeSpec SS; local
288 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false);
307 CXXScopeSpec SS; local
309 Base, Base->getType(), Loc, /*IsPtr=*/false, SS,
1347 CXXScopeSpec SS;
1349 S.BuildDeclarationNameExpr(SS, Found, /*NeedsADL=*/false);
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h891 CXXScopeSpec &SS, bool IsNewScope,
926 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
1912 ExprResult tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand,
1920 CXXScopeSpec &SS);
1922 bool ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS,
1976 CXXScopeSpec &SS,
2175 CXXScopeSpec SS; member in struct:clang::IfExistsCondition
2440 bool ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,
3086 CXXScopeSpec &SS; member in class:clang::DeclaratorScopeObj
3091 : P(p), SS(s
3220 CXXScopeSpec SS; member in struct:clang::UsingDeclarator
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp279 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
280 CVSymbol CVS = SS.readRecord(Offset);
466 for (const auto &SS : ExpectedModS->getSubsectionsArray()) {
467 if (SS.kind() != DebugSubsectionKind::Lines)
471 BinaryStreamReader Reader(SS.getRecordData());
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp418 for (const auto &SS : Stream.subsections()) {
420 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength());
421 P.formatMsfStreamData(formatChunkKind(SS.kind()), File, Layout,
H A DDumpOutputStyle.cpp285 for (const auto &SS : SG.getDebugSubsections()) {
288 if (SS.kind() != DebugSubsectionKind::Symbols)
291 BinaryStreamReader Reader(SS.getRecordData());
560 StatCollection SS = getSymbolStats(SG, SymStats);
582 printModuleDetailStats<SymbolKind>(P, "Symbols", SS);
731 for (const auto &SS : Sec.getDebugSubsections()) {
732 if (SS.kind() != DebugSubsectionKind::Symbols)
736 BinaryStreamReader Reader(SS.getRecordData());
1489 auto SS = ModS.getSymbolsSubstream();
1502 SS
[all...]
/freebsd-current/contrib/lua/src/
H A Dluac.c665 #define SS(x) ((x==1)?"":"s") macro
666 #define S(x) (int)(x),SS(x)
682 (int)(f->numparams),f->is_vararg?"+":"",SS(f->numparams),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp120 int SS = StackSlotForVirtReg[VirtReg]; local
122 if (SS != -1)
123 return SS;
H A DX86InstrFMA3Info.cpp67 FMA3GROUP_SCALAR_WIDTHS_ALL(Name, SS, Attrs)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp184 CASE_AVX_INS_COMMON(Inst##SS, , r) \
186 CASE_AVX_INS_COMMON(Inst##SS, , r_Int) \
188 CASE_AVX_INS_COMMON(Inst##SS, Z, r) \
190 CASE_AVX512_INS_COMMON(Inst##SS, Z, r_Int)
194 CASE_AVX_INS_COMMON(Inst##SS, , m) \
196 CASE_AVX_INS_COMMON(Inst##SS, , m_Int) \
198 CASE_AVX_INS_COMMON(Inst##SS, Z, m) \
200 CASE_AVX512_INS_COMMON(Inst##SS, Z, m_Int)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2158 /// \p SS.
2159 void prettyPrintMatrixType(Value *V, raw_string_ostream &SS) { argument
2162 SS << "unknown";
2164 SS << M->second.getNumRows();
2165 SS << "x";
2166 SS << M->second.getNumColumns();
2187 raw_string_ostream SS(Tmp);
2191 prettyPrintMatrixType(II->getOperand(0), SS);
2192 SS << ".";
2193 prettyPrintMatrixType(II->getOperand(1), SS);
[all...]
/freebsd-current/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h119 XEN_CPUFEATURE(SS, 0*32+27) /*A CPU self snoop */
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp222 CXXScopeSpec SS; local
224 ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr,
238 ParseUnqualifiedId(SS, /*ObjectType=*/nullptr,
245 Result = Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id,
H A DParseExpr.cpp1042 CXXScopeSpec SS; local
1044 Res = tryParseCXXIdExpression(SS, isAddressOfOperand, Replacement);
1641 CXXScopeSpec SS; local
1642 ParseOptionalCXXScopeSpecifier(SS, /*ObjectType=*/nullptr,
1645 AnnotateTemplateIdTokenAsType(SS, ImplicitTypenameContext::Yes);
1663 CXXScopeSpec SS; local
1664 AnnotateTemplateIdTokenAsType(SS, ImplicitTypenameContext::Yes);
2188 CXXScopeSpec SS; local
2221 SS, ObjectType, LHS.get() && LHS.get()->containsErrors(),
2223 if (SS
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1709 static DeclaratorChunk getMemberPointer(const CXXScopeSpec &SS, argument
1715 I.Loc = SS.getBeginLoc();
1720 new (I.Mem.ScopeMem) CXXScopeSpec(SS);
1854 CXXScopeSpec SS; member in class:clang::Declarator
2001 const CXXScopeSpec &getCXXScopeSpec() const { return SS; }
2002 CXXScopeSpec &getCXXScopeSpec() { return SS; }
2050 SS.clear();
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp68 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS,
106 RS, LocSection, SS, SOS, AOS, LS,
110 DA, RS, LocSection, SS, SOS,
193 StringRef SS, const DWARFSection &SOS,
197 RangeSection(RS), LineSection(LS), StringSection(SS),
65 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) argument
190 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3420 std::stringstream SS;
3421 SS << "MRT:\n";
3422 SS << std::setw(4) << "Slot";
3424 SS << std::setw(3) << I;
3425 SS << std::setw(7) << "#Mops"
3428 SS << std::setw(4) << Slot;
3430 SS << std::setw(3) << MRT[Slot][I];
3431 SS << std::setw(7) << NumScheduledMops[Slot] << "\n";
3433 dbgs() << SS.str();
3685 std::stringstream SS;
[all...]
H A DRegAllocFast.cpp441 int SS = StackSlotForVirtReg[VirtReg]; local
443 if (SS != -1)
444 return SS;
1622 int SS = StackSlotForVirtReg[Reg]; local
1623 if (SS != -1) {
1625 updateDbgValueForSpill(MI, SS, Reg);

Completed in 531 milliseconds

1234567