Searched defs:Log (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerUtil.h87 inline uint32_t Log(uint32_t X) { return 32 - __builtin_clz(X) - 1; } function in namespace:fuzzer
H A DFuzzerDriver.cpp215 std::string Log = "fuzz-" + std::to_string(C) + ".log"; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h82 raw_ostream &Log; member in class:llvm::gsym::DwarfTransformer
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAlignment.h63 uint8_t Log; member in struct:llvm::Align::LogValue
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp70 convert(const object::ObjectFile &Obj, raw_ostream &Log, GsymCreator &Gsym) argument
H A DDwarfTransformer.cpp249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp96 auto Log = [&](llvm::Twine Msg) { local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp159 void DiffConsumer::logf(const LogBuilder &Log) { argument
189 void DiffConsumer::logd(const DiffLogBuilder &Log) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-internal-utils.cc149 GTEST_API_ void Log(LogSeverity severity, const std::string& message, function in namespace:testing::internal
/netbsd-current/external/bsd/elftosb/dist/common/
H A DLogging.h124 class Log class
[all...]
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_log.h159 #define Log(level, severity, ...) \ macro
170 #define Log(level, severity, ...) \ macro
182 #define Log(level, severity, ...) ((void) 0) macro
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp411 LogRef Log = Logger::make(__func__); local
485 LogRef Log = Logger::make(__func__); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp374 unsigned Log; member in namespace:__anon2426
[all...]
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsbase.h439 Locker, Log, Name, RCSfile, Revision, Source, State }; enumerator in enum:markers

Completed in 302 milliseconds