HomeSort by relevance Sort by last modified time
    Searched full:undeclared (Results 26 - 50 of 429) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/FixIt/
typo-crash.m 5 - (int)method { return ivar; } // expected-error{{use of undeclared identifier 'ivar'}}
fixit-unrecoverable.cpp 9 return static_cst<float>(y); // expected-error{{use of undeclared identifier 'static_cst'; did you mean 'static_cast'?}}
  /external/clang/test/Parser/
cxx-ambig-decl-expr.cpp 12 unknown * p + 0; // expected-error {{undeclared identifier 'unknown'}}
cxx-namespace-alias.cpp 7 // expected-error{{use of undeclared identifier 'A'}}
traditional_arg_scope.c 4 int y(b) int b; {return a;} // expected-error {{use of undeclared identifier}}
cxx-undeclared-identifier.cpp 16 int f(a::b::c); // expected-error {{use of undeclared identifier 'a'}}
18 class Foo::Bar { // expected-error {{use of undeclared identifier 'Foo'}} \
goto.c 19 __label__ h; /* expected-error {{use of undeclared label 'h'}} */
opencl-atomics-cl20.cl 26 _Atomic int i; // expected-error {{use of undeclared identifier '_Atomic'}}
29 // expected-error@-16 {{use of undeclared identifier 'atomic_int'}}
30 // expected-error@-16 {{use of undeclared identifier 'atomic_uint'}}
31 // expected-error@-16 {{use of undeclared identifier 'atomic_long'}}
32 // expected-error@-16 {{use of undeclared identifier 'atomic_ulong'}}
33 // expected-error@-16 {{use of undeclared identifier 'atomic_float'}}
34 // expected-error@-16 {{use of undeclared identifier 'atomic_double'}}
35 // expected-error@-16 {{use of undeclared identifier 'atomic_flag'}}
36 // expected-error@-16 {{use of undeclared identifier 'atomic_intptr_t'}}
37 // expected-error@-16 {{use of undeclared identifier 'atomic_uintptr_t'}
    [all...]
  /external/clang/test/SemaCXX/
PR9459.cpp 7 {ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}
decltype-crash.cpp 6 decltype(a()) c; // expected-warning {{'decltype' is a keyword in C++11}} expected-error {{use of undeclared identifier 'decltype'}}
warn-unused-variables-error.cpp 7 X<char> str (read_from_file()); // expected-error{{use of undeclared identifier 'read_from_file'}} \
typo-correction-delayed.cpp 50 callee(xxxxxx, // expected-error-re {{use of undeclared identifier 'xxxxxx'{{$}}}}
51 zzzzzz); // expected-error-re {{use of undeclared identifier 'zzzzzz'{{$}}}}
104 __atomic_load(i, i, something_something); // expected-error-re {{use of undeclared identifier 'something_something'{{$}}}}
109 template <int I = defaultArg> struct S {}; // expected-error {{use of undeclared identifier 'defaultArg'; did you mean 'DefaultArg'?}}
124 explicit SomeClass() : Kind(kSum) {} // expected-error {{use of undeclared identifier 'kSum'; did you mean 'kNum'?}}
134 // expected-error@+1 {{use of undeclared identifier 'resulta'; did you mean 'result'?}}
145 // expected-error@+2 {{use of undeclared identifier 'variableX'; did you mean 'variable'?}}
152 int (*a) () = (void)Z; // expected-error-re {{use of undeclared identifier 'Z'{{$}}}}
157 __typeof blur y; // expected-error {{use of undeclared identifier 'blur'; did you mean 'blue'?}}
162 // expected-error-re {{use of undeclared identifier 'b'{{$}}}
    [all...]
missing-namespace-qualifier-typo-corrections.cpp 12 Double(toFoobar()); // expected-error{{use of undeclared identifier 'toFoobar'; did you mean 'barstool::toFoobar'?}}
26 if (toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'toFoobar'; did you mean 'barstool::toFoobar'?}}
27 if (noFoobar()) Double(7); // expected-error{{use of undeclared identifier 'noFoobar'; did you mean 'barstool::toFoobar'?}}
28 if (moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'moreFoobar'; did you mean 'fizbin::nested::moreFoobar'}}
29 if (lessFoobar()) Double(7); // expected-error{{use of undeclared identifier 'lessFoobar'; did you mean 'fizbin::nested::lessFoobar'?}}
30 if (baztool::toFoobar()) Double(7); // expected-error{{use of undeclared identifier 'baztool'; did you mean 'fizbin::baztool'?}}
31 if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did you mean 'fizbin::nested'?}}
32 if (dummy::morebar()) Double(7); // expected-error{{use of undeclared identifier 'dummy'; did you mean 'fizbin::dummy'?}}
33 if (dummy::mrebar()) Double(7); // expected-error{{use of undeclared identifier 'dummy'; did you mean 'fizbin::dummy'?}} \
35 if (moFoobin()) Double(7); // expected-error{{use of undeclared identifier 'moFoobin'}
    [all...]
builtins.cpp 43 __assume(1); // expected-error {{use of undeclared}}
44 __noop(1); // expected-error {{use of undeclared}}
45 __debugbreak(); // expected-error {{use of undeclared}}
ms-inline-asm.cpp 31 // expected-error@+1 {{undeclared label}}
35 // expected-error@+1 {{undeclared label}}
42 // expected-error@+1 {{undeclared label}}
  /external/clang/test/SemaObjC/
synth-provisional-ivars.m 24 - (int) Meth1 { return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
26 - (int) Meth2 { return PROP2; } // expected-error {{use of undeclared identifier 'PROP2'}}
29 - (int) Meth3 { return PROP3; } // expected-error {{use of undeclared identifier 'PROP3'}}
43 - (int) Meth { return PROP1; } // expected-error {{use of undeclared identifier 'PROP1'}}
bad-property-synthesis-crash.m 13 __what; // expected-error {{use of undeclared identifier}} \
21 return __what; // expected-error {{use of undeclared identifier}}
error-outof-scope-property-use.m 18 [uuids_jobs objectForKey]; // expected-error {{use of undeclared identifier 'uuids_jobs'}} \
28 [uuids_jobs enumerateKeysAndObjectsUsingBlock]; // expected-error {{use of undeclared identifier 'uuids_jobs'}}
provisional-ivar-lookup.m 19 _foo = foo; // expected-error {{use of undeclared identifier 'foo'}}
27 _foo = foo2; // expected-error {{use of undeclared identifier 'foo2'}}
  /external/clang/test/SemaTemplate/
crash-8204126.cpp 5 void bar() { foo(0); } // expected-error{{use of undeclared identifier 'foo'}}
lookup-dependent-bases.cpp 15 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'B' is a Microsoft extension}}
31 D::foo2(); // expected-error {{use of undeclared identifier 'D'}}
49 D::foo2(); // expected-warning {{use of undeclared identifier 'D'; unqualified lookup into dependent bases of class template 'C' is a Microsoft extension}}
  /external/clang/test/Sema/
pragma-unused.c 19 #pragma unused(x) // expected-warning{{undeclared variable 'x' used as an argument for '#pragma unused'}}
36 #pragma unused(undeclared, undefined, y) // expected-warning{{undeclared variable 'undeclared' used as an argument for '#pragma unused'}} expected-warning{{undeclared variable 'undefined' used as an argument for '#pragma unused'}}
  /external/clang/test/CodeGenCXX/
constructors.cpp 16 A(struct Undeclared &);
21 A::A(struct Undeclared &ref) : mem(0) {}
24 // CHECK-LABEL: define void @_ZN1AC2ER10Undeclared(%struct.A* %this, %struct.Undeclared* nonnull %ref) unnamed_addr
27 // CHECK-LABEL: define void @_ZN1AC1ER10Undeclared(%struct.A* %this, %struct.Undeclared* nonnull %ref) unnamed_addr
40 B(struct Undeclared &);
44 B::B(struct Undeclared &ref) : A(ref), mem(1) {}
46 // CHECK-LABEL: define void @_ZN1BC2ER10Undeclared(%struct.B* %this, %struct.Undeclared* nonnull %ref) unnamed_addr
50 // CHECK-LABEL: define void @_ZN1BC1ER10Undeclared(%struct.B* %this, %struct.Undeclared* nonnull %ref) unnamed_addr
  /external/clang/test/Index/
code-completion-skip-bodies.cpp 19 // STDERR-NOT: error: use of undeclared identifier 'undeclared1'
20 // STDERR: error: use of undeclared identifier 'undeclared2'
  /external/clang/test/PCH/
different-diagnostic-level.c 14 int b = bar; // expected-error {{undeclared}}

Completed in 814 milliseconds

12 3 4 5 6 7 8 91011>>