Searched defs:SS (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-13-stable/lib/libc/string/
H A Dmemchr.c32 #define SS (sizeof(size_t)) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp27 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h22 void setSize(const MCExpr *SS) { SymbolSize = SS; } argument
H A DMCSymbolWasm.h40 void setSize(const MCExpr *SS) { SymbolSize = SS; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, 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
H A DDWARFTypeUnit.h27 DWARFTypeUnit(DWARFContext &Context, 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-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h23 #undef SS macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp25 static bool isAsanHwasanOrMemTag(const SanitizerSet& SS) { argument
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c243 #define SS(str) \ macro
302 #undef SS macro
[all...]
/freebsd-13-stable/crypto/openssl/crypto/seed/
H A Dseed.c49 # undef SS macro
60 static const seed_word SS[4][256] = { variable
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h141 std::stringstream SS; local
H A DFuzzerSHA1.cpp211 std::stringstream SS; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp222 CXXScopeSpec SS; local
H A DParseExprCXX.cpp240 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContex local
82 CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, bool EnteringContext, IdentifierInfo &II, CXXScopeSpec &SS) argument
154 ParseOptionalCXXScopeSpecifier( CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII, bool OnlyNamespace, bool InUsingDeclaration) argument
557 tryParseCXXIdExpression(CXXScopeSpec &SS, bool isAddressOfOperand, Token &Replacement) argument
669 CXXScopeSpec SS; local
[all...]
H A DParseTentative.cpp1020 CXXScopeSpec SS; local
1509 CXXScopeSpec SS; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp151 const StreamState *SS = State->get<StreamMap>(FileDesc); local
162 static bool isLeaked(SymbolRef Sym, const StreamState &SS, argument
/freebsd-13-stable/contrib/libc-vis/
H A Dunvis.c212 #define SS(a, b) (((uint32_t)(a) << 24) | (b)) macro
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h212 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DParsedTemplate.h62 ParsedTemplateArgument(const CXXScopeSpec &SS, argument
129 CXXScopeSpec SS; member in class:clang::ParsedTemplateArgument
H A DSemaInternal.h311 std::unique_ptr<CXXScopeSpec> SS; member in class:clang::TypoCorrectionConsumer
91 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
/freebsd-13-stable/contrib/lua/src/
H A Dluac.c666 #define SS(x) ((x==1)?"":"s") macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp239 visitReturn(ReturnInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) argument
255 visitCallBase(CallBase &CB, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) argument
299 visitSelect(SelectInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) argument
312 visitLoad(LoadInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) argument
328 visitStore(StoreInst &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) argument
342 visitInst(Instruction &I, DenseMap<CVPLatticeKey, CVPLatticeVal> &ChangedValues, SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) argument
[all...]
/freebsd-13-stable/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-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp74 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, argument
167 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { argument
199 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, NestedNameSpecInfo &IdInfo) argument
483 BuildCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon, bool OnlyNamespace) argument
833 ActOnCXXNestedNameSpecifier(Scope *S, NestedNameSpecInfo &IdInfo, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon, bool OnlyNamespace) argument
846 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
878 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, NestedNameSpecInfo &IdInfo, bool EnteringContext) argument
888 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy OpaqueTemplate, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
993 SaveNestedNameSpecifierAnnotation(CXXScopeSpec &SS) argument
1007 RestoreNestedNameSpecifierAnnotation(void *AnnotationPtr, SourceRange AnnotationRange, CXXScopeSpec &SS) argument
1020 ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
1069 ActOnCXXEnterDeclaratorScope(Scope *S, CXXScopeSpec &SS) argument
1096 ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp334 int SS = Register::stackSlot2Index(li->reg); local
347 int SS = Register::stackSlot2Index(li->reg); local
[all...]

Completed in 129 milliseconds

123