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
429
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
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'}}
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'}}
/prebuilts/go/darwin-x86/src/go/types/testdata/
issues.src
28
x, ok := missing /* ERROR
undeclared
*/ ()
34
x, ok = missing /* ERROR
undeclared
*/ ()
40
type Point C /* ERROR
undeclared
*/ .Point
85
nosuchtype /* ERROR
undeclared
name: nosuchtype */
91
nosuchpkg /* ERROR
undeclared
name: nosuchpkg */ .Nosuchtype
/prebuilts/go/linux-x86/src/go/types/testdata/
issues.src
28
x, ok := missing /* ERROR
undeclared
*/ ()
34
x, ok = missing /* ERROR
undeclared
*/ ()
40
type Point C /* ERROR
undeclared
*/ .Point
85
nosuchtype /* ERROR
undeclared
name: nosuchtype */
91
nosuchpkg /* ERROR
undeclared
name: nosuchpkg */ .Nosuchtype
/external/clang/test/SemaCXX/
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
...]
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}}
/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
}}
/external/clang/test/SemaTemplate/
recovery-crash.cpp
11
Work(x); // expected-error{{use of
undeclared
identifier}}
30
// expected-error {{use of
undeclared
identifier 'Mumble'}}
53
// expected-error@+1 {{use of
undeclared
identifier 'UndeclaredMethod'}}
/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/Modules/
separate_map_tree.cpp
8
const int val = common + b + c + c_; // expected-error {{
undeclared
identifier}}
/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'}}
/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'}}
Completed in 1237 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>