HomeSort by relevance Sort by last modified time
    Searched full:redefinition (Results 301 - 325 of 509) sorted by null

<<11121314151617181920>>

  /external/clang/docs/
Modules.rst 137 The automatic mapping of ``#include`` to ``import`` also solves an implementation problem: importing a module with a definition of some entity (say, a ``struct Point``) and then parsing a header containing another definition of ``struct Point`` would cause a redefinition error, even if it is the same ``struct Point``. By mapping ``#include`` to ``import``, the compiler can guarantee that it always sees just the already-parsed definition from the module.
    [all...]
  /external/deqp/data/gles2/shaders/
preprocessor.test 281 group object_redefinitions "Object Redefinition Tests"
819 group function_redefinitions "Function Redefinition Tests"
    [all...]
  /external/deqp/data/gles3/shaders/
preprocessor.test 333 group object_redefinitions "Object Redefinition Tests"
1076 group function_redefinitions "Function Redefinition Tests"
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 539 return Error(NameLoc, "redefinition of comdat '$" + Name + "'");
724 return Error(NameLoc, "redefinition of global '@" + Name + "'");
822 return Error(NameLoc, "redefinition of global '@" + Name + "'");
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 85 #define XMD_H // prevent redefinition of INT32
86 #undef FAR // prevent FAR redefinition
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticGroups.td     [all...]
  /external/clang/test/CXX/drs/
dr2xx.cpp 700 template<> struct A<double> {}; // expected-error {{redefinition}}
dr5xx.cpp 705 int &r = n; // expected-error {{redefinition}}
  /external/e2fsprogs/intl/
dcigettext.c 171 PATH_MAX but might cause redefinition warnings when sys/param.h is
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 72 /* This is for Mac OS X. Without redefinition, OS_INLINE */
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
SpriteCache.java 177 /** Starts the redefinition of an existing cache, allowing the add and {@link #endCache()} methods to be called. If this is not
  /external/llvm/docs/tutorial/
LangImpl3.rst 398 live in the symbol table, with a body, preventing future redefinition.
OCamlLangImpl6.rst     [all...]
OCamlLangImpl7.rst     [all...]
  /external/ltrace/
read_config_file.c 430 "Redefinition of typedef '%s'", name);
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 166 PATH_MAX but might cause redefinition warnings when sys/param.h is
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 1106 /* We might check here for flag redefinition and warn. For now we
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]
valid.c     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/v8/test/mozilla/
mozilla.status 104 # ES2015 const redefinition throws, initializers are required, and no
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2011 642 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c 586 as_fatal (_("redefinition of mcu type `%s' to `%s'"),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 622 /* Redefinition of of storage classes as an enumeration for better
652 /* Redefinition of symbol type. */
678 /* Redefinition of type qualifiers. */
690 /* Redefinition of basic types. */
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 254 // harmless redefinition.
    [all...]

Completed in 1708 milliseconds

<<11121314151617181920>>