OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
101 - 125
of
450
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
McTypes.h
5
* MobiCore types
redefinition
.
/external/clang/test/Sema/
MicrosoftExtensions.c
117
void ptr_func(int * __ptr64 i) {} // expected-error {{
redefinition
of 'ptr_func'}}
121
void ptr_func2(int * __uptr __ptr32 i) {} // expected-error {{
redefinition
of 'ptr_func2'}}
warn-duplicate-enum.c
100
VALUE // expected-error{{
redefinition
of enumerator 'VALUE'}}
/external/clang/test/SemaTemplate/
class-template-spec.cpp
30
template<> struct A<FLOAT, float> { }; // expected-error{{
redefinition
}}
32
template<> struct A<float, int> { }; // expected-error{{
redefinition
}}
inject-templated-friend-post.cpp
32
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>'}}
/external/chromium_org/third_party/icu/patches/
vs2012.patch
7
* Cygwin with MSVC 9.0 also complains here about
redefinition
.
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp
287
template <> class BasicStringPiece<int> { }; // expected-error {{
redefinition
of 'spec_vs_expl_inst::IDS_WithDefinedTemplate::BasicStringPiece<int>'}}
317
template <> class BasicStringPiece<int> { }; // expected-error {{
redefinition
of 'spec_vs_expl_inst::SIS::BasicStringPiece<int>'}}
324
template <> class BasicStringPiece<int> { }; // expected-error {{
redefinition
of 'spec_vs_expl_inst::SDS::BasicStringPiece<int>'}}
332
template <> class BasicStringPiece<int> { }; // expected-error {{
redefinition
of 'spec_vs_expl_inst::SDIS::BasicStringPiece<int>'}}
/external/clang/test/SemaCXX/
dcl_ambig_res.cpp
69
void h7(int *(*_fp)(C7 _parm[10])) { } // expected-error{{
redefinition
}}
default1.cpp
4
void f(int i = 17); // expected-error {{
redefinition
of default argument}}
alias-template.cpp
40
template<typename Z> using U = int; // expected-error {{type alias template
redefinition
with different types ('int' vs 'int [42]')}}
89
template<typename U> using c = int; // expected-error {{
redefinition
of 'c' as different kind of symbol}}
91
template<typename U> using d = d; // expected-error {{
redefinition
of 'd' as different kind of symbol}}
linkage-spec.cpp
76
extern "C" void pr7859_a(int) {} // expected-error {{
redefinition
}}
trailing-return-0x.cpp
29
using T = void; // expected-error {{type alias
redefinition
with different types ('void' vs 'auto (int) -> auto (*)(char) -> void')}}
/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/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/chromium_org/third_party/qcms/src/
qcmstypes.h
91
/* Disable benign
redefinition
of type warning 4142 */
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
type.h
31
// Definitions to avoid ICU
redefinition
issue
/external/chromium_org/v8/test/mjsunit/
proto-poison.js
36
// Check that any
redefinition
of the __proto__ accessor causes poising
/external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp
23
expected-error{{
redefinition
of 'pi0' with a different type: 'int' vs 'T'}}
/external/clang/test/Modules/
serialized-diags.m
27
// CHECK-WITH-ERRORS: has_errors.h:2:13: error:
redefinition
of 'foo'
/external/gtest/test/
gtest_nc_test.py
79
[r'
redefinition
of.*My.*FooTest']),
/external/sfntly/cpp/src/sfntly/port/
type.h
31
// Definitions to avoid ICU
redefinition
issue
/external/clang/include/clang/Basic/
DiagnosticCommonKinds.td
63
def err_param_redefinition : Error<"
redefinition
of parameter %0">;
64
def warn_method_param_redefinition : Warning<"
redefinition
of method parameter %0">;
/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]')}}
104
using c = int; // expected-error {{typedef
redefinition
with different types}}
Completed in 461 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>