OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
76 - 100
of
498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaTemplate/
inject-templated-friend.cpp
17
friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{
redefinition
of 'operator<<'}}
36
// Sema should flag this as a
redefinition
canonical-expr-type.cpp
13
void f0(U u, __typeof__(f(u))) { } // expected-error{{
redefinition
}}
25
void f0a(T x, __typeof__(f(N)) y) { } // expected-error{{
redefinition
}}
37
void f1(T (&array)[M + N]) { } // expected-error{{
redefinition
}}
/external/clang/test/CXX/basic/basic.link/
p9.cpp
9
int N(); // expected-error{{
redefinition
}} expected-warning{{interpreted as a function declaration}} expected-note {{replace parentheses with an initializer}}
/external/clang/test/Modules/
typedef-tag-not-visible.m
7
typedef struct { int x; } TypedefStructVisible_t; // expected-error{{typedef
redefinition
}}
/external/clang/test/PCH/
replaced-decl.m
20
typedef int I; // expected-error {{
redefinition
}}
variables.c
35
double z; // expected-error{{
redefinition
}} expected-note@14{{previous}}
36
int z2 = 18; // expected-error{{
redefinition
}} expected-note@16{{previous}}
37
double VeryHappy; // expected-error{{
redefinition
}} expected-note@19{{previous definition is here}}
line-directive.c
8
double x; // expected-error{{
redefinition
of 'x' with a different type}}
/external/clang/test/Parser/
goto.c
26
l: /* expected-error {{
redefinition
of label 'l'}} */
/external/clang/test/Sema/
nested-redef.c
3
struct X { } x; // expected-error{{nested
redefinition
of 'X'}}
decl-in-prototype.c
20
int f4(struct A { struct b { int j; } t; } *); // expected-warning {{declaration of 'struct A' will not be visible outside of this function}} expected-warning {{
redefinition
of 'b' will not be visible outside of this function}}
28
int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{
redefinition
of 'ab' will not be visible}} expected-warning {{
redefinition
of 'ab' will not be visible}}
merge-decls.c
18
int funcdef2() { return 0; } // expected-error {{
redefinition
of 'funcdef2'}}
28
Vi2 g0; // expected-error {{
redefinition
of 'g0'}}
31
_Complex float g1; // expected-error {{
redefinition
of 'g1'}}
/external/clang/test/SemaCXX/
namespace.cpp
11
int A; // expected-error {{
redefinition
of 'A' as different kind of symbol}}
12
class A; // expected-error {{
redefinition
of 'A' as different kind of symbol}}
21
namespace C {} // expected-error {{
redefinition
of 'C' as different kind of symbol}}
65
namespace B {} // expected-error {{
redefinition
of 'B' as different kind of symbol}}
array-bound-merge.cpp
14
int e[] = { 1 }; // expected-error {{
redefinition
of 'e' with a different type: 'int []' vs 'const int [2]'}}
fntype-decl.cpp
19
int h(int) { } // expected-error{{
redefinition
of 'h'}}
/external/llvm/test/CodeGen/MIR/Generic/
machine-basic-block-redefinition-error.mir
14
; CHECK: [[@LINE+3]]:3:
redefinition
of machine basic block with id #0
machine-function-redefinition-error.mir
8
# CHECK:
redefinition
of machine function 'foo'
/external/llvm/test/Examples/Kaleidoscope/
Chapter4.test
9
# Test
redefinition
.
/external/llvm/test/Linker/
redefinition.ll
4
; RUN: not llvm-link %s %S/Inputs/
redefinition
.ll -o %t.bc 2>&1 | FileCheck %s
/prebuilts/go/darwin-x86/test/fixedbugs/
bug342.go
12
foo(x int) (x int) // ERROR "duplicate argument|
redefinition
"
issue5089.go
13
func (b *bufio.Reader) Buffered() int { // ERROR "non-local|
redefinition
"
/prebuilts/go/linux-x86/test/fixedbugs/
bug342.go
12
foo(x int) (x int) // ERROR "duplicate argument|
redefinition
"
issue5089.go
13
func (b *bufio.Reader) Buffered() int { // ERROR "non-local|
redefinition
"
/external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp
12
label1: // expected-error{{
redefinition
of label 'label1'}}
/external/clang/test/SemaObjC/
forward-class-redeclare.m
13
@class PLAlbum; // expected-warning {{
redefinition
of forward class 'PLAlbum' of a typedef name of an object type is ignore}}
ivar-sem-check-1.m
12
struct T {} X; // expected-error {{nested
redefinition
of 'T'}}
Completed in 467 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>