Searched refs:redefinition (Results 1 – 25 of 159) sorted by relevance
1234567
/external/clang/test/SemaObjC/ |
D | check-dup-objc-decls-1.m | 6 float Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}} 10 typedef int Bar; // expected-error {{redefinition of 'Bar' as different kind of symbol}} 18 @class OBJECT ; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 23 @interface Gorf @end // expected-error {{redefinition of 'Gorf' as different kind of symbol}} expec… 25 void Gorf() // expected-error {{redefinition of 'Gorf' as different kind of symbol}} 44 NSString * const TestBaz; // expected-error {{redefinition of 'TestBaz' with a different type}}
|
D | id.m | 20 typedef int id; // expected-error {{typedef redefinition with different types ('int' vs 'id')}} 23 typedef double id; // expected-error {{typedef redefinition with different types ('double' vs 'id'… 25 typedef char *id; // expected-error {{typedef redefinition with different types ('char *' vs 'id')}} 27 typedef union U{ int iu; } *id; // expected-error {{typedef redefinition with different types ('uni…
|
D | class-def-test-1.m | 9 @interface INTF @end // expected-error {{redefinition of 'INTF' as different kind of symbol}} 17 typedef int OBJECT; // expected-error {{redefinition of 'OBJECT' as different kind of symbol}} 20 @interface INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kind of … 22 @implementation INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kin…
|
/external/deqp-deps/glslang/Test/ |
D | 300scope.vert | 5 int a = b; // ERROR, redefinition 17 float b(int a); // ERROR: redefinition 20 bool c; // ERROR: redefinition 22 float f; // ERROR: redefinition
|
D | 430scope.vert | 5 int a = b; // ERROR, redefinition 17 float b(int a); // ERROR: redefinition 20 bool c; // ERROR: redefinition 22 float f; // ERROR: redefinition
|
D | 100scope.vert | 5 int a = b; // ERROR, redefinition 17 float b(int a); // ERROR: redefinition 20 bool c; // ERROR: redefinition 22 float f; // ERROR: redefinition
|
D | 110scope.vert | 5 int a = b; // ERROR, redefinition 83 struct S { // ERROR, redefinition of struct S
|
/external/clang/test/Lexer/ |
D | objc_macros.m | 4 // expected-warning@-1 {{ignoring redefinition of Objective-C qualifier macro}} 6 // expected-warning@-1 {{ignoring redefinition of Objective-C qualifier macro}} 8 // expected-warning@-1 {{ignoring redefinition of Objective-C qualifier macro}}
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 300scope.vert.out | 2 ERROR: 0:5: 'a' : redefinition 4 ERROR: 0:20: 'c' : redefinition 5 ERROR: 0:22: 'f' : redefinition 6 ERROR: 0:23: 'tan' : redefinition 7 ERROR: 0:24: 'redefinition of built-in function' : not supported with this profile: es 10 ERROR: 0:25: 'redefinition of built-in function' : not supported with this profile: es 21 ERROR: 0:57: 'z' : redefinition
|
D | 100scope.vert.out | 2 ERROR: 0:5: 'a' : redefinition 4 ERROR: 0:20: 'c' : redefinition 5 ERROR: 0:22: 'f' : redefinition 6 ERROR: 0:24: 'redefinition of built-in function' : not supported with this profile: es 8 ERROR: 0:25: 'redefinition of built-in function' : not supported with this profile: es 13 ERROR: 0:57: 'z' : redefinition
|
D | 430scope.vert.out | 2 ERROR: 0:5: 'a' : redefinition 4 ERROR: 0:20: 'c' : redefinition 5 ERROR: 0:22: 'f' : redefinition 8 ERROR: 0:57: 'z' : redefinition
|
/external/lz4/ |
D | INSTALL | 10 including [staged installs], [redirection], or [command redefinition]. 16 [command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
|
/external/clang/test/Modules/ |
D | elaborated-type-specifier-from-hidden-module.m | 8 struct S2 { int x; }; // expected-error {{redefinition}} 11 struct S3 { float y; }; // expected-error {{redefinition}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 59 * has a body, don't allow redefinition or reextern. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args");
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | invalid-comdat2.ll | 5 ; CHECK: redefinition of comdat '$v'
|
/external/llvm/test/Assembler/ |
D | invalid-comdat2.ll | 5 ; CHECK: redefinition of comdat '$v'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | globalredefinition3.ll | 1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "redefinition of global '@B'"
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
D | globalredefinition3.ll | 1 ; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
|
/external/llvm/test/Feature/ |
D | globalredefinition3.ll | 1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "redefinition of global '@B'"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | section-name.ll | 9 ; CHECK: LLVM ERROR: invalid symbol redefinition
|
1234567