| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | misc-ops.mlir | 42 // expected-error @+2{{use of value '%arg' expects different type than prior uses: 'i1' vs 'f32'}} 43 // expected-note @-2 {{prior use here}}
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | invalid-ops.mlir | 56 // expected-error@+2 {{different type than prior uses}} 57 // expected-note@-2 {{prior use here}} 109 func.func @invalid_splat(%v : f32) { // expected-note {{prior use here}} 111 // expected-error@-1 {{expects different type than prior uses}}
|
| H A D | invalid-builtin-types.mlir | 100 …ding_mismatch(%arg0: tensor<8xi32, "enc">) -> (tensor<8xi32>) { // expected-note {{prior use here}} 101 …i32> // expected-error {{use of value '%arg0' expects different type than prior uses: 'tensor<8xi3…
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_activation_flags.inc | 13 # error "Define ASAN_ACTIVATION_FLAG prior to including this file!" 17 # error "Define COMMON_ACTIVATION_FLAG prior to including this file!"
|
| /llvm-project-15.0.7/mlir/test/mlir-lsp-server/ |
| H A D | code-action.test | 118 "message":"use of value '%arg' expects different type than prior uses: 'i64' vs 'i32'", 121 "message":"prior use here", 141 …/ expected-error @below {{use of value '%arg' expects different type than prior uses: 'i64' vs 'i3… 154 // CHECK-NEXT-LITERAL: "newText": "// expected-note @below {{prior use here}}\n",
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-function-1.cpp | 179 prior: in f() 181 prior_label = &&prior; // expected-error{{assigning to 'int'}} in f()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/ |
| H A D | invalid.mlir | 12 // expected-note @+1 {{prior use here}} 14 …// expected-error @+1{{expects different type than prior uses: 'tensor<5xf32>' vs 'tensor<?xf32>'}}
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | directive-fpu-instrs.s | 7 @ .thumb should not disable the prior .fpu neon
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | dwarf64-err.s | 4 # DWARF2: the 64-bit DWARF format is not supported for DWARF versions prior to 3
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | restore-externals.ll | 1 ; Check that "internalizedfn" is re-externalized prior to CodeGen when
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sancov_flags.inc | 13 #error "Defnine SANCOV_FLAG prior to including this file!"
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | op-format-spec.td | 145 // CHECK: error: 'ref' of 'type($operand)' is not bound by a prior 'type' directive 150 // CHECK: error: 'ref' of 'type(operands)' is not bound by a prior 'type' directive 155 // CHECK: error: 'ref' of 'type($result)' is not bound by a prior 'type' directive 160 // CHECK: error: 'ref' of 'type(results)' is not bound by a prior 'type' directive 165 // CHECK: error: 'ref' of 'successors' is not bound by a prior 'successors' directive 170 // CHECK: error: 'ref' of 'regions' is not bound by a prior 'regions' directive 185 // CHECK: error: 'ref' of 'operands' is not bound by a prior 'operands' directive 190 // CHECK: error: 'ref' of 'attr-dict' is not bound by a prior 'attr-dict' directive
|
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | finalizing-bufferize.mlir | 97 // expected-note @+1 {{prior use here}} 99 …// expected-error @+1 {{expects different type than prior uses: 'tensor<?xf32>' vs 'tensor<*xf32>'…
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | log_path_fork_test.cc.disabled | 3 // Set verbosity to 1 so that the log files are opened prior to fork().
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_basic_flags.inc | 13 #error "Define XRAY_FLAG prior to including this file!"
|
| H A D | xray_fdr_flags.inc | 13 #error "Define XRAY_FLAG prior to including this file!"
|
| H A D | xray_profiling_flags.inc | 13 #error "Define XRAY_FLAG prior to including this file!"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | t2abs-killflags.ll | 8 ; kill the operand prior to pseudo expansion.
|
| /llvm-project-15.0.7/compiler-rt/tools/gwp_asan/ |
| H A D | CMakeLists.txt | 2 # -fsanitize=fuzzer-no-link was not a valid command line flag prior to this.
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | values-at-scopes-consistency.ll | 5 ; added to ValuesAtScope due to a prior invalidation.
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_flags.inc | 13 # error "Define MSAN_FLAG prior to including this file!"
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | inttypes.h | 18 #error MSVC does not have inttypes.h prior to Visual Studio 2013
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.inc | 13 # error "Define UBSAN_FLAG prior to including this file!"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | copy-to-reg.ll | 4 ; Test that CopyToReg instructions don't have non-register operands prior
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | coro-param-copy.ll | 52 ; See that all of the uses prior to coro-begin stays put. 61 ; See that we only copy the x as y was not modified prior to coro.begin.
|