Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dcheck-count.txt35 this is duplicate
36 this is duplicate
37 this is not duplicate
38 this is duplicate
39 this is duplicate
40 this is duplicate
43 CHECK-CNT1-COUNT-1: this is duplicate
44 CHECK-CNT1: this is duplicate
48 CHECK-CNT2-COUNT-2: this is duplicate
52 CHECK-CNT3-COUNT-2: this is duplicate
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/
H A Dduplicate.test1 RUN: not llvm-dwp %p/../Inputs/duplicate/c.dwo %p/../Inputs/duplicate/c.dwo -o %t 2>&1 \
4 RUN: not llvm-dwp %p/../Inputs/duplicate/c.dwo %p/../Inputs/duplicate/bc.dwp -o %t 2>&1 \
7 RUN: not llvm-dwp %p/../Inputs/duplicate/ac.dwp %p/../Inputs/duplicate/c.dwo -o %t 2>&1 \
21 DWOS: error: duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
22 1DWP: error: duplicate DWO ID ({{.*}}) in 'c.c' (from '{{.*}}ac.dwp') and 'c.c'{{$}}
23 2DWP: error: duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from '{{.*}}bc.dwp'){{$}}
25 DWODWOS: error: duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c'{{$}}
26 DWO1DWP: error: duplicate DWO ID ({{.*}}) in 'c.c' (from 'c.dwo' in '{{.*}}ac.dwp') and 'c.c'{{$}}
27 DWO2DWP: error: duplicate DWO ID ({{.*}}) in 'c.c' and 'c.c' (from 'c.dwo' in '{{.*}}bc.dwp'){{$}}
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Ddictionary-literal-duplicates.m29 @"foo" : @0, // expected-warning{{duplicate key in dictionary literal}}
30 @("foo") : @0, // expected-warning{{duplicate key in dictionary literal}}
34 @YES : @0, // expected-warning{{duplicate key in dictionary literal}}
35 @'\1' : @0, // expected-warning{{duplicate key in dictionary literal}}
36 @1 : @0, // expected-warning{{duplicate key in dictionary literal}}
37 @1ul : @0, // expected-warning{{duplicate key in dictionary literal}}
38 @1ll : @0, // expected-warning{{duplicate key in dictionary literal}}
40 @true : @0, // expected-warning{{duplicate key in dictionary literal}}
46 @-1ll : @0, // expected-warning{{duplicate key in dictionary literal}}
47 @(NO-YES) : @0, // expected-warning{{duplicate key in dictionary literal}}
[all …]
H A Dduplicate-ivar-in-class-extension.m12 int ivar; // expected-error {{duplicate member 'ivar'}}
13 int another_ivar; // expected-error {{duplicate member 'another_ivar'}}
14 int iSuper; // expected-error {{duplicate member 'iSuper'}}
30 return self->ivar; // would be ambiguous if the duplicate ivar were allowed
H A Dcheck-dup-decl-methods-1.m12 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}}
21 - (int) catm : (char*)ch1; // expected-error {{duplicate declaration of method 'catm:'}}
29 + (int) catm1 : (char)ch : (int*)i; // expected-error {{duplicate declaration of method 'catm1::'}}
30 + (T**) meth1; // expected-error {{duplicate declaration of method 'meth1'}}
36 - (int*) meth; // expected-error {{duplicate declaration of method 'meth'}}
H A Dclass-extension-dup-methods.m11 - (void) garf; // expected-error {{duplicate declaration of method 'garf'}}
12 + (void) cgarf; // expected-error {{duplicate declaration of method 'cgarf'}}
27 + (void)someMethodWithArgument:(float)argument : (float)argument2; // expected-error {{duplicate de…
H A Dcategory-1.m11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'…
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
25 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Catego…
26 @interface MyClass1 (Category8) @end // expected-warning {{duplicate definition of category 'Catego…
51 @interface XCRemoteComputerManager(x) // expected-warning {{duplicate definition of category 'x' on…
H A Dduplicate-ivar-check.m13 int one; // expected-error {{duplicate member 'one'}}
20 int fill_B; // expected-error {{duplicate member 'fill_B'}}
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dmri-delete.test37 # RUN: llvm-ar -M < duplicate.mri
41 # RUN: llvm-ar -M < duplicate-re-add.mri
49 # RUN: llvm-ar -M < thin-duplicate.mri
111 #--- duplicate.mri
112 create duplicate.ar
120 #--- duplicate-re-add.mri
121 create duplicate-re-add.ar
139 #--- thin-duplicate.mri
140 createthin thin-duplicate.ar
162 #--- addlib-thin-duplicate.mri
[all …]
H A Dmri-end.test33 # RUN: llvm-ar -M < duplicate-end-no-save.mri
34 # RUN: test ! -e duplicate-end-no-save.ar
36 # RUN: llvm-ar -M < duplicate-end-save.mri
37 # RUN: llvm-ar t duplicate-end-save.ar | FileCheck %s
75 #--- duplicate-end-no-save.mri
76 create duplicate-end-no-save.ar
81 #--- duplicate-end-save.mri
82 create duplicate-end-save.ar
H A Dmri-addmod.test26 # RUN: llvm-ar -M < duplicate.mri
27 # RUN: llvm-nm --print-armap duplicate.a | FileCheck --check-prefix=SYMS2 %s
28 # RUN: llvm-ar t duplicate.a | FileCheck --check-prefix=FILES2 %s
62 #--- duplicate.mri
63 CREATE duplicate.a
H A Dmri-addlib.test34 # RUN: llvm-ar -M < duplicate.mri
35 # RUN: llvm-nm --print-armap duplicate.a | FileCheck --check-prefix=SYMS2 %s
36 # RUN: llvm-ar t duplicate.a | FileCheck --check-prefix=FILES2 %s
78 #--- duplicate.mri
79 CREATE duplicate.a
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Deh-directive-movsp.s8 .section .duplicate
10 .global duplicate
11 .type duplicate,%function
12 duplicate: label
21 @ CHECK: Name: .ARM.exidx.duplicate
/llvm-project-15.0.7/lld/test/ELF/
H A Dconflict.s6 # DEMANGLE: duplicate symbol: mul(double, double)
9 # DEMANGLE: duplicate symbol: foo
16 # NO_DEMANGLE: duplicate symbol: _Z3muldd
19 # NO_DEMANGLE: duplicate symbol: foo
33 # ARCHIVE: duplicate symbol: foo
40 # DBGINFO: duplicate symbol: zed
H A Dsymver-archive.s11 # ERR: error: duplicate symbol: x
13 ## If defined xx and xx@@VER are in different files, report a duplicate definition error like GNU l…
14 # ERR: error: duplicate symbol: xx
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dobjc-extern-c.mm16 @protocol P // expected-warning {{duplicate protocol definition of 'P' is ignored}}
20 @interface I // expected-error {{duplicate}}
23 @interface I2(C) // expected-warning {{duplicate}}
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dduplicate-include.rst1 .. title:: clang-tidy - readability-duplicate-include
3 readability-duplicate-include
6 Looks for duplicate includes and removes them. The check maintains a list of
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-format-invalid.td22 // Test format has duplicate parameter captures.
25 // CHECK: duplicate parameter 'v0'
58 // Test duplicate capture of parameter in capture-all struct.
61 // CHECK: duplicate parameter 'v0'
65 // Test capture-all struct duplicate capture.
68 // CHECK: `params` captures duplicate parameter: v0
75 // CHECK: duplicate parameter 'v0'
/llvm-project-15.0.7/lld/test/MachO/
H A Ddiscard-llvm-sections.s6 ## "_llvm." symbols are not special. LLD would produce duplicate symbol errors
9 ## 1/ Test that LLD does not produce duplicate symbols errors when linking global symbols
20 ## 3/ Test that linking global symbol that is not under the LLVM segment produces duplicate
26 # DUP: error: duplicate symbol: _llvm.foo
/llvm-project-15.0.7/clang/test/Parser/
H A Dattr-external-source-symbol.m29 …ol(generated_declaration, generated_declaration))); // expected-error {{duplicate 'generated_decla…
31 …ource_symbol(language="Swift", language="Swift"))); // expected-error {{duplicate 'language' claus…
33 …in="module", language="Swift", defined_in="foo"))); // expected-error {{duplicate 'defined_in' cla…
36 …ration, generated_declaration, language="Swift"))); // expected-error {{duplicate 'generated_decla…
81 …or source container name in 'external_source_symbol'}} expected-error {{duplicate 'defined_in' cla…
84 …iteral for language name in 'external_source_symbol'}} expected-error {{duplicate 'language' claus…
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dduplicate-mapping-key.former-loader-error.test6 *anchor: duplicate key
8 *anchor: duplicate key
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Daccess-qualifier.cl94 kernel void k12(read_only read_only image1d_t i){} // expected-warning {{duplicate 'read_only' decl…
107 kernel void read_write_twice_typedef(read_write img1d_rw i){} // expected-warning {{duplicate 'read…
117 kernel void pipe_ro_twice(read_only read_only pipe int i){} // expected-warning{{duplicate 'read_on…
123 kernel void pipe_ro_twice_typedef(read_only ROPipeInt i){} // expected-warning{{duplicate 'read_onl…
132 kernel void read_only_twice_typedef(__read_only img1d_ro i){} // expected-warning {{duplicate '__re…
135 …y_twice_default(read_only img1d_ro_default img){} // expected-warning {{duplicate 'read_only' decl…
138 kernel void image_wo_twice(write_only __write_only image1d_t i){} // expected-warning {{duplicate '…
139 kernel void image_wo_twice_typedef(write_only img1d_wo i){} // expected-warning {{duplicate 'write_…
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dduplicate-include.td5 include "duplicate-include.inc"
6 include "duplicate-include.inc"
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dduplicate-symbol-debug.s6 # CHECK: error: duplicate symbol: _foo
7 # CHECK-NEXT: >>> defined in duplicate-symbol-debug.s:20
9 # CHECK-NEXT: >>> defined in duplicate-symbol-debug.s:20
/llvm-project-15.0.7/llvm/test/tools/llvm-cvtres/
H A Dduplicate.test1 // Check that cvtres rejects duplicate resources.
13 ID: duplicate resource: type STRINGTABLE (ID 6)/name ID 3/language 1033, in {{.*}}id1.res and in {{…
19 NAME: duplicate resource: type "TYPEFOO"/name "NAMEBAR"/language 1033, in {{.*}}name1.res and in {{…

12345678910>>...13