OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undeclared
(Results
51 - 75
of
634
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
goto.c
19
__label__ h; /* expected-error {{use of
undeclared
label 'h'}} */
opencl-atomics-cl20.cl
29
_Atomic int i; // expected-error {{use of
undeclared
identifier '_Atomic'}}
32
// expected-error@-16 {{use of
undeclared
identifier 'atomic_int'}}
33
// expected-error@-16 {{use of
undeclared
identifier 'atomic_uint'}}
34
// expected-error@-16 {{use of
undeclared
identifier 'atomic_long'}}
35
// expected-error@-16 {{use of
undeclared
identifier 'atomic_ulong'}}
36
// expected-error@-16 {{use of
undeclared
identifier 'atomic_float'}}
37
// expected-error@-16 {{use of
undeclared
identifier 'atomic_double'}}
38
// expected-error@-16 {{use of
undeclared
identifier 'atomic_flag'}}
39
// expected-error@-16 {{use of
undeclared
identifier 'atomic_intptr_t'}}
40
// expected-error@-16 {{use of
undeclared
identifier 'atomic_uintptr_t'}
[
all
...]
DelayedTemplateParsing.cpp
6
undeclared
();
18
undeclared
();
29
undeclared
();
35
undeclared
();
41
void
undeclared
()
function
objc-foreach-syntax.m
24
for (id key; in keys) ; // expected-error {{use of
undeclared
identifier 'in'}}
/external/clang/test/SemaObjCXX/
typo-correction.mm
21
self.m_prop2 = new ClassB(m_prop1); // expected-error {{use of
undeclared
identifier 'm_prop1'; did you mean '_m_prop1'?}}
block-for-lambda-conversion.mm
23
addMonitor:NSFlagsChangedMask //expected-error {{use of
undeclared
identifier 'NSFlagsChangedMask'}}
/external/clang/test/SemaCXX/
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}}
typo-correction.cpp
4
int a(-rsing[2]); // expected-error {{
undeclared
identifier 'rsing'; did you mean 'using'?}}
81
another_std::string str; // expected-error{{use of
undeclared
identifier 'another_std'; did you mean 'AnotherStd'?}}
105
bar((stream_out)); // expected-error{{use of
undeclared
identifier 'stream_out'; did you mean 'stream_count'?}}
109
bar((stream_out)); // expected-error{{use of
undeclared
identifier 'stream_out'; did you mean 'stream_count'?}}
130
foo(somenetmessage); // expected-error{{use of
undeclared
identifier 'somenetmessage'; did you mean 'somenetmsg'?}}
139
Invoke(); // expected-error{{use of
undeclared
identifier 'Invoke'}}
140
Invoke("foo"); // expected-error{{use of
undeclared
identifier 'Invoke'; did you mean 'revoke'?}}
141
Invoke("foo", "bar"); // expected-error{{use of
undeclared
identifier 'Invoke'}}
144
Invoke(); // expected-error{{use of
undeclared
identifier 'Invoke'}}
145
Invoke("foo"); // expected-error{{use of
undeclared
identifier 'Invoke'; did you mean 'revoke'?}
[
all
...]
/external/clang/test/SemaTemplate/
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}}
/libcore/ojluni/src/main/java/java/lang/reflect/
UndeclaredThrowableException.java
38
* the
undeclared
checked exception that was thrown by the invocation
47
* "
undeclared
checked exception that was thrown by the invocation
62
* the
undeclared
checked exception that was thrown
71
* @param undeclaredThrowable the
undeclared
checked exception
83
* @param undeclaredThrowable the
undeclared
checked exception
102
* @return the
undeclared
checked exception that was thrown
/external/clang/test/Headers/
stddefneeds.cpp
5
void* v0 = NULL; // expected-error{{
undeclared
}}
14
void* v1 = NULL; // expected-error{{
undeclared
}}
23
void* v2 = NULL; // expected-error{{
undeclared
}}
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
NotifyRespInd.java
34
* RuntimeException if an
undeclared
error occurs.
69
* RuntimeException if an
undeclared
error occurs.
80
* RuntimeException if an
undeclared
error occurs.
109
* RuntimeException if an
undeclared
error occurs.
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p15.cpp
14
++c; // expected-error {{use of
undeclared
identifier 'c'}}
/external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp
10
goto label2; // expected-error{{use of
undeclared
label 'label2'}}
/external/clang/test/CXX/temp/
p3.cpp
10
expected-error {{use of
undeclared
identifier 'T'}} \
/external/clang/test/Index/
cindex-on-invalid.m
18
// CHECK: cindex-on-invalid.m:5:8: error: use of
undeclared
label 'exit'
recover-bad-code-rdar_7487294.c
12
// CHECK: 9:3: error: use of
undeclared
identifier 'help'
/external/clang/test/Misc/
reduced-diags-macros-backtrace.cpp
14
// ALL: {{.*}}:12:9: error: use of
undeclared
identifier 'p'
29
// ALL-NEXT: {{.*}}:12:16: error: use of
undeclared
identifier 'b'
34
// SKIP: {{.*}}:12:9: error: use of
undeclared
identifier 'p'
44
// SKIP-NEXT: {{.*}}:12:16: error: use of
undeclared
identifier 'b'
/external/clang/test/PCH/
different-linker-version.c
14
int b = bar; // expected-error {{
undeclared
}}
/external/clang/test/Sema/
block-labels.c
22
goto A; // expected-error {{use of
undeclared
label 'A'}}
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
NotifyRespInd.java
34
* RuntimeException if an
undeclared
error occurs.
69
* RuntimeException if an
undeclared
error occurs.
80
* RuntimeException if an
undeclared
error occurs.
109
* RuntimeException if an
undeclared
error occurs.
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
NotifyRespInd.java
32
* RuntimeException if an
undeclared
error occurs.
67
* RuntimeException if an
undeclared
error occurs.
78
* RuntimeException if an
undeclared
error occurs.
107
* RuntimeException if an
undeclared
error occurs.
/external/clang/test/CXX/basic/basic.link/
p7.cpp
6
q(); // expected-error {{
undeclared
}}
10
q(); // expected-error {{
undeclared
}}
/external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp
26
WebVector(const WebVector<T>& other) { } // expected-error{{
undeclared
identifier 'T'}} \
30
WebVector<T>& operator=(const C& other) { } // expected-error{{
undeclared
identifier 'T'}}
Completed in 1067 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>