Home
last modified time | relevance | path

Searched defs:Log (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/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-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp159 void DiffConsumer::logf(const LogBuilder &Log) { in logf()
189 void DiffConsumer::logd(const DiffLogBuilder &Log) { in logd()
/netbsd-src/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; } in Log() function
H A DFuzzerDriver.cpp215 std::string Log = "fuzz-" + std::to_string(C) + ".log"; in WorkerThread() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h82 raw_ostream &Log; variable
/netbsd-src/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, in Log() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp71 raw_ostream &Log, in convert()
H A DDwarfTransformer.cpp249 static void convertFunctionLineTable(raw_ostream &Log, CUInfo &CUI, in convertFunctionLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp141 raw_string_ostream Log(LogBuffer); in TryFindProgram() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp96 auto Log = [&](llvm::Twine Msg) { in execute() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp411 LogRef Log = Logger::make(__func__); in clang_findReferencesInFile() local
485 LogRef Log = Logger::make(__func__); in clang_findIncludesInFile() local
H A DCXSourceLocation.cpp128 LogRef Log = Logger::make(__func__); in clang_getLocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAlignment.h63 uint8_t Log; member
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsbase.h439 Locker, Log, Name, RCSfile, Revision, Source, State }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1571 Value *Log = nullptr; in replacePowWithExp() local
1846 Value *LibCallSimplifier::optimizeLog(CallInst *Log, IRBuilderBase &B) { in optimizeLog()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2558 auto Log = B.buildFLog2(S32, Src0, Flags); in legalizeFPow() local
2566 auto Log = B.buildFLog2(S16, Src0, Flags); in legalizeFPow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp374 unsigned Log; member