Home
last modified time | relevance | path

Searched defs:Color (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp75 ColorScope Color(OS, ShowColors, NullColor); in Visit() local
81 ColorScope Color(OS, ShowColors, CommentColor); in Visit() local
93 ColorScope Color(OS, ShowColors, AttrColor); in Visit() local
128 ColorScope Color(OS, ShowColors, NullColor); in Visit() local
133 ColorScope Color(OS, ShowColors, StmtColor); in Visit() local
143 ColorScope Color(OS, ShowColors, ErrorsColor); in Visit() local
148 ColorScope Color(OS, ShowColors, ValueKindColor); in Visit() local
162 ColorScope Color(OS, ShowColors, ObjectKindColor); in Visit() local
190 ColorScope Color(OS, ShowColors, NullColor); in Visit() local
196 ColorScope Color(OS, ShowColors, TypeColor); in Visit() local
[all …]
H A DASTDumper.cpp29 ColorScope Color(OS, ShowColors, NullColor); in dumpInvalidDeclContext() local
40 ColorScope Color(OS, ShowColors, DeclKindNameColor); in dumpInvalidDeclContext() local
46 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpInvalidDeclContext() local
76 ColorScope Color(OS, ShowColors, DeclNameColor); in dumpLookups() local
105 ColorScope Color(OS, ShowColors, UndeserializedColor); in dumpLookups() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumperUtils.h30 llvm::raw_ostream::Colors Color; member
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp221 void SelectionDAG::setGraphColor(const SDNode *N, const char *Color) { in setGraphColor()
233 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, in setSubgraphColorHelper()
265 void SelectionDAG::setSubgraphColor(SDNode *N, const char *Color) { in setSubgraphColor()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor()
143 WithColor &WithColor::changeColor(raw_ostream::Colors Color, bool Bold, in changeColor()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnostic.h48 enum llvm::raw_ostream::Colors Color; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp84 convertToHSV(const std::tuple<uint8_t, uint8_t, uint8_t> &Color) { in convertToHSV() argument
121 convertToRGB(const std::tuple<double, double, double> &Color) { in convertToRGB() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h148 changeColor(enum Colors Color,bool Bold,bool BG) changeColor() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp127 BasicBlock *Color; in colorEHFunclets() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp144 bool Color = llvm::is_contained( in runOnFunction() local
H A DStackSlotColoring.cpp302 int Color = -1; in ColorSlot() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h152 std::optional<raw_ostream::Colors> Color; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp290 size_t Color = I; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp126 raw_ostream::Colors Color = chooseColor(Cycles, Executions, BufferSize); in tryChangeColor() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp102 enum class Color { Even, Odd }; global() enum
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp655 int Color = NextReservedID; in colorHighLatenciesGroups() local
1182 unsigned Color = CurrentColoring[SU->NodeNum]; in createBlocksForVariant() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp132 auto Color = HighlightColor::Enumerator; in dumpAttribute() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp970 std::optional<StringRef> Color; in renderLine() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6023 const raw_ostream::Colors Color = raw_ostream::BLUE; in print_block() local
6060 const raw_ostream::Colors Color = raw_ostream::MAGENTA; in print_block() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp157 auto Color = ColorKind::None; in getUniqueColor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp687 BasicBlock *Color = Colors.front(); in ~RuntimeCallInserter() local