OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasColors
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SchedulerStatistics.cpp
107
bool
HasColors
= OS.has_colors();
112
if (NumIssued == It->first &&
HasColors
)
118
if (
HasColors
)
139
bool
HasColors
= FOS.has_colors();
153
if (
HasColors
&& NormalizedAvg >= NormalizedThreshold)
156
if (
HasColors
)
159
if (
HasColors
&&
163
if (
HasColors
)
BottleneckAnalysis.cpp
321
bool
HasColors
= FOS.has_colors();
326
printInstruction(FOS, Source[FromIID],
HasColors
);
336
printInstruction(FOS, Source[CurrentIID],
HasColors
);
352
printInstruction(FOS, Source[CurrentIID],
HasColors
);
356
printInstruction(FOS, Source[ToIID],
HasColors
);
361
if (
HasColors
)
366
if (
HasColors
)
375
if (
HasColors
)
378
if (
HasColors
) {
385
if (
HasColors
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp
858
if (!
HasColors
)
859
HasColors
= sys::Process::FileDescriptorHasColors(FD);
860
return *
HasColors
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h
436
mutable Optional<bool>
HasColors
;
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026