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

12345678

/external/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...]
/external/libedit/src/
H A Dunvis.c204 #define SS(a, b) (((uint32_t)(a) << 24) | (b)) macro
216 *astate = SS(0, S_GROUND);
230 *astate = SS(0, S_START);
234 *astate = SS(0, S_HEX1);
238 *astate = SS(0, S_AMP);
242 *astate = SS(0, S_MIME1);
252 *astate = SS(0, S_GROUND);
257 *astate = SS(0, S_OCTAL2);
261 *astate = SS(0, S_META);
264 *astate = SS(
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_scariness_score.h55 ScarinessScore SS; local
56 SS.Scare(score, descr);
57 SS.Print();
/external/libopus/silk/
H A Dresampler_private.h46 void *SS, /* I/O Resampler state */
54 void *SS, /* I/O Resampler state */
62 void *SS, /* I/O Resampler state (unused) */
/external/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();
127 diagnoseMissingImport(SS.getLastQualifierNameLoc(), PartialSpec,
169 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { argument
170 if (!SS.isSet() || SS
201 RequireCompleteDeclContext(CXXScopeSpec &SS, DeclContext *DC) argument
272 ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc, CXXScopeSpec &SS) argument
278 ActOnSuperScopeSpecifier(SourceLocation SuperLoc, SourceLocation ColonColonLoc, CXXScopeSpec &SS) argument
383 isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation IdLoc, IdentifierInfo &II, ParsedType ObjectTypePtr) argument
481 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
825 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
844 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
873 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
888 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy Template, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
986 SaveNestedNameSpecifierAnnotation(CXXScopeSpec &SS) argument
1000 RestoreNestedNameSpecifierAnnotation(void *AnnotationPtr, SourceRange AnnotationRange, CXXScopeSpec &SS) argument
1013 ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
1057 ActOnCXXEnterDeclaratorScope(Scope *S, CXXScopeSpec &SS) argument
1084 ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
[all...]
H A DSemaExprMember.cpp197 const CXXScopeSpec &SS,
202 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
219 else if (ContextClass && RepClass && SS.isEmpty() && !InStaticMethod &&
235 Sema::BuildPossibleImplicitMemberExpr(const CXXScopeSpec &SS, argument
242 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, true, S);
247 return BuildImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs, false,
259 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, false, TemplateArgs);
260 return BuildDeclarationNameExpr(SS, R, false);
264 diagnoseInstanceReference(*this, SS,
196 diagnoseInstanceReference(Sema &SemaRef, const CXXScopeSpec &SS, NamedDecl *Rep, const DeclarationNameInfo &nameInfo) argument
457 ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &NameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
499 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
526 CheckQualifiedMemberReference(Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, const LookupResult &R) argument
614 LookupMemberExprInRecord(Sema &SemaRef, LookupResult &R, Expr *BaseExpr, const RecordType *RTy, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, bool HasTemplateArgs, TypoExpr *&TE) argument
716 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
781 BuildAnonymousStructUnionMemberReference(const CXXScopeSpec &SS, SourceLocation loc, IndirectFieldDecl *indirectField, DeclAccessPair foundDecl, Expr *baseObjectExpr, SourceLocation opLoc) argument
895 BuildMSPropertyRefExpr(Sema &S, Expr *BaseExpr, bool IsArrow, const CXXScopeSpec &SS, MSPropertyDecl *PD, const DeclarationNameInfo &NameInfo) argument
908 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
961 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
1283 LookupMemberExpr(Sema &S, LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1712 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl) argument
1761 BuildFieldReferenceExpr(Sema &S, Expr *BaseExpr, bool IsArrow, SourceLocation OpLoc, const CXXScopeSpec &SS, FieldDecl *Field, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo) argument
1837 BuildImplicitMemberExpr(const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs, bool IsKnownInstance, const Scope *S) argument
[all...]
/external/clang/include/clang/Sema/
H A DParsedTemplate.h56 /// \param SS the C++ scope specifier that precedes the template name, if
63 ParsedTemplateArgument(const CXXScopeSpec &SS, argument
68 SS(SS), Loc(TemplateLoc), EllipsisLoc() { }
102 return SS;
130 CXXScopeSpec SS; member in class:clang::ParsedTemplateArgument
150 CXXScopeSpec SS; member in struct:clang::TemplateIdAnnotation
199 new (&TemplateId->SS) CXXScopeSpec();
211 SS.~CXXScopeSpec();
/external/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, IsDWO,
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, 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, IsDWO,
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
/external/llvm/include/llvm/MC/
H A DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } argument
/external/clang/test/OpenMP/
H A Dteams_codegen.cpp113 struct SS{ struct
118 SS<int> Gbla;
119 SS<long long> Gblb;
125 SS<int> la;
126 SS<long long> lb;
177 struct SS{ struct
215 SS<int, 123, 456> V;
H A Dsimd_ast_print.cpp9 struct SS { struct
10 SS(): a(0) {} function in struct:SS
11 SS(int v) : a(v) {} function in struct:SS
41 class S8 : public S7<SS> {
45 S8(int v) : S7<SS>(v){
46 #pragma omp simd aligned(S7<SS>::a)
58 // CHECK: #pragma omp simd aligned(this->S7<SS>::a)
H A Dsingle_ast_print.cpp11 struct SS { struct
15 SS(int &d) : a(0), b(0), c(d) { function in struct:SS
62 SS ss(a);
H A Dsingle_codegen.cpp35 struct SS { struct
39 SS(int &d) : a(0), b(0), c(d) { function in struct:SS
78 SS ss(c.a);
H A Dteams_private_codegen.cpp28 struct SS { struct
32 SS(int &d) : a(0), b(0), c(d) { function in struct:SS
89 SS ss(sivar);
235 // target in SS constructor
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVError.h106 std::stringstream SS; local
112 SS << SPIRVErrorMap::map(ErrCode) << " " << Msg;
114 SS <<" [Src: " << FileName << ":" << LineNo << " " << CondString << " ]";
115 setError(ErrCode, SS.str());
117 spvdbgs() << SS.str() << '\n';
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c18 struct SubStruct SS; member in struct:Quad
45 if (i) R.SS = Q.SS;
46 Q.SSP = &R.SS;
48 return Q.SS.Y + i + R.y - Q.c;
54 if (i) R.SS = Q->SS;
59 return Q->SS.Y+i+R.y-Q->c;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h22 #define SS 16 macro
58 #define SS 160 macro
/external/strace/linux/i386/
H A Duserent.h17 XLAT(4*SS),
/external/syslinux/core/
H A Dstack.inc24 ; This macro resets the stack pointer (including SS), and sets
43 dw 0 ; SS of the "home" stack pointer
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_any.cc23 #define SS(width, shift) (((width) + (1 << (shift)) - 1) >> (shift)) macro
38 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
39 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
44 SS(r, DUVSHIFT) * BPP); \
70 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
71 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
74 SS(r, DUVSHIFT) * BPP); \
109 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
110 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
112 temp[64 + SS(
[all...]
/external/clang/test/Parser/
H A DDelayedTemplateParsing.cpp169 template<typename T> struct SS { struct in namespace:PR19613
173 template<typename T> template<typename U> struct SS<T>::X<U*> {
180 SS<int>::X<int*>::f();
/external/llvm/include/llvm/Support/
H A DSolaris.h34 #undef SS macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DSolaris.h25 #undef SS macro
/external/valgrind/memcheck/tests/amd64/
H A Dsse_memory.c177 #define SS 4 macro
181 TEST_INSN( &AllMask, SS,addss)
185 TEST_INSN( &AllMask, SS,cmpeqss)
187 TEST_INSN( &AllMask, SS,cmpless)
189 TEST_INSN( &AllMask, SS,cmpltss)
191 TEST_INSN( &AllMask, SS,cmpneqss)
193 TEST_INSN( &AllMask, SS,cmpnless)
195 TEST_INSN( &AllMask, SS,cmpnltss)
197 TEST_INSN( &AllMask, SS,cmpordss)
199 TEST_INSN( &AllMask, SS,cmpunords
[all...]

Completed in 1468 milliseconds

12345678