Searched refs:NOCOLOR (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lld/test/MachO/ |
D | color-diagnostics.test | 15 # RUN: not %lld /nosuchfile 2>&1 | FileCheck -check-prefix=NOCOLOR %s 17 # RUN: | FileCheck -check-prefix=NOCOLOR %s 19 # RUN: /nosuchfile 2>&1 | FileCheck -check-prefix=NOCOLOR %s 21 # NOCOLOR: lld: error: cannot open /nosuchfile
|
/external/llvm-project/lld/test/COFF/ |
D | color-diagnostics.test | 12 # RUN: not lld-link /nosuchfile 2>&1 | FileCheck -check-prefix=NOCOLOR %s 14 # RUN: | FileCheck -check-prefix=NOCOLOR %s 16 # RUN: /nosuchfile 2>&1 | FileCheck -check-prefix=NOCOLOR %s 18 # NOCOLOR: lld-link: error: could not open '/nosuchfile'
|
/external/llvm-project/lldb/test/Shell/Driver/ |
D | TestNoUseColor.test | 1 … --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --check-prefix NOCOLOR 2 NOCOLOR: use-color (boolean) = false 3 NOCOLOR: error: 'bogus' is not a valid command
|
/external/llvm-project/lld/test/ELF/ |
D | color-diagnostics.test | 15 # RUN: not ld.lld /nosuchfile 2>&1 | FileCheck -check-prefix=NOCOLOR %s 17 # RUN: | FileCheck -check-prefix=NOCOLOR %s 19 # RUN: /nosuchfile 2>&1 | FileCheck -check-prefix=NOCOLOR %s 21 # NOCOLOR: ld.lld: error: cannot open /nosuchfile
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | StackColoring.ll | 3 ; RUN: llc -mcpu=corei7 -no-stack-coloring=true < %s | FileCheck %s --check-prefix=NOCOLOR --check… 10 ;NOCOLOR: subq $272, %rsp 35 ;NOCOLOR: subq $272, %rsp 64 ;NOCOLOR: subq $272, %rsp 93 ;NOCOLOR: subq $408, %rsp 128 ;NOCOLOR: subq $400, %rsp 168 ;NOCOLOR: subq $272, %rsp 196 ;NOCOLOR: subq $272, %rsp 223 ;NOCOLOR: subq $272, %rsp 249 ;NOCOLOR: subq $1608, %rsp [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | StackColoring.ll | 3 ; RUN: llc -mcpu=corei7 -no-stack-coloring=true < %s | FileCheck %s --check-prefix=NOCOLOR --check… 10 ;NOCOLOR: subq $272, %rsp 35 ;NOCOLOR: subq $272, %rsp 64 ;NOCOLOR: subq $272, %rsp 93 ;NOCOLOR: subq $408, %rsp 128 ;NOCOLOR: subq $400, %rsp 168 ;NOCOLOR: subq $272, %rsp 196 ;NOCOLOR: subq $272, %rsp 223 ;NOCOLOR: subq $272, %rsp 249 ;NOCOLOR: subq $1608, %rsp [all …]
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.cpp | 41 #define NOCOLOR macro
|