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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Preprocessor/
line-directive.c 47 typedef int x; // expected-warning {{redefinition of typedef 'x' is a C11 feature}}
68 typedef int w; // expected-warning {{redefinition of typedef 'w' is a C11 feature}}
  /external/clang/test/SemaCXX/
default2.cpp 20 int i, int j) { // expected-error {{redefinition of parameter 'i'}}
46 void C::f(int i = 3) // expected-error{{redefinition of default argument}}
decl-expr-ambiguity.cpp 39 T(d)[5]; // expected-error {{redefinition of 'd'}}
exceptions.cpp 11 int i; // expected-error {{redefinition of 'i'}}
extern-c.cpp 28 float test3_b; // expected-error {{redefinition of 'test3_b' with a different type: 'float' vs 'int'}}
using-decl-1.cpp 18 void f(int) { } // expected-error{{redefinition}}
cxx1y-variable-templates_in_class.cpp 39 template<typename T, typename T0> const T B2::right = T(100); // expected-error {{redefinition of 'right'}}
40 template<typename T> const T B2::right<T,int> = T(5); // expected-error {{redefinition of 'right'}}
struct-class-redecl.cpp 32 class D {}; // expected-error{{redefinition of 'D'}}
132 CHECK: error: redefinition of 'D'
  /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/third_party/freetype/src/cff/
cf2glue.h 89 /* and gcc compiler doesn't allow redefinition */
  /external/chromium_org/third_party/protobuf/
config.h 127 We just want to avoid a redefinition error message. */
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils.h 20 // Must include this before ICU to avoid stdint redefinition issue.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1530.js 55 // Verify that the previous redefinition didn't screw up callbacks and
  /external/clang/test/Parser/
declarators.c 33 void test4(x, x) int x; {} /* expected-error {{redefinition of parameter 'x'}} */
  /external/clang/test/Sema/
attr-deprecated.c 125 typedef int test23_ty; // expected-note {{'test23_ty' declared here}} expected-warning {{redefinition of typedef 'test23_ty' is a C11 feature}}
enum.c 58 E0 = sizeof(enum e0 { E1 }), // expected-error {{nested redefinition}}
  /external/clang/test/SemaTemplate/
class-template-decl.cpp 42 struct test : T {}; // expected-error{{redefinition}}
friend-template.cpp 25 template<typename T> void f1(T) { } // expected-error{{redefinition}}
265 template <typename> friend struct Foo; // expected-error {{redefinition of 'Foo' as different kind of symbol}}
  /external/freetype/src/cff/
cf2glue.h 89 /* and gcc compiler doesn't allow redefinition */
  /external/protobuf/gtest/test/
gtest_nc_test.py 84 [r'redefinition of.*My.*FooTest']),
  /external/sfntly/cpp/src/test/
test_utils.h 20 // Must include this before ICU to avoid stdint redefinition issue.
  /external/stressapptest/
configure.ac 106 # Skip malloc.h to prevent redefinition of HAVE_MALLOC_H on some platforms
  /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/antlr/antlr-3.4/runtime/Python/
pylintrc 130 # * redefinition of variable from builtins or from an outer scope
153 # * redefinition of function / method / class

Completed in 1256 milliseconds

1 2 3 4 56 7 8 91011>>