OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
1 - 25
of
498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/glsl/glcpp/tests/
089-redefine-macro-error.c.expected
1
0:2(9): preprocessor error:
Redefinition
of macro x
3
0:5(9): preprocessor error:
Redefinition
of macro abc
5
0:8(9): preprocessor error:
Redefinition
of macro foo
7
0:11(9): preprocessor error:
Redefinition
of macro bar
9
0:14(9): preprocessor error:
Redefinition
of macro biff
11
0:17(9): preprocessor error:
Redefinition
of macro oper
092-redefine-macro-error-2.c.expected
1
0:2(9): preprocessor error:
Redefinition
of macro A
3
0:5(9): preprocessor error:
Redefinition
of macro B
/external/clang/test/Modules/Inputs/ModuleMapLocations/Both_F.framework/Headers/
a.h
1
@import Module; // Don't cause
redefinition
error.
/prebuilts/go/darwin-x86/test/
funcdup2.go
10
F1(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
11
F2(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
12
F3() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
15
var T1 func(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
16
var T2 func(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
17
var T3 func() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
funcdup.go
10
F1(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
11
F2(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
12
F3() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
15
type T1 func(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
16
type T2 func(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
17
type T3 func() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
21
func (i *R) F1(i int) {} // ERROR "duplicate argument i|
redefinition
|previous"
22
func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|
redefinition
|previous"
23
func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|
redefinition
|previous"
25
func F1(i, i int) {} // ERROR "duplicate argument i|
redefinition
|previous
[
all
...]
method1.go
14
func (t *T) M(int, float64) { } // ERROR "redeclared|
redefinition
"
17
func f(int, float64) { } // ERROR "redeclared|
redefinition
"
20
func g(a int, c string) // ERROR "redeclared|
redefinition
"
/prebuilts/go/linux-x86/test/
funcdup2.go
10
F1(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
11
F2(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
12
F3() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
15
var T1 func(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
16
var T2 func(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
17
var T3 func() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
funcdup.go
10
F1(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
11
F2(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
12
F3() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
15
type T1 func(i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
16
type T2 func(i int) (i int) // ERROR "duplicate argument i|
redefinition
|previous"
17
type T3 func() (i, i int) // ERROR "duplicate argument i|
redefinition
|previous"
21
func (i *R) F1(i int) {} // ERROR "duplicate argument i|
redefinition
|previous"
22
func (i *R) F2() (i int) {return 0} // ERROR "duplicate argument i|
redefinition
|previous"
23
func (i *R) F3(j int) (j int) {return 0} // ERROR "duplicate argument j|
redefinition
|previous"
25
func F1(i, i int) {} // ERROR "duplicate argument i|
redefinition
|previous
[
all
...]
method1.go
14
func (t *T) M(int, float64) { } // ERROR "redeclared|
redefinition
"
17
func f(int, float64) { } // ERROR "redeclared|
redefinition
"
20
func g(a int, c string) // ERROR "redeclared|
redefinition
"
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p4-0x.cpp
8
bool b; // expected-error {{
redefinition
}}
10
int b; // expected-error {{
redefinition
}}
12
int b; // expected-error {{
redefinition
}}
14
bool c = true;) // expected-error {{
redefinition
}}
15
double c; // expected-error {{
redefinition
}}
17
int n; // expected-error {{
redefinition
}}
19
int a = 0; // expected-error {{
redefinition
}}
22
int b; // expected-error {{
redefinition
}}
24
int b; // expected-error {{
redefinition
}}
27
int b; // expected-error {{
redefinition
}}
[
all
...]
/external/clang/test/CXX/stmt.stmt/stmt.select/
p3.cpp
7
int x; // expected-error{{
redefinition
of 'x'}}
9
int x; // expected-error{{
redefinition
of 'x'}}
16
int x; // expected-error{{
redefinition
of 'x'}}
18
int x; // expected-error{{
redefinition
of 'x'}}
/external/libxml2/result/VC/
UniqueElementTypeDeclaration2
1
./test/VC/UniqueElementTypeDeclaration2:6: validity error :
Redefinition
of element a
UniqueElementTypeDeclaration2.rdr
1
./test/VC/UniqueElementTypeDeclaration2:6: validity error :
Redefinition
of element a
UniqueElementTypeDeclaration
1
test/VC/dtds/a.dtd:1: validity error :
Redefinition
of element a
UniqueElementTypeDeclaration.rdr
1
test/VC/dtds/a.dtd:1: validity error :
Redefinition
of element a
/external/clang/test/Sema/
typedef-redef.c
5
typedef int x; // expected-error {{typedef
redefinition
with different types}}
10
float y; // expected-error{{
redefinition
of 'y' with a different type}}
11
double y; // expected-error{{
redefinition
of 'y' with a different type}}
arg-duplicate.c
4
x) // expected-error {{
redefinition
of parameter}}
7
x; // expected-error {{
redefinition
of parameter}}
array-declared-as-incorrect-type.c
7
float a2[1]; // expected-error {{
redefinition
of 'a2'}}
13
int a4[2]; // expected-error {{
redefinition
of 'a4'}}
16
int a5[3][2][1]; // expected-error {{
redefinition
of 'a5'}}
/bionic/tests/
stdio_nofortify_test.cpp
11
#error "_FORTIFY_SOURCE has been redefined, fix the code to remove this
redefinition
."
string_nofortify_test.cpp
11
#error "_FORTIFY_SOURCE has been redefined, fix the code to remove this
redefinition
."
strings_nofortify_test.cpp
11
#error "_FORTIFY_SOURCE has been redefined, fix the code to remove this
redefinition
."
unistd_nofortify_test.cpp
11
#error "_FORTIFY_SOURCE has been redefined, fix the code to remove this
redefinition
."
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p4-neg.cpp
4
template<class U> void f0(U) { } // expected-error{{
redefinition
}}
7
template<int> void f0() { } // expected-error{{
redefinition
}}
14
void f0() { } // expected-error{{
redefinition
}}
22
typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{
redefinition
}}
27
// template<int J> void f0(A<J>) { } // Xpected-error{{
redefinition
}}
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p3.cpp
3
void f(const int) { } // expected-error {{
redefinition
of 'f'}}
/external/clang/test/Parser/
argument_redef.c
5
int A; /* expected-error {{
redefinition
of 'A'}} */
Completed in 1759 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>