HomeSort by: relevance | last modified time | path
    Searched defs:Log (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.h 87 inline uint32_t Log(uint32_t X) { return 32 - __builtin_clz(X) - 1; }
FuzzerDriver.cpp 215 std::string Log = "fuzz-" + std::to_string(C) + ".log";
217 Cmd.setOutputFile(Log);
229 fuzzer::CopyFileToErr(Log);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
DwarfTransformer.h 39 /// \param OS The stream to log warnings and non fatal issues to.
44 DICtx(D), Log(OS), Gsym(G) {}
69 /// \param Strm The thread specific log stream for any non fatal errors and
72 /// variable log. This keeps logging thread safe.
82 raw_ostream &Log;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Alignment.h 63 uint8_t Log;
99 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {}
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
AllTUsExecution.cpp 96 auto Log = [&](llvm::Twine Msg) {
122 Log("[" + std::to_string(Count()) + "/" + TotalNumStr +
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-internal-utils.cc 123 // Protects global resources (stdout in particular) used by Log().
126 // Returns true if and only if a log with the given severity is visible
130 // Always show the log if --gmock_verbose=info.
149 GTEST_API_ void Log(LogSeverity severity, const std::string& message,
  /src/external/bsd/elftosb/dist/common/
Logging.h 18 * there is the filter level. Any log message that is assigned a level
20 * current output level. Log messages that do not have their own level
29 * Most use of the logger classes is expected to be through the Log
31 * singleton logger instance. There is also a Log::SetOutputLevel utility
35 * Of all the overloaded log() methods in this class, none of them are
38 * The other log methods all wind up calling _log(), so it provides a
42 * \see Log
53 INFO, //!< The normal log level, for status messages.
56 DEBUG2 //!< Highest log level; verbose debug logging.
83 //! \brief Log with format
87 virtual void log(const std::string & msg) { log(msg.c_str()); } function in class:Logger
93 virtual void log(log_level_t level, const std::string & msg) { log(level, msg.c_str()); } function in class:Logger
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap_log.h 101 #define LDAP_LEVEL_ENTRY (0x08) /* log function entry points */
102 #define LDAP_LEVEL_ARGS (0x10) /* log function call parameters */
103 #define LDAP_LEVEL_RESULTS (0x20) /* Log function results */
104 #define LDAP_LEVEL_DETAIL1 (0x40) /* log level 1 function operational details */
105 #define LDAP_LEVEL_DETAIL2 (0x80) /* Log level 2 function operational details */
159 #define Log(level, severity, ...) \
170 #define Log(level, severity, ...) \
182 #define Log(level, severity, ...) ((void) 0)
187 Log((level), ldap_syslog_level, __VA_ARGS__ )
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp 411 LogRef Log = Logger::make(__func__);
414 if (Log)
415 *Log << "Null cursor";
419 if (Log)
420 *Log << "Got CXCursor_NoDeclFound";
424 if (Log)
425 *Log << "Null file";
429 if (Log)
430 *Log << "Null visitor";
434 if (Log)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 42 // Forward delta network consists of log(N) steps, where N is the number
335 Log = 0;
339 ++Log;
343 Row.resize(Mult*Log, None);
351 for (unsigned L = 0; L != Log; ++L) {
354 W |= C << (Log-1-L);
370 return Log;
374 unsigned Log;
416 getControls(R, Log, Reverse);
461 if (Step+1 < Log) {
    [all...]
  /src/external/gpl2/rcs/dist/src/
rcsbase.h 35 * Log: rcsbase.h,v
58 * this is needed to go back and find the $Log prefix.
116 * Add -kkvl. Fix type typos exposed by porting. Clean old log messages too.
364 struct cbuf log; /* log message requested at checkin */ member in struct:hshentry
427 #define LOG "Log"
439 Locker, Log, Name, RCSfile, Revision, Source, State };
445 #define EMPTYLOG "*** empty log message ***" /* used by ci and rlog */

Completed in 38 milliseconds