Home
last modified time | relevance | path

Searched refs:redefinition (Results 1 – 25 of 94) sorted by relevance

1234

/external/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m6 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}}
Did.m20 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…
Dclass-def-test-1.m9 @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…
Dforward-class-redeclare.m13 @class PLAlbum; // expected-warning {{redefinition of forward class 'PLAlbum' of a typedef name of …
Divar-sem-check-1.m12 struct T {} X; // expected-error {{nested redefinition of 'T'}}
/external/clang/test/Lexer/
Dobjc_macros.m4 // 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/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m8 struct S2 { int x; }; // expected-error {{redefinition}}
11 struct S3 { float y; }; // expected-error {{redefinition}}
Dtypedef-tag-not-visible.m7 typedef struct { int x; } TypedefStructVisible_t; // expected-error{{typedef redefinition}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml59 * 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/
Dcodegen.ml59 * 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/
Dcodegen.ml59 * 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/
Dcodegen.ml59 * 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/test/Assembler/
Dinvalid-comdat2.ll5 ; CHECK: redefinition of comdat '$v'
Dalias-redefinition.ll3 ; CHECK: error: redefinition of global '@bar'
/external/llvm/test/Feature/
Dglobalredefinition3.ll1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "redefinition of global '@B'"
/external/swiftshader/third_party/LLVM/test/Feature/
Dglobalredefinition3.ll1 ; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
/external/llvm/test/CodeGen/MIR/Generic/
Dmachine-basic-block-redefinition-error.mir14 ; CHECK: [[@LINE+3]]:3: redefinition of machine basic block with id #0
Dmachine-function-redefinition-error.mir8 # CHECK: redefinition of machine function 'foo'
/external/llvm/test/Examples/Kaleidoscope/
DChapter4.test9 # Test redefinition.
/external/clang/test/CXX/temp/temp.spec/
Dcxx1y-variable-template-no-body.cpp23 expected-error{{redefinition of 'pi0' as different kind of symbol}}
/external/clang/test/PCH/
Dreplaced-decl.m20 typedef int I; // expected-error {{redefinition}}
/external/llvm/test/Linker/
Dredefinition.ll4 ; RUN: not llvm-link %s %S/Inputs/redefinition.ll -o %t.bc 2>&1 | FileCheck %s
/external/llvm/test/CodeGen/MIR/X86/
Dvirtual-register-redefinition-error.mir17 # CHECK: [[@LINE+1]]:11: redefinition of virtual register '%0'
Dconstant-pool-item-redefinition-error.mir17 # CHECK: [[@LINE+1]]:18: redefinition of constant pool item '%const.0'
Dfixed-stack-object-redefinition-error.mir21 # CHECK: [[@LINE+1]]:11: redefinition of fixed stack object '%fixed-stack.0'

1234