OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
151 - 175
of
498
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
typedef-class.m
57
@class XCElementToggler; // expected-warning {{
redefinition
of forward class 'XCElementToggler' of a typedef name of an object type is ignored}}
/external/llvm/test/MC/AArch64/
dot-req.s
5
// CHECK-NOT: ignoring
redefinition
of register alias 'fred'
/external/llvm/test/MC/ARM/
thumb_set-diagnostics.s
54
@ CHECK: error:
redefinition
of 'beta'
/external/clang/test/SemaCXX/
extern-c.cpp
28
float test3_b; // expected-error {{
redefinition
of 'test3_b' with a different type: 'float' vs 'int'}}
46
static float test4_c; // expected-error {{
redefinition
of 'test4_c' with a different type: 'float' vs 'int'}}
65
static float test5_c; // expected-error {{
redefinition
of 'test5_c' with a different type: 'float' vs 'int'}}
alias-template.cpp
40
template<typename Z> using U = int; // expected-error {{type alias template
redefinition
with different types ('int' vs 'int [42]')}}
87
template<typename U> using c = int; // expected-error {{
redefinition
of 'c' as different kind of symbol}}
89
template<typename U> using d = d; // expected-error {{
redefinition
of 'd' as different kind of symbol}}
default1.cpp
7
void f(int i = 17); // expected-error {{
redefinition
of default argument}}
linkage-spec.cpp
77
extern "C" void pr7859_a(int) {} // expected-error {{
redefinition
}}
trailing-return-0x.cpp
31
using T = void; // expected-error {{type alias
redefinition
with different types ('void' vs 'auto (int) -> auto (*)(char) -> void')}}
anonymous-union.cpp
75
void zz(); // expected-error{{
redefinition
of 'zz' as different kind of symbol}}
89
void int_val2(); // expected-error{{
redefinition
of 'int_val2' as different kind of symbol}}
default2.cpp
20
int i, int j) { // expected-error {{
redefinition
of parameter 'i'}}
46
void C::f(int i = 3) // expected-error{{
redefinition
of default argument}}
decltype.cpp
100
// expected-error@+1 {{
redefinition
of 'foo'}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml
181
* has a body, don't allow
redefinition
or reextern. *)
185
raise (Error "
redefinition
of function");
189
raise (Error "
redefinition
of function with different # args");
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSemanticsMessage.java
34
*
redefinition
.
/external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp
23
expected-error{{
redefinition
of 'pi0' as different kind of symbol}}
/external/clang/test/Modules/
serialized-diags.m
27
// CHECK-WITH-ERRORS: has_errors.h:2:13: error:
redefinition
of 'foo'
/external/clang/test/SemaTemplate/
inject-templated-friend-post.cpp
37
friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{
redefinition
of 'operator<<'}}
instantiation-default-1.cpp
39
template<> struct Def1<const int, const int> { }; // expected-error{{
redefinition
of 'Def1<const int>'}}
class-template-spec.cpp
30
template<> struct A<FLOAT, float> { }; // expected-error{{
redefinition
}}
32
template<> struct A<float, int> { }; // expected-error{{
redefinition
}}
/external/llvm/test/CodeGen/MIR/X86/
jump-table-redefinition-error.mir
38
# CHECK: [[@LINE+1]]:18:
redefinition
of jump table entry '%jump-table.0'
/external/sfntly/cpp/src/sfntly/port/
type.h
31
// Definitions to avoid ICU
redefinition
issue
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp
43
using U = int; // expected-error {{type alias
redefinition
with different types ('int' vs 'int [42]')}}
102
using c = int; // expected-error {{typedef
redefinition
with different types}}
/external/clang/test/Preprocessor/
line-directive.c
47
typedef int x; // expected-warning {{
redefinition
of typedef 'x' is a C11 feature}}
68
typedef int w; // expected-warning {{
redefinition
of typedef 'w' is a C11 feature}}
/external/clang/test/Sema/
MicrosoftExtensions.c
139
void ptr_func(int * __ptr64 i) {} // expected-error {{
redefinition
of 'ptr_func'}}
143
void ptr_func2(int * __uptr __ptr32 i) {} // expected-error {{
redefinition
of 'ptr_func2'}}
types.c
49
int j[42]; // expected-error {{
redefinition
of 'j' with a different type: 'int [42]' vs 'int [4]'}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml
199
* has a body, don't allow
redefinition
or reextern. *)
203
raise (Error "
redefinition
of function");
207
raise (Error "
redefinition
of function with different # args");
Completed in 855 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>