/aosp_15_r20/external/clang/utils/ |
H A D | token-delta.py | 48 def split(self, S): argument 134 def __init__(self, testProgram, tokenLists, log): argument 215 def tokenBasedMultiDelta(program, files, log): argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Error.cpp | 116 StringError::StringError(std::error_code EC, const Twine &S) in StringError() 119 StringError::StringError(const Twine &S, std::error_code EC) in StringError() 122 void StringError::log(raw_ostream &OS) const { in log() function in llvm::StringError
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Error.cpp | 121 StringError::StringError(std::error_code EC, const Twine &S) in StringError() 124 StringError::StringError(const Twine &S, std::error_code EC) in StringError() 127 void StringError::log(raw_ostream &OS) const { in log() function in llvm::StringError
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 87 SequencePrinter(const Sequence &S, char OpenSeq, char CloseSeq, in SequencePrinter() 107 const Sequence &S; member in __anon860c0a9f0111::SequencePrinter 114 SequencePrinter<Sequence, Pred> printSequence(const Sequence &S, char OpenSeq, in printSequence() 291 raw_ostream &operator<<(raw_ostream &OS, const SymbolState &S) { in operator <<() 319 void FailedToMaterialize::log(raw_ostream &OS) const { in log() function in llvm::orc::FailedToMaterialize 338 void SymbolsNotFound::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsNotFound 351 void SymbolsCouldNotBeRemoved::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsCouldNotBeRemoved 1754 [](const std::shared_ptr<AsynchronousSymbolQuery> &V, SymbolState S) { in addQuery() 1821 for (auto &S : MUDefsOverridden) in defineImpl() local 1825 for (auto &S : ExistingDefsOverridden) { in defineImpl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 497 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve() 528 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() 529 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() 536 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() 601 if (auto S = E.getAsString()) { in fromJSON() local 608 if (auto S = E.getAsInteger()) { in fromJSON() local 615 if (auto S = E.getAsInteger()) { in fromJSON() local 622 if (auto S = E.getAsNumber()) { in fromJSON() local 629 if (auto S = E.getAsBoolean()) { in fromJSON() local 729 void log(llvm::raw_ostream &OS) const override { in log() function
|
H A D | Error.h | 369 void log(raw_ostream &OS) const override { in log() function 1107 void log(raw_ostream &OS) const override { OS << EC.message(); } in log() function 1207 inline Error createStringError(std::error_code EC, const Twine &S) { in createStringError() 1227 void log(raw_ostream &OS) const override { in log() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/ |
D | Logger.h | 70 void log(llvm::function_ref<void(llvm::raw_ostream &)> Emit) { in log() function 73 std::string S; in log() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/ |
D | Logger.h | 70 void log(llvm::function_ref<void(llvm::raw_ostream &)> Emit) { in log() function 73 std::string S; in log() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/ |
D | Logger.h | 70 void log(llvm::function_ref<void(llvm::raw_ostream &)> Emit) { in log() function 73 std::string S; in log() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/ |
D | Logger.h | 70 void log(llvm::function_ref<void(llvm::raw_ostream &)> Emit) { in log() function 73 std::string S; in log() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | JSON.h | 536 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve() 567 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() 568 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() 575 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() 682 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path() 717 if (auto S = E.getAsString()) { in fromJSON() local 725 if (auto S = E.getAsInteger()) { in fromJSON() local 733 if (auto S = E.getAsInteger()) { in fromJSON() local 741 if (auto S = E.getAsNumber()) { in fromJSON() local 749 if (auto S = E.getAsBoolean()) { in fromJSON() local [all …]
|
D | Error.h | 377 void log(raw_ostream &OS) const override { in log() function 1154 void log(raw_ostream &OS) const override { OS << EC.message(); } in log() function 1254 inline Error createStringError(std::error_code EC, const Twine &S) { in createStringError() 1274 void log(raw_ostream &OS) const override { in log() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 528 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve() 559 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() 560 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() 567 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() 674 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path() 709 if (auto S = E.getAsString()) { in fromJSON() local 717 if (auto S = E.getAsInteger()) { in fromJSON() local 725 if (auto S = E.getAsInteger()) { in fromJSON() local 733 if (auto S = E.getAsNumber()) { in fromJSON() local 741 if (auto S = E.getAsBoolean()) { in fromJSON() local [all …]
|
H A D | Error.h | 373 void log(raw_ostream &OS) const override { in log() function 1156 void log(raw_ostream &OS) const override { OS << EC.message(); } in log() function 1256 inline Error createStringError(std::error_code EC, const Twine &S) { in createStringError() 1276 void log(raw_ostream &OS) const override { in log() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | JSON.h | 549 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve() 580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() 581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() 588 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() 695 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path() 730 if (auto S = E.getAsString()) { in fromJSON() local 738 if (auto S = E.getAsInteger()) { in fromJSON() local 746 if (auto S = E.getAsInteger()) { in fromJSON() local 754 if (auto S = E.getAsNumber()) { in fromJSON() local 762 if (auto S = E.getAsBoolean()) { in fromJSON() local [all …]
|
D | Error.h | 377 void log(raw_ostream &OS) const override { in log() function 1154 void log(raw_ostream &OS) const override { OS << EC.message(); } in log() function 1268 inline Error createStringError(std::error_code EC, const Twine &S) { in createStringError() 1288 void log(raw_ostream &OS) const override { in log() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | JSON.h | 549 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve() 580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() 581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() 588 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() 695 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path() 730 if (auto S = E.getAsString()) { in fromJSON() local 738 if (auto S = E.getAsInteger()) { in fromJSON() local 746 if (auto S = E.getAsInteger()) { in fromJSON() local 754 if (auto S = E.getAsNumber()) { in fromJSON() local 762 if (auto S = E.getAsBoolean()) { in fromJSON() local [all …]
|
D | Error.h | 377 void log(raw_ostream &OS) const override { in log() function 1154 void log(raw_ostream &OS) const override { OS << EC.message(); } in log() function 1268 inline Error createStringError(std::error_code EC, const Twine &S) { in createStringError() 1288 void log(raw_ostream &OS) const override { in log() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | JSON.h | 549 inline void Array::reserve(size_t S) { V.reserve(S); } in reserve() 580 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {} in ObjectKey() 581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey() 588 ObjectKey(llvm::StringRef S) : Data(S) { in ObjectKey() 695 Path(const Path *Parent, Segment S) : Parent(Parent), Seg(S) {} in Path() 730 if (auto S = E.getAsString()) { in fromJSON() local 738 if (auto S = E.getAsInteger()) { in fromJSON() local 746 if (auto S = E.getAsInteger()) { in fromJSON() local 754 if (auto S = E.getAsNumber()) { in fromJSON() local 762 if (auto S = E.getAsBoolean()) { in fromJSON() local [all …]
|
D | Error.h | 377 void log(raw_ostream &OS) const override { in log() function 1154 void log(raw_ostream &OS) const override { OS << EC.message(); } in log() function 1268 inline Error createStringError(std::error_code EC, const Twine &S) { in createStringError() 1288 void log(raw_ostream &OS) const override { in log() function
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Error.cpp | 94 StringError::StringError(const Twine &S, std::error_code EC) in StringError() 97 void StringError::log(raw_ostream &OS) const { OS << Msg; } in log() function in llvm::StringError
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 475 Selector S; member in __anon5ac500470311::ObjCSummaryKey 524 const RetainSummary * find(const ObjCInterfaceDecl *D, Selector S) { in find() 556 const RetainSummary *find(IdentifierInfo* II, Selector S) { in find() 571 const RetainSummary *& operator[](Selector S) { in operator []() 683 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) { in addNSObjectClsMethSummary() 687 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) { in addNSObjectMethSummary() 694 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary() local 702 Selector S = GetNullarySelector(nullaryName, Ctx); in addInstMethSummary() local 708 Selector S = getKeywordSelector(Ctx, argp); in addMethodSummary() local 777 Selector S = MD->getSelector(); in getMethodSummary() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 75 void ResourceTrackerDefunct::log(raw_ostream &OS) const { in log() function in llvm::orc::ResourceTrackerDefunct 101 void FailedToMaterialize::log(raw_ostream &OS) const { in log() function in llvm::orc::FailedToMaterialize 123 void SymbolsNotFound::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsNotFound 137 void SymbolsCouldNotBeRemoved::log(raw_ostream &OS) const { in log() function in llvm::orc::SymbolsCouldNotBeRemoved 145 void MissingSymbolDefinitions::log(raw_ostream &OS) const { in log() function in llvm::orc::MissingSymbolDefinitions 154 void UnexpectedSymbolDefinitions::log(raw_ostream &OS) const { in log() function in llvm::orc::UnexpectedSymbolDefinitions 1487 [](const std::shared_ptr<AsynchronousSymbolQuery> &V, SymbolState S) { in addQuery() 1702 for (auto &S : MUDefsOverridden) in defineImpl() local 1711 for (auto &S : ExistingDefsOverridden) { in defineImpl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 53 void JITLinkError::log(raw_ostream &OS) const { OS << ErrMsg << "\n"; } in log() function in llvm::jitlink::JITLinkError 80 const char *getScopeName(Scope S) { in getScopeName()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/print/ |
D | print.go | 339 func (ss *someStruct) log(f func(), args ...interface{}) {} func 554 S string member 564 S string member
|