Searched refs:BG (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DRenderingSupport.h52 bool Bold = false, bool BG = false) {
54 OS.changeColor(Color, Bold, BG);
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DWithColor.h68 /// @param BG If true, change the background, default: change foreground
72 bool Bold = false, bool BG = false,
75 changeColor(Color, Bold, BG);
119 /// @param BG If true, change the background, default: change foreground
121 bool BG = false);
H A DFormattedStream.h148 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
149 TheStream->changeColor(Color, Bold, BG);
H A Draw_ostream.h319 /// @param BG if true change the background, default: change foreground
322 bool BG = false);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h380 // FreeList - > BG -> BG -> BG
388 // Each BlockGroup(BG) will associate with unique group id and the free blocks
410 BatchGroup *BG = nullptr;
414 BG = reinterpret_cast<BatchGroup *>(
416 BG->Batches.clear();
422 BG = C->createGroup();
423 BG->Batches.clear();
429 BG
548 BatchGroup *BG = Region->FreeList.front(); local
[all...]
H A Dprimary32.h374 // FreeList - > BG -> BG -> BG
382 // Each BlockGroup(BG) will associate with unique group id and the free blocks
404 BatchGroup *BG = nullptr;
408 BG = reinterpret_cast<BatchGroup *>(
410 BG->Batches.clear();
416 BG = C->createGroup();
417 BG->Batches.clear();
423 BG
541 BatchGroup *BG = Sci->FreeList.front(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DWithColor.cpp144 bool BG) {
146 OS.changeColor(Color, Bold, BG);
143 changeColor(raw_ostream::Colors Color, bool Bold, bool BG) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1789 for (auto &BG : BitGroups) {
1790 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0);
1791 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)];
1792 VRI.V = BG.V;
1793 VRI.RLAmt = BG.RLAmt;
1794 VRI.Repl32 = BG.Repl32;
1796 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx);
1827 auto IsAllLow32 = [this](BitGroup & BG) {
1828 if (BG
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i960.c196 #define BG 0x11000000 macro
1973 { CMPO, BG }, /* 0x31 - cmpobg */
1981 { CMPI, BG }, /* 0x39 - cmpibg */
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i960.c278 #define BG 0x11000000
2430 { CMPO, BG }, /* 0x31 - cmpobg */
2438 { CMPI, BG }, /* 0x39 - cmpibg */
277 #define BG macro
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm1261 for my $BG ("",map {"on_$_"} qw(black red green yellow
1263 $CPAN::Frontend->myprint( $FG||$BG ?
1264 Term::ANSIColor::colored(" $T ","$FG $BG") : " $T ") unless $auto_config;

Completed in 275 milliseconds