Home
last modified time | relevance | path

Searched refs:kLlWarn (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h125 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 Dmpl_logging.cpp34 [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 Dlower.cpp52 maple::LogInfo::MapleLogger(kLlWarn) << "return struct should have a kid" << std::endl; in LowerReturnStructUsingFakeParm()

Completed in 4 milliseconds