Searched refs:SS (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h378 // inline std::ostream& operator<<(std::ostream& SS, StringRef R) {
379 // return SS.write(R.data(), R.size());
395 static void print(const SExpr *E, StreamType &SS) { argument
397 printer.printSExpr(E, SS, Prec_MAX);
403 void newline(StreamType &SS) { argument
404 SS << "\n";
460 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { argument
462 SS << "BB_null";
465 SS << "BB_";
466 SS << B
474 printSExpr(const SExpr *E, StreamType &SS, unsigned P, bool Sub=true) argument
501 printNull(StreamType &SS) argument
505 printFuture(const Future *E, StreamType &SS) argument
509 printUndefined(const Undefined *E, StreamType &SS) argument
513 printWildcard(const Wildcard *E, StreamType &SS) argument
518 printLiteralT(const LiteralT<T> *E, StreamType &SS) argument
522 printLiteralT(const LiteralT<uint8_t> *E, StreamType &SS) argument
526 printLiteral(const Literal *E, StreamType &SS) argument
608 printLiteralPtr(const LiteralPtr *E, StreamType &SS) argument
612 printVariable(const Variable *V, StreamType &SS, bool IsVarDecl=false) argument
619 printFunction(const Function *E, StreamType &SS, unsigned sugared = 0) argument
637 self()->printFunction(cast<Function>(B), SS, 2); local
644 printSFunction(const SFunction *E, StreamType &SS) argument
651 printCode(const Code *E, StreamType &SS) argument
658 printField(const Field *E, StreamType &SS) argument
665 printApply(const Apply *E, StreamType &SS, bool sugared = false) argument
668 printApply(cast<Apply>(F), SS, true); local
679 printSApply(const SApply *E, StreamType &SS) argument
688 printProject(const Project *E, StreamType &SS) argument
716 printCall(const Call *E, StreamType &SS) argument
719 self()->printApply(cast<Apply>(T), SS, true); local
728 printAlloc(const Alloc *E, StreamType &SS) argument
733 printLoad(const Load *E, StreamType &SS) argument
739 printStore(const Store *E, StreamType &SS) argument
745 printArrayIndex(const ArrayIndex *E, StreamType &SS) argument
752 printArrayAdd(const ArrayAdd *E, StreamType &SS) argument
758 printUnaryOp(const UnaryOp *E, StreamType &SS) argument
763 printBinaryOp(const BinaryOp *E, StreamType &SS) argument
769 printCast(const Cast *E, StreamType &SS) argument
781 printSCFG(const SCFG *E, StreamType &SS) argument
791 printBBInstr(const SExpr *E, StreamType &SS) argument
807 printBasicBlock(const BasicBlock *E, StreamType &SS) argument
828 printPhi(const Phi *E, StreamType &SS) argument
843 printGoto(const Goto *E, StreamType &SS) argument
848 printBranch(const Branch *E, StreamType &SS) argument
857 printReturn(const Return *E, StreamType &SS) argument
862 printIdentifier(const Identifier *E, StreamType &SS) argument
866 printIfThenElse(const IfThenElse *E, StreamType &SS) argument
883 printLet(const Let *E, StreamType &SS) argument
[all...]
/freebsd-11.0-release/contrib/libc-vis/
H A Dunvis.c212 #define SS(a, b) (((uint32_t)(a) << 24) | (b)) macro
224 *astate = SS(0, S_GROUND);
238 *astate = SS(0, S_START);
242 *astate = SS(0, S_HEX1);
246 *astate = SS(0, S_AMP);
250 *astate = SS(0, S_MIME1);
260 *astate = SS(0, S_GROUND);
265 *astate = SS(0, S_OCTAL2);
269 *astate = SS(0, S_META);
272 *astate = SS(
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp66 /// \param SS the C++ scope specifier as it appears in the source
73 /// \returns the declaration context represented by the scope specifier @p SS,
76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, argument
78 if (!SS.isSet() || SS.isInvalid())
81 NestedNameSpecifier *NNS = SS.getScopeRep();
159 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { argument
160 if (!SS.isSet() || SS.isInvalid())
163 return SS
191 RequireCompleteDeclContext(CXXScopeSpec &SS, DeclContext *DC) argument
247 ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc, CXXScopeSpec &SS) argument
253 ActOnSuperScopeSpecifier(SourceLocation SuperLoc, SourceLocation ColonColonLoc, CXXScopeSpec &SS) argument
358 isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation IdLoc, IdentifierInfo &II, ParsedType ObjectTypePtr) argument
456 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
796 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
815 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
844 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
859 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy Template, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
957 SaveNestedNameSpecifierAnnotation(CXXScopeSpec &SS) argument
971 RestoreNestedNameSpecifierAnnotation(void *AnnotationPtr, SourceRange AnnotationRange, CXXScopeSpec &SS) argument
984 ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
1028 ActOnCXXEnterDeclaratorScope(Scope *S, CXXScopeSpec &SS) argument
1055 ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
[all...]
H A DSemaExprMember.cpp196 const CXXScopeSpec &SS,
201 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
218 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod &&
234 Sema::BuildPossibleImplicitMemberExpr(const CXXScopeSpec &SS, argument
241 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, true, S);
246 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, false,
258 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, false, TemplateArgs);
259 return BuildDeclarationNameExpr(SS, R, false);
263 diagnoseInstanceReference(*this, SS,
195 diagnoseInstanceReference(Sema &SemaRef, const CXXScopeSpec &SS, NamedDecl *Rep, const DeclarationNameInfo &nameInfo) argument
426 ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
468 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
495 CheckQualifiedMemberReference(Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, const LookupResult &R) argument
583 LookupMemberExprInRecord(Sema &SemaRef, LookupResult &R, Expr *BaseExpr, const RecordType *RTy, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, bool HasTemplateArgs, TypoExpr *&TE) argument
685 BuildMemberReferenceExpr(Expr *Base, QualType BaseType, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs, const Scope *S, ActOnMemberAccessExtraArgs *ExtraArgs) argument
750 BuildAnonymousStructUnionMemberReference(const CXXScopeSpec &SS, SourceLocation loc, IndirectFieldDecl *indirectField, DeclAccessPair foundDecl, Expr *baseObjectExpr, SourceLocation opLoc) argument
864 BuildMSPropertyRefExpr(Sema &S, Expr *BaseExpr, bool IsArrow, const CXXScopeSpec &SS, MSPropertyDecl *PD, const DeclarationNameInfo &NameInfo) argument
877 BuildMemberExpr( Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo, QualType Ty, ExprValueKind VK, ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = nullptr) argument
904 BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType, SourceLocation OpLoc, bool IsArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs, const Scope *S, bool SuppressQualifierCheck, ActOnMemberAccessExtraArgs *ExtraArgs) argument
1203 LookupMemberExpr(Sema &S, LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1630 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl) argument
1679 BuildFieldReferenceExpr(Sema &S, Expr *BaseExpr, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, FieldDecl *Field, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo) argument
1744 BuildImplicitMemberExpr(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs, bool IsKnownInstance, const Scope *S) argument
[all...]
H A DSemaTemplate.cpp137 CXXScopeSpec &SS,
170 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
197 if (SS.isSet() && !SS.isInvalid()) {
198 NestedNameSpecifier *Qualifier = SS.getScopeRep();
226 const CXXScopeSpec *SS,
232 if (!SS || !SS->isSet() || !isDependentScopeSpecifier(*SS) ||
233 computeDeclContext(*SS))
136 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument
223 DiagnoseUnknownTemplateName(const IdentifierInfo &II, SourceLocation IILoc, Scope *S, const CXXScopeSpec *SS, TemplateTy &SuggestedTemplate, TemplateNameKind &SuggestedKind) argument
248 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
409 ActOnDependentIdExpression(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, bool isAddressOfOperand, const TemplateArgumentListInfo *TemplateArgs) argument
435 BuildDependentDeclRefExpr(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
828 SetNestedNameSpecifier(TagDecl *T, const CXXScopeSpec &SS) argument
834 CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, SourceLocation FriendLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList** OuterTemplateParamLists, SkipBodyInfo *SkipBody) argument
1593 getRangeOfTypeInNestedNameSpecifier(ASTContext &Context, QualType T, const CXXScopeSpec &SS) argument
1642 MatchTemplateParametersToScopeSpecifier( SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, TemplateIdAnnotation *TemplateId, ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend, bool &IsExplicitSpecialization, bool &Invalid) argument
2241 ActOnTemplateIdType(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, bool IsCtorOrDtorName) argument
2307 ActOnTagTemplateIdType(TagUseKind TUK, TypeSpecifierType TagSpec, SourceLocation TagLoc, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateD, SourceLocation TemplateLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
2871 CheckVarTemplateId(const CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, VarTemplateDecl *Template, SourceLocation TemplateLoc, const TemplateArgumentListInfo *TemplateArgs) argument
2891 BuildTemplateIdExpr(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, LookupResult &R, bool RequiresADL, const TemplateArgumentListInfo *TemplateArgs) argument
2936 BuildQualifiedTemplateIdExpr(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2980 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
3097 CXXScopeSpec SS; local
3539 CXXScopeSpec SS; local
5409 CXXScopeSpec SS; local
6151 CXXScopeSpec &SS = TemplateId.SS; local
7228 ScopeSpecifierHasTemplateId(const CXXScopeSpec &SS) argument
7250 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, const CXXScopeSpec &SS, TemplateTy TemplateD, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, AttributeList *Attr) argument
7491 ActOnExplicitInstantiation(Scope *S, SourceLocation ExternLoc, SourceLocation TemplateLoc, unsigned TagSpec, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr) argument
7972 ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, const CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation TagLoc, SourceLocation NameLoc) argument
8004 ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, const CXXScopeSpec &SS, const IdentifierInfo &II, SourceLocation IdLoc) argument
8040 ActOnTypenameType(Scope *S, SourceLocation TypenameLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy TemplateIn, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc) argument
8154 CXXScopeSpec SS; local
8341 RebuildNestedNameSpecifierInCurrentInstantiation(CXXScopeSpec &SS) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h49 /// \param SS the C++ scope specifier that precedes the template name, if
56 ParsedTemplateArgument(const CXXScopeSpec &SS, argument
61 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
95 return SS;
123 CXXScopeSpec SS; member in class:clang::ParsedTemplateArgument
143 CXXScopeSpec SS; member in struct:clang::TemplateIdAnnotation
192 new (&TemplateId->SS) CXXScopeSpec();
204 SS.~CXXScopeSpec();
H A DSemaInternal.h111 Scope *S, CXXScopeSpec *SS,
117 SS(SS ? llvm::make_unique<CXXScopeSpec>(*SS) : nullptr),
120 Namespaces(SemaRef.Context, SemaRef.CurContext, SS),
217 const CXXScopeSpec *getSS() const { return SS.get(); }
320 std::unique_ptr<CXXScopeSpec> SS; member in class:clang::TypoCorrectionConsumer
108 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
H A DTypoCorrection.h206 void setCorrectionRange(CXXScopeSpec *SS, argument
209 if (ForceSpecifierReplacement && SS && !SS->isEmpty())
210 CorrectionRange.setBegin(SS->getBeginLoc());
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } argument
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
H A DDWARFTypeUnit.h23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
/freebsd-11.0-release/crypto/openssl/crypto/seed/
H A Dseed_locl.h44 SS[0][(unsigned char) (v) & 0xff] ^ SS[1][(unsigned char) ((v)>>8) & 0xff] ^ \
45 SS[2][(unsigned char)((v)>>16) & 0xff] ^ SS[3][(unsigned char)((v)>>24) & 0xff]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSolaris.h34 #undef SS macro
/freebsd-11.0-release/sys/cddl/dev/dtrace/x86/
H A Dregset.h126 #define SS 18 /* only stored on a privilege transition */ macro
147 #define SS 17 /* only stored on a privilege transition */ macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp82 IdentifierInfo &II, CXXScopeSpec &SS) {
94 if (!Actions.isTemplateName(getCurScope(), SS, /*hasTemplateKeyword=*/false,
161 /// \param SS the scope specifier that will be set to the parsed
187 bool Parser::ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, argument
201 SS);
210 SS = TemplateId->SS;
237 if (Actions.ActOnCXXGlobalScopeSpecifier(ConsumeToken(), SS))
253 return Actions.ActOnSuperScopeSpecifier(SuperLoc, ConsumeToken(), SS);
268 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, D
80 CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, bool EnteringContext, IdentifierInfo &II, CXXScopeSpec &SS) argument
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); local
592 tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, Token &Replacement) argument
661 CXXScopeSpec SS; local
1457 ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument
1946 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
2153 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2382 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParser.cpp1366 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { argument
1374 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS));
1375 Tok.setAnnotationRange(SS.getRange());
1401 CXXScopeSpec SS; local
1403 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1406 if (Tok.isNot(tok::identifier) || SS.isInvalid()) {
1407 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1421 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1434 getCurScope(), SS, Name, NameLoc, Next, IsAddressOfOperand,
1435 SS
1590 CXXScopeSpec SS; local
1659 CXXScopeSpec SS; local
1671 TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, bool NeedType, CXXScopeSpec &SS, bool IsNewScope) argument
1795 CXXScopeSpec SS; local
[all...]
H A DParseTemplate.cpp869 /// \param SS if non-NULL, the nested-name-specifier preceding the
879 const CXXScopeSpec &SS,
919 /// (\p SS). Otherwise, the annotation token is a template-id
929 /// \param SS if non-NULL, the nested-name-specifier that precedes
948 CXXScopeSpec &SS,
964 SS, false, LAngleLoc,
980 = Actions.ActOnTemplateIdType(SS, TemplateKWLoc,
992 if (SS.isNotEmpty())
993 Tok.setLocation(SS.getBeginLoc());
1012 TemplateId->SS
877 ParseTemplateIdAfterTemplateName(TemplateTy Template, SourceLocation TemplateNameLoc, const CXXScopeSpec &SS, bool ConsumeLastToken, SourceLocation &LAngleLoc, TemplateArgList &TemplateArgs, SourceLocation &RAngleLoc) argument
947 AnnotateTemplateIdToken(TemplateTy Template, TemplateNameKind TNK, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &TemplateName, bool AllowTypeAnnotation) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp287 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); local
290 SlotMapping[SS] = NewSS;
291 RevMap[NewSS].push_back(SS);
294 Changed |= (SS != NewSS);
300 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); local
301 li->weight = SlotWeights[SS];
316 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) {
317 int NewFI = SlotMapping[SS];
[all...]
H A DLiveVariables.cpp263 for (MCSubRegIterator SS(SubReg, TRI); SS.isValid(); ++SS)
264 Processed.insert(*SS);
353 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true); SS.isValid();
354 ++SS)
355 PartUses.insert(*SS);
390 for (MCSubRegIterator SS(SubReg, TRI, /*IncludeSelf=*/true);
391 SS
[all...]
H A DVirtRegMap.cpp78 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), local
81 return SS;
110 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { argument
114 assert((SS >= 0 ||
115 (SS >= MF->getFrameInfo()->getObjectIndexBegin())) &&
117 Virt2StackSlotMap[virtReg] = SS;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Di386v4-nat.c59 #define SS 18
97 EIP, EFL, CS, SS,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp161 const StreamState *SS = State->get<StreamMap>(FileDesc); local
162 if (SS && SS->isClosed()) {
172 static bool isLeaked(SymbolRef Sym, const StreamState &SS, argument
174 if (IsSymDead && SS.isOpened()) {
/freebsd-11.0-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c528 if (status != SS$_NORMAL)
535 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
559 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
584 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
599 if (status != SS$_NORMAL)
/freebsd-11.0-release/usr.bin/sed/
H A Dprocess.c62 static SPACE HS, PS, SS, YS; variable
400 SS.len = 0; /* Clean substitute space. */
408 cspace(&SS, s, match[0].rm_so - le, APPEND);
415 regsub(&SS, ps, cp->u.s->new);
421 cspace(&SS, s, match[0].rm_eo - le,
442 cspace(&SS, s++, 1, APPEND);
458 cspace(&SS, s, slen, APPEND);
465 PS = SS;
467 SS = tspace;
468 SS
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Dread_pwd.c332 if (status != SS$_NORMAL)
337 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
363 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))

Completed in 300 milliseconds

1234