Searched refs:kLlWarn (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_logging.h | 125 enum LogLevel { kLlDbg, kLlLog, kLlInfo, kLlWarn, kLlErr, kLlFatal, kLlMax }; enumerator 296 if (PRINT_LEVEL_USER <= kLlWarn) { \ 297 logInfo.EmitLogForUser(num, kLlWarn, fmt, ##__VA_ARGS__); \
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
H A D | mpl_logging.cpp | 34 [kLlDbg] = "D", [kLlLog] = "L", [kLlInfo] = "Info ", [kLlWarn] = "Warn ", [kLlErr] = "Error", [kLlFatal] = "Fatal"};
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | lower.cpp | 52 maple::LogInfo::MapleLogger(kLlWarn) << "return struct should have a kid" << std::endl; in LowerReturnStructUsingFakeParm()
|
Completed in 4 milliseconds