OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
201 - 225
of
509
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/PCH/
chain-cxx.cpp
111
//
Redefinition
of typedef
/external/clang/test/Parser/
declarators.c
34
void test4(x, x) int x; {} /* expected-error {{
redefinition
of parameter 'x'}} */
recovery.cpp
66
struct Redefined { // expected-error {{
redefinition
}}
/external/clang/test/Sema/
enum.c
58
E0 = sizeof(enum e0 { E1 }), // expected-error {{nested
redefinition
}}
/external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp
161
struct S {}; // expected-error {{
redefinition
of 'S'}}
decl-expr-ambiguity.cpp
41
T(d)[5]; // expected-error {{
redefinition
of 'd'}}
exceptions.cpp
11
int i; // expected-error {{
redefinition
of 'i'}}
linkage2.cpp
154
static const int a; // expected-error {{
redefinition
of 'a'}}
cxx1y-variable-templates_in_class.cpp
220
template<typename U> U D0a<float>::Data<U*> = U(100); // expected-error {{
redefinition
of 'Data'}}
236
template<typename U> U D1<float>::Data<U*> = U(100); // expected-error{{
redefinition
of 'Data'}}
/external/clang/test/SemaTemplate/
class-template-decl.cpp
49
struct test : T {}; // expected-error{{
redefinition
}}
dependent-type-identity.cpp
146
template<typename ...Ts> void h(S<Y<Ts, sizeof(Ts)>...>) {} // expected-error {{
redefinition
}}
dependent-names.cpp
414
template<typename T> decltype(*T()) f() {} // expected-error {{
redefinition
}}
415
template<typename T> decltype(T() * T()) g() {} // expected-error {{
redefinition
}}
/external/protobuf/android/
config.h
134
We just want to avoid a
redefinition
error message. */
/external/sfntly/cpp/src/test/
name_editing_test.cc
17
// Must include this before ICU to avoid stdint
redefinition
issue.
/external/vboot_reference/firmware/lib/include/
rollback_index.h
32
/* Unique ID to detect space
redefinition
*/
/external/llvm/docs/tutorial/
OCamlLangImpl3.rst
273
* has a body, don't allow
redefinition
or reextern. *)
277
raise (Error "
redefinition
of function");
281
raise (Error "
redefinition
of function with different # args");
382
redefinition
.
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg
98
"rule <arg>
redefinition
"
187
"
redefinition
of <arg> action"
/external/chromium-trace/catapult/third_party/coverage/
pylintrc
127
# *
redefinition
of function / method / class
201
# *
redefinition
of variable from builtins or from an outer scope
/external/clang/include/clang/Basic/
DiagnosticLexKinds.td
297
"ignoring
redefinition
of Objective-C qualifier macro">,
298
InGroup<DiagGroup<"objc-macro-
redefinition
">>;
571
"
redefinition
of module '%0'">;
606
"
redefinition
of inferred submodule">;
/external/clang/test/CXX/drs/
dr0xx.cpp
29
void z(int = 1); // expected-error {{
redefinition
of default argument}}
498
friend void f() { T t; } // expected-error {{
redefinition
}} expected-note {{previous}}
624
typedef int T; // expected-error {{
redefinition
}}
629
typedef X X; // expected-error {{
redefinition
}}
/external/tpm2/
Android.mk
22
-Wno-typedef-
redefinition
\
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio
137
// Undefine putchar to avoid
redefinition
, and putchar does exist in libc.so
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio
137
// Undefine putchar to avoid
redefinition
, and putchar does exist in libc.so
/external/clang/test/Misc/
diag-template-diffing.cpp
[
all
...]
/external/libxml2/
c14n.c
137
* Handle a
redefinition
of memory error
152
* Handle a
redefinition
of param error
167
* Handle a
redefinition
of internal error
182
* Handle a
redefinition
of invalid node error
197
* Handle a
redefinition
of unknown node error
212
* Handle a
redefinition
of relative namespace error
233
* Handle a
redefinition
of attribute error
[
all
...]
Completed in 1864 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>