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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/test/
name_editing_test.cc 17 // Must include this before ICU to avoid stdint redefinition issue.
  /external/clang/test/PCH/
chain-cxx.cpp 111 // Redefinition of typedef
  /external/clang/test/SemaCXX/
anonymous-union.cpp 74 void zz(); // expected-error{{redefinition of 'zz' as different kind of symbol}}
class.cpp 124 void f() {} // expected-error {{class member cannot be redeclared}} expected-error {{redefinition}}
linkage2.cpp 154 static const int a; // expected-error {{redefinition of 'a'}}
cxx1y-deduced-return-type.cpp 24 operator auto() { return 0.; } // expected-error {{cannot be redeclared}} expected-error {{redefinition of 'operator auto'}}
123 typedef float dbl; // expected-error {{typedef redefinition with different types ('float' vs 'decltype(f2(1.2))' (aka 'double &'))}}
  /external/icu4c/common/
dictionarydata.cpp 22 #ifndef CYGWINMSVC /* On Cygwin/MSVC, the error redefinition of symbols occurs.*/
  /external/protobuf/android/
config.h 134 We just want to avoid a redefinition error message. */
  /external/sfntly/cpp/src/test/
name_editing_test.cc 17 // Must include this before ICU to avoid stdint redefinition issue.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xagstr.h 173 * Cancel the previous redefinition of the basic types, thus restoring their
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xagstr.h 173 * Cancel the previous redefinition of the basic types, thus restoring their
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xagstr.h 173 * Cancel the previous redefinition of the basic types, thus restoring their
  /external/llvm/docs/tutorial/
OCamlLangImpl3.rst 273 * has a body, don't allow redefinition or reextern. *)
277 raise (Error "redefinition of function");
281 raise (Error "redefinition of function with different # args");
382 redefinition.
    [all...]
LangImpl3.rst 289 // body, don't allow redefinition or reextern.
323 ErrorF("redefinition of function");
329 ErrorF("redefinition of function with different # args");
433 live in the symbol table, with a body, preventing future redefinition.
  /external/clang/test/CXX/drs/
dr0xx.cpp 28 void z(int = 2); // expected-error {{redefinition of default argument}}
477 // expected-error@-5 {{redefinition}} expected-note@-5 {{previous}}
595 typedef int T; // expected-error {{redefinition}}
600 typedef X X; // expected-error {{redefinition}}
929 template<> const int S<int>::a = 4; // expected-error {{redefinition}} expected-note {{previous}}
dr1xx.cpp 196 template<int M> void f(A<M>) {} // expected-error {{redefinition}}
198 template<typename U> void f(A<sizeof(U)>) {} // expected-error {{redefinition}}
436 void f(int[3]) {} // expected-error {{redefinition}}
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 98 "rule <arg> redefinition"
187 "redefinition of <arg> action"
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 64 but it caused redefinition warnings if both unistd.h and getopt.h were
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 411 // body, don't allow redefinition or reextern.
419 ErrorF("redefinition of function");
425 ErrorF("redefinition of function with different # args");
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 419 // body, don't allow redefinition or reextern.
427 ErrorF("redefinition of function");
433 ErrorF("redefinition of function with different # args");
  /external/chromium_org/third_party/libxml/src/
c14n.c 135 * Handle a redefinition of memory error
150 * Handle a redefinition of param error
165 * Handle a redefinition of internal error
180 * Handle a redefinition of invalid node error
195 * Handle a redefinition of unknown node error
210 * Handle a redefinition of relative namespace error
231 * Handle a redefinition of attribute error
    [all...]
  /external/libxml2/
c14n.c 135 * Handle a redefinition of memory error
150 * Handle a redefinition of param error
165 * Handle a redefinition of internal error
180 * Handle a redefinition of invalid node error
195 * Handle a redefinition of unknown node error
210 * Handle a redefinition of relative namespace error
231 * Handle a redefinition of attribute error
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 664 // body, don't allow redefinition or reextern.
672 ErrorF("redefinition of function");
678 ErrorF("redefinition of function with different # args");
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 768 // body, don't allow redefinition or reextern.
776 ErrorF("redefinition of function");
782 ErrorF("redefinition of function with different # args");
  /external/bison/darwin-lib/
getopt.h 87 but it caused redefinition warnings if both unistd.h and getopt.h were

Completed in 1394 milliseconds

1 2 3 4 5 67 8 91011>>