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

123

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
H A DDWARFUnit.cpp20 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DSolaris.h34 #undef SS macro
/freebsd-9.3-release/crypto/openssl/crypto/seed/
H A Dseed.c38 static seed_word SS[4][256] = { { variable
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h56 ParsedTemplateArgument(const CXXScopeSpec &SS, argument
123 CXXScopeSpec SS; member in class:clang::ParsedTemplateArgument
143 CXXScopeSpec SS; member in struct:clang::TemplateIdAnnotation
H A DExternalSemaSource.h199 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DTypoCorrection.h199 void setCorrectionRange(CXXScopeSpec *SS, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp206 CXXScopeSpec SS; local
H A DParseTentative.cpp1323 CXXScopeSpec SS; local
H A DParseTemplate.cpp810 ParseTemplateIdAfterTemplateName(TemplateTy Template, SourceLocation TemplateNameLoc, const CXXScopeSpec &SS, bool ConsumeLastToken, SourceLocation &LAngleLoc, TemplateArgList &TemplateArgs, SourceLocation &RAngleLoc) argument
879 AnnotateTemplateIdToken(TemplateTy Template, TemplateNameKind TNK, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &TemplateName, bool AllowTypeAnnotation) argument
[all...]
/freebsd-9.3-release/contrib/libc-vis/
H A Dunvis.c212 #define SS(a, b) (((uint32_t)(a) << 24) | (b)) macro
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { argument
103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp280 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); local
293 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); local
[all...]
H A DVirtRegMap.cpp75 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), local
107 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { argument
H A DRegAllocFast.cpp203 int SS = StackSlotForVirtReg[VirtReg]; local
854 int SS = StackSlotForVirtReg[Reg]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp162 const StreamState *SS = State->get<StreamMap>(FileDesc); local
173 static bool isLeaked(SymbolRef Sym, const StreamState &SS, argument
H A DStackAddrEscapeChecker.cpp134 const StackSpaceRegion *SS = local
H A DStreamChecker.cpp369 const StreamState *SS = state->get<StreamMap>(Sym); local
402 const StreamState *SS = state->get<StreamMap>(Sym); local
/freebsd-9.3-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-9.3-release/contrib/gdb/gdb/
H A Di386-stub.c125 CS, SS, DS, ES, FS, GS}; enumerator in enum:regnames
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp76 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, argument
156 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { argument
188 RequireCompleteDeclContext(CXXScopeSpec &SS, DeclContext *DC) argument
243 ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc, CXXScopeSpec &SS) argument
308 isNonTypeNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation IdLoc, IdentifierInfo &II, ParsedType ObjectTypePtr) argument
390 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
675 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
691 ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, const DeclSpec &DS, SourceLocation ColonColonLoc) argument
720 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
735 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy Template, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
832 SaveNestedNameSpecifierAnnotation(CXXScopeSpec &SS) argument
846 RestoreNestedNameSpecifierAnnotation(void *AnnotationPtr, SourceRange AnnotationRange, CXXScopeSpec &SS) argument
859 ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
902 ActOnCXXEnterDeclaratorScope(Scope *S, CXXScopeSpec &SS) argument
929 ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS) argument
[all...]
H A DSemaStmtAsm.cpp371 ExprResult Sema::LookupInlineAsmIdentifier(CXXScopeSpec &SS, argument
/freebsd-9.3-release/usr.bin/sed/
H A Dprocess.c62 static SPACE HS, PS, SS, YS; variable
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp499 unsigned SS = SSTable[Scale.getImm()]; local

Completed in 329 milliseconds

123