Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dexternally-retained.m18 …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 Daarch64-ldst-modified-baseReg.mir5 # 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 Dmultiple-pc4.s6 # 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 Dc4_newval.s7 # 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 Dhigher-highest-addressing.s32 # 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 DTargetCXXABI.def35 /// 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 Dconcat-nested-namespaces.rst8 Inline namespaces are not modified.
33 Will be modified to:
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Darchive-unknown-members.test4 ## 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 Dstrip-debug.test6 # 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 Ddiscard-all.test4 # Verify that llvm-objcopy has not modified the input.
9 # Verify that llvm-objcopy has not modified the input.
H A Dstrip-all.test6 # 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 Dmodified-module-dependency.m5 // 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 Dverify_pch.m20 // 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 DREADME.txt13 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 Dt2-modified-immediate-fixup.s7 @ 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 DMipsOs16.cpp120 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 Dconst-correctness.rst12 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 Dcoalescing-with-subregs-in-loop-bug.mir8 # %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 DREADME.txt13 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 Dparametric-tiling.mlir53 // 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 Dint8-char-type.ll49 ; 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 Dtail-duplication-cache.s20 # 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 Ddiscard-all.test4 ## 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 Dbogus-initialize.test4 BOGUS_INITIALIZE: argv[0] has been modified in LLVMFuzzerInitialize
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnew-delete-0x.cpp25 expected-error {{variably modified type}} \ in bad_news()

12345678910>>...13