HomeSort by relevance Sort by last modified time
    Searched full:redefinition (Results 176 - 200 of 450) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bison/lib/
getopt.in.h 86 but it caused redefinition warnings if both unistd.h and getopt.h were
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 302 // makes sure a redefinition becomes visible there too.
  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 17 #define SQLITE_CORE 1 /* Disable the API redefinition in sqlite3ext.h */
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 54 PrintF("#%d (%s) escapes redefinition #%d (%s) @%d\n", value->id(),
  /external/clang/test/Parser/
cxx0x-attributes.cpp 133 using V [[gnu::vector_size(16)]] = int; // expected-error {{redefinition with different types}}
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 142 void BB<T>::f(int g = 0) { } // expected-warning {{redefinition of default argument}}
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 327 // Redefinition of class template partial specializations
  /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 735 ErrorF("redefinition of function across modules");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 745 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/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c 35 #if !defined(NewSndCallBackProc) /* avoid circular redefinition... */
  /ndk/sources/host-tools/make-3.81/
config.ami 20 We just want to avoid a redefinition error message. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 364 /** simple loop redefinition */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 364 /** simple loop redefinition */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 364 /** simple loop redefinition */
  /external/clang/include/clang/Basic/
DiagnosticLexKinds.td 529 "redefinition of module '%0'">;
566 "redefinition of inferred submodule">;
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 686 return Error(IDLoc, "invalid symbol redefinition");
771 return Error(IDLoc, "invalid symbol redefinition");
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 686 * URGENT TODO: Checks for redefinition of vars/params should be
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/libxslt/libxslt/
variables.c 686 * URGENT TODO: Checks for redefinition of vars/params should be
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [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/Chapter7/
toy.cpp 916 // body, don't allow redefinition or reextern.
924 ErrorF("redefinition of function");
930 ErrorF("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 1627 milliseconds

1 2 3 4 5 6 78 91011>>