Home
last modified time | relevance | path

Searched defs:BLACK (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h94 BLACK = 0, enumerator
114 static constexpr Colors BLACK = Colors::BLACK; variable
/llvm-project/llvm/utils/lit/lit/
H A DProgressBar.py78 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = "" variable in TerminalController
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp66 constexpr raw_ostream::Colors raw_ostream::BLACK; global() member in raw_ostream
/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp1845 enum Color { WHITE, GREY, BLACK }; isReducibleRegion() enumerator