OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:undeclared
(Results
176 - 200
of
429
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/OpenMP/
simd_misc_messages.c
33
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
45
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
401
// expected-error@+1 {{use of
undeclared
identifier 'x'}}
405
// expected-error@+2 {{use of
undeclared
identifier 'x'}}
406
// expected-error@+1 {{use of
undeclared
identifier 'y'}}
410
// expected-error@+3 {{use of
undeclared
identifier 'x'}}
411
// expected-error@+2 {{use of
undeclared
identifier 'y'}}
412
// expected-error@+1 {{use of
undeclared
identifier 'z'}}
505
// expected-error@+1 {{use of
undeclared
identifier 'x'}}
509
// expected-error@+2 {{use of
undeclared
identifier 'x'}
[
all
...]
ordered_messages.cpp
14
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
20
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
127
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
133
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
critical_messages.cpp
140
goto L1; // expected-error {{use of
undeclared
label 'L1'}}
142
goto L2; // expected-error {{use of
undeclared
label 'L2'}}
/external/clang/test/SemaTemplate/
alias-templates.cpp
131
void f1(Y<T> a) { h(g(a)); } // expected-error {{
undeclared
identifier 'g'}}
132
void f2(Y<Ts>...as) { h(g(as)...); } // expected-error {{
undeclared
identifier 'g'}}
134
void f4(Ts ...ts) { h(g(sizeof(ts))...); } // expected-error {{
undeclared
identifier 'g'}}
instantiate-method.cpp
125
void foo(A<test1::
Undeclared
> &a) // expected-error {{no member named '
Undeclared
' in namespace 'test1'}}
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp
46
func(B::B()); // expected-error {{use of
undeclared
identifier 'func'; did you mean 'C::func'?}} \
/external/clang/test/CXX/class/class.mem/
p1.cpp
19
S::EnumT Evar2 = EnumT(); //expected-error{{use of
undeclared
identifier 'EnumT'}}
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp
91
for (auto not_in_scope : not_in_scope) { // expected-error {{use of
undeclared
identifier 'not_in_scope'}}
96
__range.begin(); // expected-error {{use of
undeclared
identifier '__range'}}
97
++__begin; // expected-error {{use of
undeclared
identifier '__begin'}}
98
--__end; // expected-error {{use of
undeclared
identifier '__end'}}
/external/clang/test/FixIt/
typo.c
42
unsinged *ptr = 0; // expected-error{{use of
undeclared
identifier 'unsinged'; did you mean 'unsigned'?}}
/external/clang/test/Modules/
modular_maps.cpp
19
const int val = a + b + c + x; // expected-error {{
undeclared
identifier}}
/external/clang/test/Parser/
recovery.c
61
&BADIDENT, 0 /* expected-error {{use of
undeclared
identifier}} */
/external/clang/test/Sema/
statements.c
40
switch (env->fpscr) // expected-error {{use of
undeclared
identifier 'env'}}
var-redecl.c
56
int *p=&g19; // expected-error{{use of
undeclared
identifier 'g19'}} \
block-misc.c
90
^{ goto somelabel; }(); // expected-error {{use of
undeclared
label 'somelabel'}}
94
goto somelabel; // expected-error {{use of
undeclared
label 'somelabel'}}
/external/clang/test/SemaCXX/
copy-assignment.cpp
102
template<typename T> class A : public unknown::X { // expected-error {{
undeclared
identifier 'unknown'}} expected-error {{expected class name}}
default1.cpp
73
int pr20055_f(int x = 0, int y = UNDEFINED); // expected-error{{use of
undeclared
identifier}}
warn-empty-body.cpp
243
aa; // expected-error{{use of
undeclared
identifier}}
248
bb; // expected-error{{use of
undeclared
identifier}}
252
cc; // expected-error{{use of
undeclared
identifier}}
255
dd; // expected-error{{use of
undeclared
identifier}}
default2.cpp
126
template <int I = (1 * I)> struct S {}; // expected-error-re {{use of
undeclared
identifier 'I'{{$}}}}
129
template <int I1 = I2, int I2 = 1> struct T {}; // expected-error-re {{use of
undeclared
identifier 'I2'{{$}}}}
/external/compiler-rt/test/msan/
dtor-bit-fields.cc
11
// for trivial classes with
undeclared
dtors
/external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java
85
// Expect the
undeclared
exception to have been chained inside another
166
// Expect the
undeclared
exception to have been chained inside another
333
// Expect the
undeclared
exception to have been chained inside another
413
// Expect
undeclared
exception wrapped by RuntimeException to be thrown
/external/v8/test/webkit/
exception-with-handler-inside-eval-with-dynamic-scope.js
38
eval("try { throw ''; } finally { result = test; shouldBe('result', '\"inner scope\"'); result = null;
undeclared
; }");
/prebuilts/go/darwin-x86/src/go/types/testdata/
constdecl.src
92
x string = missing /* ERROR "
undeclared
name" */
/prebuilts/go/linux-x86/src/go/types/testdata/
constdecl.src
92
x string = missing /* ERROR "
undeclared
name" */
/prebuilts/go/darwin-x86/src/go/ast/
resolve.go
69
// remaining unresolved identifiers are reported as
undeclared
. If the files
162
p.errorf(ident.Pos(), "
undeclared
name: %s", ident.Name)
/prebuilts/go/linux-x86/src/go/ast/
resolve.go
69
// remaining unresolved identifiers are reported as
undeclared
. If the files
162
p.errorf(ident.Pos(), "
undeclared
name: %s", ident.Name)
Completed in 705 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>