/external/bison/lib/ |
getopt.in.h | 86 but it caused redefinition warnings if both unistd.h and getopt.h were
|
/external/clang/test/CXX/drs/ |
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/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 | 421 /* 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...] |
toy-jit.cpp | 925 // body, don't allow redefinition or reextern. 932 ErrorF("redefinition of function"); 937 ErrorF("redefinition of function with different # args"); [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...] |
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
toy.cpp | 1050 // body, don't allow redefinition or reextern. 1058 ErrorP<Function>("redefinition of function"); 1064 ErrorP<Function>("redefinition of function with different # args"); [all...] |
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
toy.cpp | 1050 // body, don't allow redefinition or reextern. 1058 ErrorP<Function>("redefinition of function"); 1064 ErrorP<Function>("redefinition of function with different # args"); [all...] |