OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incomplete
(Results
51 - 75
of
3611
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/build/kati/
regen_dump.cc
63
ERROR("
Incomplete
stamp file");
67
ERROR("
Incomplete
stamp file");
71
ERROR("
Incomplete
stamp file");
78
ERROR("
Incomplete
stamp file");
82
ERROR("
Incomplete
stamp file");
89
ERROR("
Incomplete
stamp file");
94
ERROR("
Incomplete
stamp file");
96
ERROR("
Incomplete
stamp file");
/external/clang/test/CodeGenCXX/
expr.cpp
32
//
Incomplete
type in conditional operator.
33
// Check operations on
incomplete
types.
thunks-available-externally.cpp
6
struct
Incomplete
;
10
virtual void g(
Incomplete
);
18
virtual void g(
Incomplete
);
28
virtual void g(
Incomplete
);
/external/clang/test/Sema/
offsetof.c
53
struct
incomplete
; // expected-note 2 {{forward declaration of 'struct
incomplete
'}}
54
int test1[__builtin_offsetof(struct
incomplete
, foo)]; // expected-error {{offsetof of
incomplete
type 'struct
incomplete
'}}
56
int test2[__builtin_offsetof(struct
incomplete
[10], [4].foo)]; // expected-error {{array has
incomplete
element type 'struct
incomplete
'}}
/external/clang/test/SemaCXX/
conversion-incomplete-type.cpp
12
expectStringPiece(s); // expected-error {{no viable conversion from 'const string' to
incomplete
type 'const StringPiece'}}
20
expectStringPiece(s); // expected-error {{no viable conversion from 'const string' to
incomplete
type 'const StringPiece'}}
PR6618.cpp
4
bar g; // expected-error {{field has
incomplete
type}}
ms-exception-spec.cpp
7
void fn() throw(S); // expected-warning {{
incomplete
type}} expected-note{{previous declaration}}
static-cast-complete-type.cpp
12
(void)static_cast<T>(10); // expected-error{{'T' is an
incomplete
type}}
/frameworks/compile/slang/tests/F_reduce_general_void/
stderr.txt.expect
1
reduce_general_void.rs:11:13: error: accumulator voidA_accum() for '#pragma rs reduce(voidA)' (reduce_general_void.rs:9:12) parameter 'accum' (type 'void *') must not be pointer to
incomplete
type
3
reduce_general_void.rs:22:29: error: outconverter voidO_out() for '#pragma rs reduce(voidO)' (reduce_general_void.rs:20:12) parameter 'out' (type 'void *') must not point to an
incomplete
type
/external/skia/docs/
SkImageInfo_Reference.bmh
700
#Line #
incomplete
##
726
//
incomplete
729
#SeeAlso
incomplete
736
#Line #
incomplete
##
751
//
incomplete
754
#SeeAlso
incomplete
783
#Return
incomplete
##
786
//
incomplete
789
#SeeAlso
incomplete
800
#Param width
incomplete
##
[
all
...]
/external/clang/test/CXX/expr/expr.const/
p5-0x.cpp
26
extern struct
Incomplete
incomplete
; // expected-note 4{{forward decl}}
48
auto new2 = new int[1][
incomplete
]; // expected-error {{
incomplete
}}
56
enum2 =
incomplete
, // expected-error {{
incomplete
}}
65
alignas(
incomplete
) int alignas2; // expected-error {{
incomplete
}}
74
int array2[
incomplete
]; // expected-error {{non-integer type}}
82
int bitfield2 :
incomplete
; // expected-error {{incomplete}
[
all
...]
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
p3.cpp
11
int value1 = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
13
int value2 = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
21
int x = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
28
int value = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
35
int x = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
45
int y = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
61
int x = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
73
int x = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
86
int y = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}}
88
int z = sizeof(array); // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'int []'}
[
all
...]
/external/clang/test/CodeGen/
functions.c
51
// PR6911 -
incomplete
function types
52
struct
Incomplete
;
53
void f8_callback(struct
Incomplete
);
54
void f8_user(void (*callback)(struct
Incomplete
));
/external/clang/test/SemaTemplate/
nested-incomplete-class.cpp
8
// Should not get errors about bar being
incomplete
here.
/external/clang/test/VFS/Inputs/
vfsoverlay.yaml
35
{ 'name': '
Incomplete
.framework', 'type': 'directory',
39
{ 'name': '
Incomplete
.h', 'type': 'file',
40
'external-contents': 'INPUT_DIR/
Incomplete
.h'
48
'external-contents': 'INPUT_DIR/
incomplete
-umbrella.modulemap'
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
conformance_mthd3_incomplete_array.data
16
[u1]0 // num_elements:
Incomplete
array.
conformance_mthd3_incomplete_array_header.data
15
[u4]16 // num_bytes:
Incomplete
array header.
/prebuilts/go/darwin-x86/test/fixedbugs/
issue21120.go
7
// The compiler was using an
incomplete
symbol name for reflect name data,
/prebuilts/go/linux-x86/test/fixedbugs/
issue21120.go
7
// The compiler was using an
incomplete
symbol name for reflect name data,
/external/skia/site/user/api/
SkImageInfo_Reference.md
413
incomplete
442
incomplete
454
| <a href="#SkImageInfo_ByteSizeOverflowed">ByteSizeOverflowed</a> |
incomplete
|
461
| <a href="#SkImageInfo_alphaType">alphaType</a> |
incomplete
|
462
| <a href="#SkImageInfo_bounds">bounds</a> |
incomplete
|
463
| <a href="#SkImageInfo_bytesPerPixel">bytesPerPixel</a> |
incomplete
|
464
| <a href="#SkImageInfo_colorSpace">colorSpace</a> |
incomplete
|
465
| <a href="#SkImageInfo_colorType">colorType</a> |
incomplete
|
466
| <a href="#SkImageInfo_computeByteSize">computeByteSize</a> |
incomplete
|
467
| <a href="#SkImageInfo_computeMinByteSize">computeMinByteSize</a> |
incomplete
|
[
all
...]
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
assign_pair_cxx03.pass.cpp
28
struct
Incomplete
;
29
extern
Incomplete
inc_obj;
41
typedef std::pair<int,
Incomplete
&> P;
48
struct
Incomplete
{};
49
Incomplete
inc_obj;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pairs.pair/
assign_pair_cxx03.pass.cpp
28
struct
Incomplete
;
29
extern
Incomplete
inc_obj;
41
typedef std::pair<int,
Incomplete
&> P;
48
struct
Incomplete
{};
49
Incomplete
inc_obj;
/external/clang/test/Modules/
Werror.m
7
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella \
13
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella
18
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella \
19
// RUN: -Werror -Wno-
incomplete
-umbrella
25
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella \
26
// RUN: -Werror=header-guard -Wno-
incomplete
-umbrella
31
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella \
37
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella \
38
// RUN: -Werror -Wno-
incomplete
-umbrella
46
// RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-
incomplete
-umbrella
[
all
...]
/frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/
stderr.txt.expect
3
reduce_general_bad_accumulator.rs:14:13: error: accumulator AccumIntA() for '#pragma rs reduce(redIntA)' (reduce_general_bad_accumulator.rs:13:12) parameter 'accum' (type 'int (*)[]') must not be pointer to
incomplete
type
4
reduce_general_bad_accumulator.rs:14:13: error: accumulator AccumIntA() for '#pragma rs reduce(redIntAOut)' (reduce_general_bad_accumulator.rs:18:12) parameter 'accum' (type 'int (*)[]') must not be pointer to
incomplete
type
5
reduce_general_bad_accumulator.rs:28:13: error: accumulator AccumStructIncomplete() for '#pragma rs reduce(redStructIncomplete)' (reduce_general_bad_accumulator.rs:27:12) parameter 'accum' (type 'struct
Incomplete
*') must not be pointer to
incomplete
type
6
reduce_general_bad_accumulator.rs:28:13: error: accumulator AccumStructIncomplete() for '#pragma rs reduce(redStructIncompleteOut)' (reduce_general_bad_accumulator.rs:32:12) parameter 'accum' (type 'struct
Incomplete
*') must not be pointer to
incomplete
type
/external/clang/test/Parser/
typeof.c
13
void ary[7] fff; // expected-error{{array has
incomplete
element type 'void'}} expected-error{{expected ';' at end of declaration}}
14
typeof(void ary[7]) anIntError; // expected-error{{expected ')'}} expected-note {{to match this '('}} expected-error {{variable has
incomplete
type 'typeof(void)' (aka 'void')}}
Completed in 1388 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>