Home
last modified time | relevance | path

Searched defs:colors (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DStreamAsynchronousIO.cpp18 bool colors) in StreamAsynchronousIO()
/llvm-project-15.0.7/openmp/runtime/tools/
H A DsummarizeStats.py241 def drawMainPie(data, filebase, colors): argument
251 def drawSubPie(data, tag, filebase, colors): argument
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStreamTee.h22 StreamTee(bool colors = false) : Stream(colors) {} in Stream() argument
/llvm-project-15.0.7/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp276 std::list<std::string> colors {"red", "blue", "green"}; in list_test() local
514 std::unordered_set<std::string> colors {"red", "blue", "green"}; in unordered_set_test() local
532 std::unordered_multiset<std::string> colors {"red", "blue", "green", "red"}; in unordered_multiset_test() local
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandReturnObject.cpp43 CommandReturnObject::CommandReturnObject(bool colors) in CommandReturnObject()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStream.cpp26 bool colors) in Stream()
30 Stream::Stream(bool colors) in Stream()
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp521 raw_ostream &raw_ostream::changeColor(enum Colors colors, bool bold, bool bg) { in changeColor()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp113 const MapType &colors() const { in colors() function