HomeSort by relevance Sort by last modified time
    Searched refs:BG (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/tools/llvm-cov/
RenderingSupport.h 53 bool Bold = false, bool BG = false) {
55 OS.changeColor(Color, Bold, BG);
  /external/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 233 /// @param BG if true change the background, default: change foreground
237 bool BG = false) {
240 (void)BG;
402 bool bg=false) override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override {
126 TheStream->changeColor(Color, Bold, BG);
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 1243 int bg = yuvconstants->kUVBiasBGR[1]; local
1937 uint32 bg = src_argb1[1]; local
1966 uint32 bg = src_argb1[1]; local
    [all...]
  /external/libyuv/files/source/
row_common.cc 997 #define BG (UG * 128 + VG * 128 + YGB
1239 int bg = yuvconstants->kUVBiasBGR[1]; local
1903 uint32 bg = src_argb1[1]; local
1932 uint32 bg = src_argb1[1]; local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 246 /// @param BG if true change the background, default: change foreground
250 bool BG = false) {
253 (void)BG;
415 bool bg=false) override;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 191 #define BG 0x11000000
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 875 int BG : ([](auto i) { return i; })(3); //expected-error{{inside of a constant expression}} \
901 int BG : ([](auto i) { return i; })(3); //expected-error{{not an integral constant}}\

Completed in 1495 milliseconds

1 2