HomeSort by relevance Sort by last modified time
    Searched full:redefinition (Results 251 - 275 of 498) sorted by null

<<11121314151617181920

  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
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/clang/test/Parser/
cxx0x-attributes.cpp 156 using V [[gnu::vector_size(16)]] = int; // expected-error {{redefinition with different types}}
  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 124 typedef float dbl; // expected-error {{typedef redefinition with different types ('float' vs 'decltype(f2(1.2))' (aka 'double &'))}}
  /external/curl/lib/
config-riscos.h 400 We just want to avoid a redefinition error message. */
  /external/libedit/
ChangeLog 256 * src/sys.h: include config.h to avoid "redefinition of
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 835 ErrorF("redefinition of function across modules");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 903 ErrorF("redefinition of function across modules");
    [all...]
  /external/mesa3d/docs/
relnotes-7.9.html 98 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=27004">Bug 27004</a> - [GLSL] allowing macro redefinition</li>
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 364 wsString = L"'%s' redefinition ";
  /ndk/sources/host-tools/make-3.81/
config.h-vms 24 We just want to avoid a redefinition error message. */
config.h.W32 381 We just want to avoid a redefinition error message. */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
input.go 195 in.Error("redefinition of macro:", name)
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
input.go 192 in.Error("redefinition of macro:", name)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/
input.go 195 in.Error("redefinition of macro:", name)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
input.go 192 in.Error("redefinition of macro:", name)
  /toolchain/binutils/binutils-2.25/gas/doc/
c-z80.texi 193 Symbols defined with @code{equ} are not protected from redefinition.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
gas.exp 159 # rs6000-aix disallows redefinition via .comm.
  /external/v8/test/mjsunit/harmony/
reflect-define-property.js 367 // Redefinition of an accessor defined using __defineGetter__ and
566 // Test that redefinition with the same property descriptor is possible
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 393 // Redefinition of an accessor defined using __defineGetter__ and
612 // Test that redefinition with the same property descriptor is possible
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl5.rst     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 1051 // body, don't allow redefinition or reextern.
1059 ErrorP<Function>("redefinition of function");
1065 ErrorP<Function>("redefinition of function with different # args");
    [all...]
  /external/bison/po/
da.po 642 msgstr "redefinition af pr?cedens for %s"
796 msgstr "redefinition af elementnummer for %s"
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 163 CHECK(unique) << "Redefinition of " << dex_class_desc;
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 281 "redefinition of %0 will not be visible outside of this function">,
    [all...]

Completed in 1284 milliseconds

<<11121314151617181920