/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
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/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...] |
/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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btBox2dBox2dCollisionAlgorithm.cpp | 17 ///The modifications include: switching from b2Vec to btVector3, redefinition of b2Dot, b2Cross
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ |
afblue.pl | 301 # redefinition of an enumeration value. For example, the name
|
/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/es6/ |
reflect-define-property.js | 367 // Redefinition of an accessor defined using __defineGetter__ and 541 // 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 587 // Test that redefinition with the same property descriptor is possible [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl5.rst | [all...] |