/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 420 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 D | SemaCXXScopeSpec.cpp | 54 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 D | SemaExprMember.cpp | 224 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 D | SemaTemplate.cpp | 178 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 D | CalledValuePropagation.cpp | 173 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 D | StringMap.h | 31 std::ostringstream SS; variable
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 70 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 D | Parser.cpp | 1751 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 D | ParseTemplate.cpp | 288 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 D | MCSymbolELF.h | 23 void setSize(const MCExpr *SS) { SymbolSize = SS; } in setSize()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumGlobals.cpp | 29 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream()); in NativeEnumGlobals() local
|
H A D | InputFile.cpp | 167 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 D | StackSlotColoring.cpp | 365 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 D | LiveVariables.cpp | 286 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 D | memchr.c | 29 #define SS (sizeof(size_t)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.h | 211 SS = 258, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 62 ParsedTemplateArgument(const CXXScopeSpec &SS, in ParsedTemplateArgument() 128 CXXScopeSpec SS; variable
|
H A D | SemaInternal.h | 90 Scope *S, CXXScopeSpec *SS, in TypoCorrectionConsumer() 307 std::unique_ptr<CXXScopeSpec> SS; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 27 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 29 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, in DWARFTypeUnit()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SimpleStreamChecker.cpp | 121 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 D | DispatchStatistics.cpp | 65 raw_string_ostream SS(Buffer); in printDispatchStalls() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 333 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 D | CodeViewYAMLDebugSections.cpp | 374 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 D | FuzzerDataFlowTrace.cpp | 33 std::stringstream SS(S); in AppendCoverage() local 47 std::stringstream SS(L.c_str() + 1); in AppendCoverage() local
|