OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undeclared
(Results
76 - 100
of
634
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/OpenMP/
master_messages.cpp
54
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
56
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
taskgroup_messages.cpp
57
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
59
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
/external/clang/test/Parser/
asm.c
9
asm("foo" : "=r" (a)); // expected-error {{use of
undeclared
identifier 'a'}}
10
asm("foo" : : "r" (b)); // expected-error {{use of
undeclared
identifier 'b'}}
ms-inline-asm.c
54
__asm jmp label // expected-error {{use of
undeclared
label 'label'}}
57
__asm m{o}v eax, ebx // expected-error {{expected identifier}} expected-error {{use of
undeclared
label '{o}v eax, ebx'}}
switch-recovery.cpp
7
switch (a) { // expected-error{{use of
undeclared
identifier 'a'}}
176
case v: ; // expected-error {{use of
undeclared
identifier 'v'}}
188
case v // expected-error{{use of
undeclared
identifier 'v'}}
194
case v1: case v2: ; // expected-error {{use of
undeclared
identifier 'v1'}} \
195
// expected-error {{use of
undeclared
identifier 'v2'}}
200
case 1: case v2: ; // expected-error {{use of
undeclared
identifier 'v2'}}
220
case bar5: ; // expected-error{{use of
undeclared
identifier 'bar5'}}
cxx-invalid-for-range.cpp
11
// expected-error@-1{{use of
undeclared
identifier 'X'; did you mean 'N::X'?}}
/external/clang/test/SemaCXX/
unknown-type-name.cpp
75
// FIXME: We should assume that '
undeclared
' is a type, not a parameter name
77
int f1(
undeclared
, int); // expected-error{{requires a type specifier}}
79
int f2(
undeclared
, 0); // expected-error{{
undeclared
identifier}}
81
int f3(
undeclared
*p, int); // expected-error{{unknown type name '
undeclared
'}}
83
int f4(
undeclared
*p, 0); // expected-error{{
undeclared
identifier}}
friend.cpp
204
f10_d(); // expected-error {{
undeclared
identifier}}
214
f10_d(x); // PR16597: expected-error {{
undeclared
identifier}}
234
f10_d(); // expected-error {{
undeclared
identifier}}
238
f10_d(x); // expected-error {{
undeclared
identifier}}
265
f10_d(); // expected-error {{
undeclared
identifier}}
266
f10_d(x); // expected-error {{
undeclared
identifier}}
276
f10_d(); // expected-error {{
undeclared
identifier}}
277
f10_d(x); // expected-error {{
undeclared
identifier}}
365
f_pr6954(5); // expected-error{{
undeclared
identifier 'f_pr6954'}}
/external/clang/test/SemaTemplate/
instantiate-scope.cpp
14
void X<A<T, decltype(f(T()))>...>::f(int) {} // expected-error {{
undeclared
}}
17
int X<A<T, decltype(f(T()))>...>::n = 0; // expected-error {{
undeclared
}}
recovery-crash.cpp
13
Work(x); // expected-error{{use of
undeclared
identifier}}
32
// expected-error {{use of
undeclared
identifier 'Mumble'}}
61
// expected-error@+1 {{use of
undeclared
identifier 'UndeclaredMethod'}}
/prebuilts/go/darwin-x86/test/fixedbugs/
bug017.go
17
main.go.c:24: error: ?def?
undeclared
(first use in this function)
18
main.go.c:24: error: (Each
undeclared
identifier is reported only once
/prebuilts/go/linux-x86/test/fixedbugs/
bug017.go
17
main.go.c:24: error: ?def?
undeclared
(first use in this function)
18
main.go.c:24: error: (Each
undeclared
identifier is reported only once
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
NotificationInd.java
33
* RuntimeException if an
undeclared
error occurs.
63
* RuntimeException if an
undeclared
error occurs.
85
* RuntimeException if an
undeclared
error occurs.
107
* @throws RuntimeException if an
undeclared
error occurs.
129
* RuntimeException if an
undeclared
error occurs.
151
* RuntimeException if an
undeclared
error occurs.
171
* @throws RuntimeException if an
undeclared
error occurs.
191
* RuntimeException if an
undeclared
error occurs.
211
* RuntimeException if an
undeclared
error occurs.
231
* RuntimeException if an
undeclared
error occurs
[
all
...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
NotificationInd.java
33
* RuntimeException if an
undeclared
error occurs.
63
* RuntimeException if an
undeclared
error occurs.
85
* RuntimeException if an
undeclared
error occurs.
107
* @throws RuntimeException if an
undeclared
error occurs.
129
* RuntimeException if an
undeclared
error occurs.
151
* RuntimeException if an
undeclared
error occurs.
171
* @throws RuntimeException if an
undeclared
error occurs.
191
* RuntimeException if an
undeclared
error occurs.
211
* RuntimeException if an
undeclared
error occurs.
231
* RuntimeException if an
undeclared
error occurs
[
all
...]
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
NotificationInd.java
31
* RuntimeException if an
undeclared
error occurs.
61
* RuntimeException if an
undeclared
error occurs.
83
* RuntimeException if an
undeclared
error occurs.
105
* @throws RuntimeException if an
undeclared
error occurs.
127
* RuntimeException if an
undeclared
error occurs.
149
* RuntimeException if an
undeclared
error occurs.
169
* @throws RuntimeException if an
undeclared
error occurs.
189
* RuntimeException if an
undeclared
error occurs.
209
* RuntimeException if an
undeclared
error occurs.
229
* RuntimeException if an
undeclared
error occurs
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
NotificationInd.java
33
* @throws RuntimeException if an
undeclared
error occurs.
63
* @throws RuntimeException if an
undeclared
error occurs.
85
* @throws RuntimeException if an
undeclared
error occurs.
107
* @throws RuntimeException if an
undeclared
error occurs.
129
* @throws RuntimeException if an
undeclared
error occurs.
151
* @throws RuntimeException if an
undeclared
error occurs.
171
* @throws RuntimeException if an
undeclared
error occurs.
191
* @throws RuntimeException if an
undeclared
error occurs.
211
* @throws RuntimeException if an
undeclared
error occurs.
231
* @throws RuntimeException if an
undeclared
error occurs
[
all
...]
/prebuilts/go/darwin-x86/src/go/types/testdata/
issues.src
27
x, ok := missing /* ERROR
undeclared
*/ ()
33
x, ok = missing /* ERROR
undeclared
*/ ()
39
type Point C /* ERROR
undeclared
*/ .Point
84
nosuchtype /* ERROR
undeclared
name: nosuchtype */
90
nosuchpkg /* ERROR
undeclared
name: nosuchpkg */ .Nosuchtype
193
var F C /* ERROR "
undeclared
" */ .F
194
var A C /* ERROR "
undeclared
" */ .A
195
var S C /* ERROR "
undeclared
" */ .S
196
type T C /* ERROR "
undeclared
" */ .T
197
type P C /* ERROR "
undeclared
" */ .
[
all
...]
/prebuilts/go/linux-x86/src/go/types/testdata/
issues.src
27
x, ok := missing /* ERROR
undeclared
*/ ()
33
x, ok = missing /* ERROR
undeclared
*/ ()
39
type Point C /* ERROR
undeclared
*/ .Point
84
nosuchtype /* ERROR
undeclared
name: nosuchtype */
90
nosuchpkg /* ERROR
undeclared
name: nosuchpkg */ .Nosuchtype
193
var F C /* ERROR "
undeclared
" */ .F
194
var A C /* ERROR "
undeclared
" */ .A
195
var S C /* ERROR "
undeclared
" */ .S
196
type T C /* ERROR "
undeclared
" */ .T
197
type P C /* ERROR "
undeclared
" */ .
[
all
...]
/external/clang/test/SemaObjC/
default-synthesize-1.m
72
return howMany; // expected-error {{use of
undeclared
identifier 'howMany'}}
75
howMany = value; // expected-error {{use of
undeclared
identifier 'howMany'}}
79
return what; // expected-error {{use of
undeclared
identifier 'what'}}
82
if (what != value) { // expected-error {{use of
undeclared
identifier 'what'}}
83
[what release]; // expected-error {{use of
undeclared
identifier 'what'}}
84
what = [value retain]; // expected-error {{use of
undeclared
identifier 'what'}}
141
return _description; // expected-error {{use of
undeclared
identifier '_description'}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp
21
for (struct S { S(int) {} } s :
Undeclared
); // expected-error{{types may not be defined in a for range declaration}}
22
// expected-error@-1{{use of
undeclared
identifier '
Undeclared
'}}
/external/clang/test/FixIt/
fixit-unicode.c
44
int a = ?sss; // expected-error{{use of
undeclared
identifier '?sss'; did you mean '?ssss'?}}
50
int b = ss?s; // expected-error{{use of
undeclared
identifier 'ss?s'; did you mean 'ss?ss'?}}
56
int b??????? = ss???; // expected-error{{use of
undeclared
identifier 'ss???'; did you mean 's???'?}}
61
int c = sssssssss; // expected-error{{use of
undeclared
identifier 'sssssssss'; did you mean 'sssssssss?'?}}
/external/clang/test/Index/
pch-warn-as-error-code-split.cpp
7
// DIAGS-NOT: error: use of
undeclared
identifier
/external/clang/test/Modules/
module-private.cpp
19
f1(ip); // expected-error{{use of
undeclared
identifier 'f1'}}
21
vector<int> vec; // expected-error{{use of
undeclared
identifier 'vector'}} \
23
// expected-error{{use of
undeclared
identifier 'vec'}}
29
return hidden_var; // expected-error{{use of
undeclared
identifier 'hidden_var'}}
wildcard-submodule-exports.cpp
10
(void)B1; // expected-error{{use of
undeclared
identifier 'B1'}}
/external/clang/test/PCH/
remap-file-from-pch.cpp
10
// CHECK: use of
undeclared
identifier 'zool'
Completed in 1411 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>