Home
last modified time | relevance | path

Searched refs:log_ (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcheck.h32 : log_(GetErrorLogInstance()) { in CheckHandler()
33 log_ << file << ":" << line << ": " << func << ": Check `" << check in CheckHandler()
37 LogType& GetLog() { return log_; } in GetLog()
40 log_ << std::endl; in ~CheckHandler()
49 LogType& log_;
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h50 ParsingLog *log() const { return log_; } in log()
52 log_ = log; in set_log()
97 ParsingLog *log_{nullptr};
H A Dparsing.h81 ParsingLog log_; variable
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp227 log_.Dump(out, allCooked_); in DumpParsingLog()
234 .set_log(&log_); in Parse()
245 void Parsing::ClearLog() { log_.clear(); } in ClearLog()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlibcalls.c115 double log_ = log(d); in test_builtins() local