|
mini-llvm 0.1.0
|
#include <bitset>#include <concepts>#include <cstdio>#include <format>#include <initializer_list>#include <string>#include <string_view>#include <utility>#include "mini-llvm/utils/Compiler.h"#include "mini-llvm/utils/Color.def"

Go to the source code of this file.
Classes | |
| class | mini_llvm::VTModeGuard |
| class | mini_llvm::ColorGuard |
| struct | mini_llvm::ColoredStringView |
| struct | mini_llvm::ColoredString |
| class | mini_llvm::Color |
| struct | std::formatter< mini_llvm::ColoredStringView > |
| struct | std::formatter< mini_llvm::ColoredString > |
Namespaces | |
| namespace | mini_llvm |
| namespace | mini_llvm::colors |
Macros | |
| #define | X(code, name) |
Functions | |
| MINI_LLVM_EXPORT bool | mini_llvm::supportsColor (FILE *stream) |
| Color | mini_llvm::operator~ (Color color) |
| Color | mini_llvm::operator& (Color lhs, Color rhs) |
| Color | mini_llvm::operator| (Color lhs, Color rhs) |
| Color | mini_llvm::operator^ (Color lhs, Color rhs) |
| Color & | mini_llvm::operator&= (Color &lhs, Color rhs) |
| Color & | mini_llvm::operator|= (Color &lhs, Color rhs) |
| Color & | mini_llvm::operator^= (Color &lhs, Color rhs) |
| #define X | ( | code, | |
| name ) |