| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | externally-retained.m | 18 …e = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in … 19 …f = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in … 26 …a = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in … 36 …p = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in … 45 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}} 51 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}} 61 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}} 68 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}} 81 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}} 85 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}} [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-ldst-modified-baseReg.mir | 5 # has been modified in between these two ldr instructions, the conversion should not 14 # CHECK-LABEL: name: ldr-modified-baseReg-no-ldp1 21 name: ldr-modified-baseReg-no-ldp1 33 # CHECK-LABEL: name: str-modified-baseReg-no-stp1 40 name: str-modified-baseReg-no-stp1 52 # CHECK-LABEL: name: ldr-modified-baseReg-no-ldp2 59 name: ldr-modified-baseReg-no-ldp2 71 # CHECK-LABEL: name: ldr-modified-baseReg-no-ldp3 78 name: ldr-modified-baseReg-no-ldp3 90 # CHECK-LABEL: name: ldr-modified-baseAddr-convert-to-ldp [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Hexagon/ |
| H A D | multiple-pc4.s | 6 # CHECK: rror: register {{.+}} modified more than once 9 # CHECK: rror: register {{.+}} modified more than once 12 # CHECK-NOT: rror: register {{.+}} modified more than once 17 # CHECK-NOT: rror: register {{.+}} modified more than once
|
| H A D | c4_newval.s | 7 # CHECK: error: register `P0' used with `.new' but not validly modified in the same packet 12 # CHECK: error: register `P0' used with `.new' but not validly modified in the same packet 18 # CHECK: error: register `P0' used with `.new' but not validly modified in the same packet
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | higher-highest-addressing.s | 32 # Check the case where relocations are not modified by adding +1. The constant 43 # Check the case where %higher is modified by adding +1. 50 # Check the case where both %higher and %highest are modified by adding +1.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 35 /// The generic ARM ABI is a modified version of the Itanium ABI 77 /// The generic AArch64 ABI is also a modified version of the Itanium ABI, 85 /// The generic Mips ABI is a modified version of the Itanium ABI. 91 /// The WebAssembly ABI is a modified version of the Itanium ABI. 106 /// The Fuchsia ABI is a modified version of the Itanium ABI. 112 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | concat-nested-namespaces.rst | 8 Inline namespaces are not modified. 33 Will be modified to:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | archive-unknown-members.test | 4 ## detectable, if the file were modified. 14 ## Verify that the archive was not modified, if any member couldn't be recognized. 30 ## Verify that the first member was not modified, if a later member could not
|
| H A D | strip-debug.test | 6 # Verify that the previous run of llvm-objcopy has not modified the input. 64 # Verify that %t.non-object.a has not been modified. 77 # Verify that the member of a thin archive was properly modified. 85 # Verify that in the case of error thin archive and its memebers are not getting modified.
|
| H A D | discard-all.test | 4 # Verify that llvm-objcopy has not modified the input. 9 # Verify that llvm-objcopy has not modified the input.
|
| H A D | strip-all.test | 6 # Verify that the previous llvm-objcopy's run has not modified the input. 16 # Verify that the previous llvm-strip's run has not modified the input.
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | modified-module-dependency.m | 5 // RUN: cp %S/modified-module-dependency.module.map %t-dir/module.map 17 // CHECK: file '[[TEST_H:.*[/\\]test\.h]]' has been modified since the precompiled header '[[PREFIX…
|
| H A D | verify_pch.m | 20 // CHECK-STALE-DEP: file '{{.*}}.h' has been modified since the precompiled header '{{.*}}.pch' was… 28 // CHECK-STALE-SYS-H: file '{{.*}}sys_header.h' has been modified since the precompiled header '{{.…
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | README.txt | 13 program, now modified to implement a sort of 'lazy' compilation. 16 that has been modified to disable most stderr output for timing purposes.
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | t2-modified-immediate-fixup.s | 7 @ Thumb2 modified immediate instructions 32 @ mov without :upper16: or :lower16: should match mov with modified immediate
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 120 bool modified = false; in runOnModule() local 157 return modified; in runOnModule()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | const-correctness.rst | 12 Please note that this check's analysis is type-based only. Variables that are not modified 68 // Declare a variable that will not be modified. 142 // Result is modified later in its life-time. No diagnostic and fixit hint will be emitted. 156 // The reference 'ref_value' is not modified and can be made 'const int &ref_value = value;' 162 // Result is modified later in its life-time. No diagnostic and fixit hint will be emitted.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | coalescing-with-subregs-in-loop-bug.mir | 8 # %31 (defined and subreg-modified in the loop, and used after the loop) 24 # So this coalesces together into a single 128 bit value whose sub1 is modified 25 # in the loop, but the sub2 used in the V_LSHLREV is not modified in the loop.
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | README.txt | 13 program, now modified to accept an input IR file on the command line and, 17 that has been modified to support the input IR file command line option.
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | parametric-tiling.mlir | 53 // This loop is not modified in TILE_7 case. 56 // But is modified in TILE_74 case. 120 // This loop is not modified in TILE_7 case. 123 // But is modified in TILE_74 case.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | int8-char-type.ll | 49 ; Manually modified to use DW_ATE_unsigned 52 ; Manually modified to use DW_ATE_signed
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | tail-duplication-cache.s | 20 # CHECK: BOLT-INFO: tail duplication modified 1 ({{.*}}%) functions; duplicated 1 blocks (13 bytes)… 29 # CHECK2: BOLT-INFO: tail duplication modified 0 (0.00%) functions; duplicated 0 blocks (0 bytes) r…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | discard-all.test | 4 ## Verify that llvm-objcopy has not modified the input. 9 ## Verify that llvm-objcopy has not modified the input.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | bogus-initialize.test | 4 BOGUS_INITIALIZE: argv[0] has been modified in LLVMFuzzerInitialize
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | new-delete-0x.cpp | 25 expected-error {{variably modified type}} \ in bad_news()
|