HomeSort by relevance Sort by last modified time
    Searched refs:redefinition (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CXX/temp/temp.spec/
cxx1y-variable-template-no-body.cpp 23 expected-error{{redefinition of 'pi0' with a different type: 'int' vs 'T'}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 59 * has a body, don't allow redefinition or reextern. *)
63 raise (Error "redefinition of function");
67 raise (Error "redefinition of function with different # args");
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 59 * has a body, don't allow redefinition or reextern. *)
63 raise (Error "redefinition of function");
67 raise (Error "redefinition of function with different # args");
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 181 * has a body, don't allow redefinition or reextern. *)
185 raise (Error "redefinition of function");
189 raise (Error "redefinition of function with different # args");
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 199 * has a body, don't allow redefinition or reextern. *)
203 raise (Error "redefinition of function");
207 raise (Error "redefinition of function with different # args");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1530.js 55 // Verify that the previous redefinition didn't screw up callbacks and
  /external/v8/test/mjsunit/regress/
regress-1530.js 55 // Verify that the previous redefinition didn't screw up callbacks and
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 297 * has a body, don't allow redefinition or reextern. *)
301 raise (Error "redefinition of function");
305 raise (Error "redefinition of function with different # args");
  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 66 template<typename T> T v; // expected-error {{redefinition of 'v' as different kind of symbol}}
70 int v; // expected-error {{redefinition of 'v' with a different type: 'int' vs 'T'}}
74 template<typename T> T v0; // expected-error {{redefinition of 'v0'}}
77 template<typename T> int v; // expected-error {{redefinition of 'v'}}
100 template<typename T> extern int v; // expected-error {{redefinition of 'v' with a different type: 'int' vs 'T'}}
111 template<typename T> int v1; // expected-error {{redefinition of 'v1' with a different type: 'int' vs 'auto'}}
113 template<typename T> T v2; // expected-error {{redefinition of 'v2'}}
115 template<typename T> extern T v3; // expected-error {{redefinition of 'v3' with a different type: 'T' vs 'auto'}}
232 namespace redefinition { namespace in namespace:explicit_specialization
240 template<> int pi0<int> = 10; // expected-error {{redefinition of 'pi0<int>'}
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 168 # omaha/main.scons. This fixes the problem with redefinition
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_parser.pm 834 die "typedef redefinition for " . $name . " at " . $self->{Line} if (exists $typedefs{$name} && $typedef ne $typedefs{$name});
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 224 # omaha/main.scons. This fixes the problem with redefinition
  /external/chromium_org/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/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
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 254 milliseconds