OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undeclared
(Results
251 - 275
of
429
) sorted by null
<<
11
12
13
14
15
16
17
18
/external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h
287
/// \brief Read the set of weak,
undeclared
identifiers known to the
290
/// The external source should append its own weak,
undeclared
identifiers to
/external/clang/test/OpenMP/
for_misc_messages.c
31
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
43
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
parallel_for_misc_messages.c
30
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
42
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
taskloop_misc_messages.c
31
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
43
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
taskloop_simd_misc_messages.c
31
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
43
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
/external/clang/test/Parser/
MicrosoftExtensions.cpp
243
int k = identifier_weird(if)); // expected-error {{use of
undeclared
identifier 'if'}}
251
__identifier(void) // expected-error {{use of
undeclared
identifier 'void'}}
cxx-ambig-init-templ.cpp
29
int k6 = a < b, c < d > (n) // expected-error {{
undeclared
identifier 'n'}}
/external/clang/test/SemaCXX/
scope-check.cpp
198
case what_am_i_thinking: // expected-error {{use of
undeclared
identifier}}
430
goto nexist_label; // expected-error {{use of
undeclared
label}}
conversion-function.cpp
12
return operator float(); // expected-error{{use of
undeclared
'operator float'}}
cxx11-user-defined-literals.cpp
133
int k = _x(); // expected-error {{
undeclared
identifier '_x'}}
/external/clang/unittests/Tooling/
ToolingTest.cpp
420
Tool.mapVirtualFile("/a.cc", "int x =
undeclared
;");
432
Tool.mapVirtualFile("/a.cc", "int x =
undeclared
;");
/external/bison/build-aux/snippet/
c++defs.h
57
is additionally either missing or
undeclared
on some other platforms:
/external/bison/darwin-lib/
c++defs.h
41
is additionally either missing or
undeclared
on some other platforms:
/external/bison/linux-lib/
c++defs.h
41
is additionally either missing or
undeclared
on some other platforms:
/libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java
166
// an (
undeclared
) IOException.
/prebuilts/go/darwin-x86/src/go/types/
issues_test.go
30
want := "
undeclared
name: T"
/prebuilts/go/linux-x86/src/go/types/
issues_test.go
30
want := "
undeclared
name: T"
/toolchain/binutils/binutils-2.25/binutils/
mcparse.y
318
mc_fatal (_("
undeclared
language identifier"));
/external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java
241
* is an
undeclared
prefix.
266
* is
undeclared
in this context.
569
* if there is an
undeclared
prefix.
/external/clang/test/Modules/
explicit-build.cpp
84
const int use_a = a; // expected-error {{
undeclared
identifier}}
91
const int use_b = b; // expected-error {{
undeclared
identifier}}
98
const int use_c = c; // expected-error {{
undeclared
identifier}}
/libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java
344
* is an
undeclared
prefix.
370
* is
undeclared
in this context.
639
* if there is an
undeclared
prefix.
ParserAdapter.java
730
* <p>If the name has an
undeclared
prefix, use only the qname
748
throw makeException("
Undeclared
prefix: " + qName);
749
reportError("
Undeclared
prefix: " + qName);
/external/clang/test/CXX/drs/
dr5xx.cpp
28
void (*p)() = &f; // expected-error {{
undeclared
identifier}}
40
void sanity() { Q arr[1]; f(arr); } // expected-error {{
undeclared
identifier 'f'}}
964
int &s = h(N::f); // expected-error {{
undeclared
}}
/external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h
47
/// int A = B; // expected-error {{use of
undeclared
identifier 'B'}}
/external/clang/test/CXX/special/class.ctor/
p5-0x.cpp
44
class NotDeleted2b { int &a = error; }; // expected-error {{
undeclared
identifier}}
Completed in 716 milliseconds
<<
11
12
13
14
15
16
17
18