Home
last modified time | relevance | path

Searched refs:conflicts (Results 1 – 25 of 96) sorted by relevance

1234

/llvm-project-15.0.7/clang/utils/
H A Dmodfuzz.py17 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument
21 self.conflicts = conflicts
27 for i in self.conflicts:
38 Decl('struct X { int n; };\n', provides=['X'], conflicts=['X']),
/llvm-project-15.0.7/llvm/test/tools/llvm-lib/
H A Dmachine-mismatch.test27 OBJ32: i386.obj: file machine type x86 conflicts with library machine type x64 (inferred from earli…
34 BC32: i386.bc: file machine type x86 conflicts with library machine type x64 (inferred from earlier…
38 BC64: x86_64.bc: file machine type x64 conflicts with library machine type arm64 (inferred from ear…
45 OBJ64: x86_64.obj: file machine type x64 conflicts with library machine type x86 (from '/machine:X8…
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dcategory-direct-properties.m80 …ly) int direct_normal; // expected-error {{property declaration conflicts with previous di…
81 …ect) int normal_direct; // expected-error {{direct property declaration conflicts with previous de…
82 …ect) int direct_direct; // expected-error {{direct property declaration conflicts with previous di…
101 …ly) int direct_normal; // expected-error {{property declaration conflicts with previous di…
102 …ect) int normal_direct; // expected-error {{direct property declaration conflicts with previous de…
103 …ect) int direct_direct; // expected-error {{direct property declaration conflicts with previous di…
148 …ly) int direct_normal; // expected-error {{property declaration conflicts with previous di…
149 …ect) int normal_direct; // expected-error {{direct property declaration conflicts with previous de…
150 …ect) int direct_direct; // expected-error {{direct property declaration conflicts with previous di…
H A Doverride-nullability.m12 …warning {{conflicting nullability specifier on return types, 'nullable' conflicts with existing sp…
13 …rning {{conflicting nullability specifier on parameter types, 'nonnull' conflicts with existing sp…
H A Dmethod-direct-one-definition.m51 …ribute__((objc_direct)) { // expected-error {{direct method declaration conflicts with previous di…
62 - (void)C1; // expected-error {{method declaration conflicts with prev…
63 - (void)C2 __attribute__((objc_direct)); // expected-error {{direct method declaration conflicts wi…
H A Dnullable-result.m29 …ble_result b; // expected-error{{nullability specifier _Nullable_result conflicts with existing sp…
30 …id _Nullable_result _Nonnull c; // expected-error{{nullability specifier '_Nonnull' conflicts with…
H A Dparameterized_classes.m51 // Parse a type parameter with name conflicts.
151 …ct *, // expected-error{{type bound 'NSObject *' for type parameter 'T' conflicts with implicit bo…
152 …X : id> () // expected-error{{type bound 'id' for type parameter 'X' conflicts with previous bound…
355 …<__contravariant X, // expected-error{{contravariant type parameter 'X' conflicts with previous co…
356 …__covariant Y> () // expected-error{{covariant type parameter 'Y' conflicts with previous contrava…
361 …<__contravariant T, // expected-error{{contravariant type parameter 'T' conflicts with previous co…
362 …U> : NSObject // expected-error{{invariant type parameter 'U' conflicts with previous contravarian…
H A Dnullability.m39 …)conflictingMethod1; // expected-error{{nullability specifier 'nonnull' conflicts with existing sp…
45 …gProperty1; // expected-error{{nullability specifier 'null_unspecified' conflicts with existing sp…
48 …nflictingProperty3; // expected-error{{nullability specifier 'nullable' conflicts with existing sp…
56 …gProperty2; // expected-error{{nullability specifier 'null_unspecified' conflicts with existing sp…
102 …cified NSFoo*)foo { // expected-error{{nullability specifier 'nullable' conflicts with existing sp…
103 …// expected-error{{nullability specifier 'null_unspecified' conflicts with existing specifier 'non…
168 …2:(nonnull id)blah; // expected-error {{nullability specifier 'nonnull' conflicts with existing sp…
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dset-section-attr-and-rename.test17 # SET-BAR1: --set-section-flags=.bar conflicts with --rename-section=.foo=.bar
21 # SET-BAR2: --set-section-type=.bar conflicts with --rename-section=.foo=.bar
/llvm-project-15.0.7/clang/test/PCH/
H A Dobjc_parameterized_classes.m27 …ct *, // expected-error{{type bound 'NSObject *' for type parameter 'T' conflicts with implicit bo…
29 …U : id> (Cat2) // expected-error{{type bound 'id' for type parameter 'U' conflicts with previous b…
/llvm-project-15.0.7/clang/test/Modules/
H A Dconflicts.m6 @import Conflicts.A; // expected-warning{{module 'Conflicts.A' conflicts with already-imported modu…
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2002-03-08-NameCollision2.ll5 ; declaration for a method was found, that this would cause spurious conflicts
/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/
H A Dresolve-tmp-conflict.test1 ## Test that CHECK lines generated avoid naming conflicts with FileCheck IR variables
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dno-namespace.rst8 conflicts with Abseil's compatibility guidelines and may result in breakage.
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dreserved-section-name.s8 # CHECK: error: section from [[FILE]] conflicts with synthetic section __DATA_CONST,__got
/llvm-project-15.0.7/mlir/include/mlir/Dialect/NVGPU/
H A DPasses.td15 let summary = "Optimizes accesses to shard memory memrefs in order to reduce bank conflicts.";
/llvm-project-15.0.7/mlir/utils/tree-sitter-mlir/
H A Dgrammar.js6 conflicts : $ => [],
/llvm-project-15.0.7/clang/docs/
H A DMisExpect.rst46 Enables optimization remarks for misexpect when profiling data conflicts with
52 Enables misexpect warnings when profiling data conflicts with use of
/llvm-project-15.0.7/llvm/docs/
H A DMisExpect.rst50 Enables optimization remarks for misexpect when profiling data conflicts with
56 Enables misexpect warnings when profiling data conflicts with use of
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dattribute-with-option.s1 ## When a user specifies an architecture extension which conflicts with an
/llvm-project-15.0.7/third-party/benchmark/
H A Dappveyor.yml32 # git bash conflicts with MinGW makefiles
/llvm-project-15.0.7/llvm/test/Instrumentation/ThreadSanitizer/
H A Dtsan-vs-gvn.ll2 ; TSAN conflicts with load widening. Make sure the load widening is off with -tsan.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dloop-vect-memdep.ll5 ; CHECK: LV: Can't vectorize due to memory conflicts
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.td217 Resolve all inplacability conflicts by inserting explicit
218 `bufferization.alloc_tensor` ops. Examples of inplacability conflicts
219 are read-after-write conflicts or writes into non-writable buffers.
224 conflicts.
312 may still be other conflicts that do.)
/llvm-project-15.0.7/polly/test/ForwardOpTree/
H A Dnoforward_from_region.ll6 ; us from detecting possible memory conflicts.

1234