Home
last modified time | relevance | path

Searched defs:SS (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h420 static void print(const SExpr *E, StreamType &SS) { in print()
428 void newline(StreamType &SS) { in newline()
485 void printBlockLabel(StreamType & SS, const BasicBlock *BB, int index) { in printBlockLabel()
525 void printNull(StreamType &SS) { in printNull()
529 void printFuture(const Future *E, StreamType &SS) { in printFuture()
533 void printUndefined(const Undefined *E, StreamType &SS) { in printUndefined()
537 void printWildcard(const Wildcard *E, StreamType &SS) { in printWildcard()
542 void printLiteralT(const LiteralT<T> *E, StreamType &SS) { in printLiteralT()
546 void printLiteralT(const LiteralT<uint8_t> *E, StreamType &SS) { in printLiteralT()
550 void printLiteral(const Literal *E, StreamType &SS) { in printLiteral()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp54 DeclContext *Sema::computeDeclContext(const CXXScopeSpec &SS, in computeDeclContext()
166 bool Sema::isDependentScopeSpecifier(const CXXScopeSpec &SS) { in isDependentScopeSpecifier()
193 bool Sema::RequireCompleteDeclContext(CXXScopeSpec &SS, in RequireCompleteDeclContext()
236 CXXScopeSpec *SS) { in RequireCompleteEnumDecl()
281 CXXScopeSpec &SS) { in ActOnCXXGlobalScopeSpecifier()
288 CXXScopeSpec &SS) { in ActOnSuperScopeSpecifier()
409 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier()
775 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier()
786 bool Sema::ActOnCXXNestedNameSpecifierDecltype(CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifierDecltype()
813 bool Sema::ActOnCXXNestedNameSpecifierIndexedPack(CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifierIndexedPack()
[all …]
H A DSemaExprMember.cpp224 const CXXScopeSpec &SS, in diagnoseInstanceReference()
286 bool Sema::isPotentialImplicitMemberAccess(const CXXScopeSpec &SS, in isPotentialImplicitMemberAccess()
306 const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, LookupResult &R, in BuildPossibleImplicitMemberExpr()
558 const CXXScopeSpec &SS, in ActOnDependentMemberExpr()
604 const CXXScopeSpec &SS, in DiagnoseQualifiedMemberReference()
618 const CXXScopeSpec &SS, in CheckQualifiedMemberReference()
707 CXXScopeSpec &SS, bool HasTemplateArgs, in LookupMemberExprInRecord()
787 CXXScopeSpec &SS, SourceLocation TemplateKWLoc, in BuildMemberReferenceExpr()
839 Sema::BuildAnonymousStructUnionMemberReference(const CXXScopeSpec &SS, in BuildAnonymousStructUnionMemberReference()
921 const CXXScopeSpec &SS, in BuildMSPropertyRefExpr()
[all …]
H A DSemaTemplate.cpp178 CXXScopeSpec &SS, in isTemplateName()
323 SourceLocation NameLoc, CXXScopeSpec &SS, in isDeductionGuideName()
357 const CXXScopeSpec *SS, in DiagnoseUnknownTemplateName()
379 bool Sema::LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, in LookupTemplateName()
629 CXXScopeSpec SS; in diagnoseExprIntendedAsTemplateName() local
725 Sema::ActOnDependentIdExpression(const CXXScopeSpec &SS, in ActOnDependentIdExpression()
750 Sema::BuildDependentDeclRefExpr(const CXXScopeSpec &SS, in BuildDependentDeclRefExpr()
967 CXXScopeSpec SS; in ActOnTemplateTypeArgument() local
1094 bool Sema::ActOnTypeConstraint(const CXXScopeSpec &SS, in ActOnTypeConstraint()
1102 bool Sema::BuildTypeConstraint(const CXXScopeSpec &SS, in BuildTypeConstraint()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp173 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) override { in ComputeInstructionState()
243 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitReturn()
259 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitCallBase()
303 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitSelect()
316 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitLoad()
332 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitStore()
346 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/ADT/
H A DStringMap.h31 std::ostringstream SS; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp70 CXXScopeSpec SS; in isCXXDeclarationStatement() local
1107 CXXScopeSpec SS; in TryParseDeclarator() local
1630 CXXScopeSpec SS; in isCXXDeclarationSpecifier() local
1658 CXXScopeSpec SS; in isCXXDeclarationSpecifier() local
2263 CXXScopeSpec SS; in NameAfterArrowIsNonType() local
2373 CXXScopeSpec SS; in isExplicitBool() local
H A DParser.cpp1751 void Parser::AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation) { in AnnotateScopeToken()
1787 CXXScopeSpec SS; in TryAnnotateName() local
2034 CXXScopeSpec SS; in TryAnnotateTypeOrScopeToken() local
2115 CXXScopeSpec SS; in TryAnnotateTypeOrScopeToken() local
2130 CXXScopeSpec &SS, bool IsNewScope, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
2249 CXXScopeSpec SS; in TryAnnotateCXXScopeToken() local
H A DParseTemplate.cpp288 CXXScopeSpec SS; in ParseConceptDefinition() local
614 CXXScopeSpec SS; in TryAnnotateTypeConstraint() local
1248 CXXScopeSpec &SS, in AnnotateTemplateIdToken()
1350 CXXScopeSpec &SS, ImplicitTypenameContext AllowImplicitTypename, in AnnotateTemplateIdTokenAsType()
1406 CXXScopeSpec SS; // nested-name-specifier, if present in ParseTemplateTemplateArgument() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp29 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals() local
H A DInputFile.cpp167 DebugSubsectionArray SS; in SymbolGroup() local
186 void SymbolGroup::updateDebugS(const codeview::DebugSubsectionArray &SS) { in updateDebugS() argument
535 DebugSubsectionArray SS; in scanToNextDebugS() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp365 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots() local
377 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots() local
393 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots() local
H A DLiveVariables.cpp286 for (MCPhysReg SS : TRI->subregs(SubReg)) in HandlePhysRegUse() local
373 for (MCPhysReg SS : TRI->subregs_inclusive(SubReg)) in HandlePhysRegKill() local
409 for (MCPhysReg SS : TRI->subregs_inclusive(SubReg)) in HandlePhysRegKill() local
412 for (MCPhysReg SS : TRI->subregs(SubReg)) in HandlePhysRegKill() local
480 for (MCPhysReg SS : TRI->subregs_inclusive(SubReg)) in HandlePhysRegDef() local
/freebsd/lib/libc/string/
H A Dmemchr.c29 #define SS (sizeof(size_t)) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h211 SS = 258, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h62 ParsedTemplateArgument(const CXXScopeSpec &SS, in ParsedTemplateArgument()
128 CXXScopeSpec SS; variable
H A DSemaInternal.h90 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer()
307 std::unique_ptr<CXXScopeSpec> SS; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h27 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit()
H A DDWARFTypeUnit.h29 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, in DWARFTypeUnit()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp121 const StreamState *SS = State->get<StreamMap>(FileDesc); in checkPreCall() local
132 static bool isLeaked(SymbolRef Sym, const StreamState &SS, in isLeaked()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp65 raw_string_ostream SS(Buffer); in printDispatchStalls() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp333 static void emitInstBits(raw_ostream &IS, raw_ostream &SS, const APInt &Bits, in emitInstBits()
352 raw_string_ostream IS(IndexArray), SS(StorageArray); in emitInstructionBaseValues() local
454 raw_string_ostream SS(Case); in getInstructionCaseForEncoding() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp374 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping() local
754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() local
892 const DebugSubsectionRecord &SS) { in fromCodeViewSubection() argument
915 for (const auto &SS : Subsections) { in fromDebugS() local
935 for (const auto &SS : Sections) { in initializeStringsAndChecksums() local
947 for (const auto &SS : Sections) { initializeStringsAndChecksums() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp33 std::stringstream SS(S); in AppendCoverage() local
47 std::stringstream SS(L.c_str() + 1); in AppendCoverage() local

12345