/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/ |
H A D | p5.cpp | 14 struct Log { struct 22 Log *log; argument
|
/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | Debuginfod.h | 137 DebuginfodLog &Log; variable 157 DebuginfodLog &Log; member
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffConsumer.cpp | 164 void DiffConsumer::logf(const LogBuilder &Log) { in logf() 194 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
|
/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
H A D | TestClient.cpp | 57 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log) { in launch() argument 61 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log, ArrayRef<StringRef> InferiorArgs) { in launch() argument 66 TestClient::launchCustom(StringRef Log, bool disable_stdio, in launchCustom() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InteractiveModelRunner.h | 68 std::unique_ptr<Logger> Log; global() variable
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StringList.h | 20 class Log; variable
|
H A D | Log.h | 165 friend class Log; variable 231 Log(Channel &channel) : m_channel(channel) {} Log() function [all...] |
H A D | DataExtractor.h | 26 class Log; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegAllocPriorityAdvisor.cpp | 181 MLModelRunner *Runner, Logger *Log) in DevelopmentModePriorityAdvisor() argument 186 Logger *const Log; member in llvm::DevelopmentModePriorityAdvisor 273 std::unique_ptr<Logger> Log; global() member in llvm::DevelopmentModePriorityAdvisorAnalysis [all...] |
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanTracer.cpp | 63 void ThreadPlanTracer::Log() { in Log() function in ThreadPlanTracer 130 void ThreadPlanAssemblyTracer::Log() { Log() function in ThreadPlanAssemblyTracer
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-string-cstr-function.cpp | 76 void Log(const char *fmt, Args &&...args) { in Log() function in BaseLogger 133 void Log(const char *fmt, Args &&...args) { in Log() function in NotLogger
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.h | 95 inline size_t Log(size_t X) { in Log() function
|
/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/ |
H A D | p1.cpp | 49 template <class T> struct Log : T { struct 51 ~Log() { /* ... */ } in ~Log()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 37 class Log; variable
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterFlags.h | 21 class Log; variable
|
/llvm-project/clang-tools-extra/clangd/benchmarks/ |
H A D | IndexBenchmark.cpp | 45 StringRef Log = Buffer.get()->getBuffer(); in extractQueriesFromLogs() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 59 Logger *Log = nullptr; member
|
/llvm-project/llvm/tools/llvm-debuginfod/ |
H A D | llvm-debuginfod.cpp | 131 DebuginfodLog Log; llvm_debuginfod_main() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | JSONTransportTests.cpp | 54 llvm::raw_string_ostream Log; member in clang::clangd::__anond1998e0a0111::Echo
|
/llvm-project/third-party/unittest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 153 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log() function
|
/llvm-project/clang/lib/Tooling/ |
H A D | AllTUsExecution.cpp | 96 auto Log = [&](llvm::Twine Msg) { in execute() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 412 LogRef Log = Logger::make(__func__); in clang_findReferencesInFile() local 486 LogRef Log = Logger::make(__func__); in clang_findIncludesInFile() local
|
/llvm-project/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 160 raw_string_ostream Log(LogBuffer); in TryFindProgram() local
|
/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 351 DebuginfodLog &Log, in DebuginfodCollection() 558 DebuginfodServer::DebuginfodServer(DebuginfodLog &Log, in DebuginfodServer()
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | LoggerTest.cpp | 107 std::string Log; in TEST() local
|