OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:redefinition
(Results
226 - 250
of
509
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/drs/
dr1xx.cpp
199
template<int M> void f(A<M>) {} // expected-error {{
redefinition
}}
201
template<typename U> void f(A<sizeof(U)>) {} // expected-error {{
redefinition
}}
443
void f(int[3]) {} // expected-error {{
redefinition
}}
dr3xx.cpp
348
friend void i(B b) {} // expected-error {{
redefinition
}} expected-note {{previous}}
478
extern "C" int &dr341_a = dr341_a; // expected-error {{
redefinition
}}
491
namespace B { extern "C" void dr341_e(); } // expected-error {{
redefinition
of 'dr341_e' as different kind of symbol}}
[
all
...]
dr4xx.cpp
351
typedef int N; // expected-error {{
redefinition
}}
361
typedef X X; // expected-error {{
redefinition
}}
368
typedef int N; // expected-error {{
redefinition
}}
502
void f(); // expected-error {{
redefinition
}}
/external/opencv3/cmake/
OpenCVModule.cmake
139
#guard agains
redefinition
141
message(FATAL_ERROR "
Redefinition
of the ${the_module} module.
215
return() # extra protection from
redefinition
[
all
...]
/external/bison/darwin-lib/
getopt.h
87
but it caused
redefinition
warnings if both unistd.h and getopt.h were
/external/bison/lib/
getopt.in.h
86
but it caused
redefinition
warnings if both unistd.h and getopt.h were
/external/clang/test/Parser/
cxx-class.cpp
155
A::~A() {} // expected-error {{
redefinition
}}
/external/clang/test/SemaCXX/
MicrosoftExtensions.cpp
140
void BB<T>::f(int g = 0) { } // expected-warning {{
redefinition
of default argument}}
using-decl-1.cpp
19
void f(int) { } // expected-error{{
redefinition
}}
/external/clang/test/SemaTemplate/
temp_class_spec.cpp
327
//
Redefinition
of class template partial specializations
/external/curl/lib/
setup-vms.h
433
/* Need this to stop a macro
redefinition
error */
/external/e2fsprogs/intl/
libgnuintl.h.in
29
LC_MESSAGES. To avoid a
redefinition
warning, don't define LC_MESSAGES
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
736
ErrorF("
redefinition
of function across modules");
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp
746
ErrorF("
redefinition
of function across modules");
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h
162
/// a two-address constraint, or there may be a partial
redefinition
of a
/external/v8/src/crankshaft/
hydrogen-escape-analysis.cc
31
PrintF("#%d (%s) escapes
redefinition
#%d (%s) @%d\n", value->id(),
/ndk/sources/host-tools/make-3.81/
config.ami
20
We just want to avoid a
redefinition
error message. */
/toolchain/binutils/binutils-2.25/intl/
libgnuintl.h
29
LC_MESSAGES. To avoid a
redefinition
warning, don't define LC_MESSAGES
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
763
return Error(IDLoc, "invalid symbol
redefinition
");
848
return Error(IDLoc, "invalid symbol
redefinition
");
[
all
...]
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp
62
#define XMD_H // prevent
redefinition
of INT32
63
#undef FAR // prevent FAR
redefinition
/external/clang/lib/Sema/
SemaExprMember.cpp
[
all
...]
/external/clang/include/clang/Serialization/
ASTBitCodes.h
[
all
...]
/external/libxml2/
rngparser.c
509
ERROR("
Redefinition
of default namespace");
511
ERROR("
Redefinition
of namespace");
551
ERROR("
Redefinition
of datatype");
[
all
...]
/external/llvm/docs/tutorial/
OCamlLangImpl4.rst
747
* has a body, don't allow
redefinition
or reextern. *)
751
raise (Error "
redefinition
of function");
755
raise (Error "
redefinition
of function with different # args");
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
943
// body, don't allow
redefinition
or reextern.
950
ErrorF("
redefinition
of function");
955
ErrorF("
redefinition
of function with different # args");
[
all
...]
Completed in 1888 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>