Searched defs:weekdays (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/test/API/python_api/value/ | ||
H A D | main.c | 16 const char *weekdays[5] = { "Monday", variable |
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ | ||
H A D | LibCxx.cpp | 888 static const std::array<std::string_view, 7> weekdays = { LibcxxChronoWeekdaySummaryProvider() local |