OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incomplete
(Results
126 - 150
of
1629
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
crash-invalid-array.c
13
p[i][i] = i; // expected-error {{subscript of pointer to
incomplete
type 'int []'}}
invalid-decl.c
47
void test3; // expected-error {{
incomplete
type}}
warn-cast-align.c
38
//
Incomplete
type.
/external/clang/test/SemaCXX/
alignof-sizeof-reference.cpp
4
char ar[sizeof(s0&)]; // expected-error {{invalid application of 'sizeof' to an
incomplete
type}}
decltype-overloaded-functions.cpp
5
decltype(f) a; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}} expected-error {{variable has
incomplete
type 'decltype(f())' (aka 'void')}}
inherit.cpp
15
class E : public D { }; // expected-error{{base class has
incomplete
type}}
microsoft-cxx0x.cpp
18
// expected-error@-2{{calling 'make' with
incomplete
return type 'PR13433::S'}}
/external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp
9
template<typename T> void f1(T*) throw(T); // expected-error{{
incomplete
type '
Incomplete
' is not allowed in exception specification}}
10
struct
Incomplete
; // expected-note{{forward}}
12
void test_f1(
Incomplete
*incomplete_p, int *int_p) {
instantiate-var-template.cpp
28
template<typename T> constexpr T b = a<sizeof(sizeof(f(T())))>; // expected-error {{invalid application of 'sizeof' to an
incomplete
type 'void'}}
/external/eigen/Eigen/
IterativeLinearSolvers
20
* - IncompleteILUT -
incomplete
LU factorization with dual thresholding
/external/icu/icu4c/source/test/cintltst/
cdtdptst.h
30
* Verify that strings which contain
incomplete
specifications are parsed
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp
16
// Allow
incomplete
argument types in the __is_callable check
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
types.pass.cpp
21
struct A; // purposefully
incomplete
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/
types.pass.cpp
21
struct A; // purposefully
incomplete
/external/markdown/docs/
AUTHORS
25
The
incomplete
list of individuals below have provided patches or otherwise
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c
49
/* Unsupported format. We may hit this when people ask for FBO-
incomplete
/external/v8/src/compiler/
pipeline.h
13
// and TODO(name) implies an
incomplete
implementation
/frameworks/wilhelm/src/itf/
IAudioIODeviceCapabilities.c
183
//
Incomplete
201
//
Incomplete
273
//
incomplete
284
//
incomplete
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_incomplete.pass.cpp
16
// Allow
incomplete
argument types in the __is_callable check
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
types.pass.cpp
21
struct A; // purposefully
incomplete
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/
types.pass.cpp
21
struct A; // purposefully
incomplete
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
FormPage.java
58
* @return an
incomplete
form page suitable for use in MultiPagedForm.
69
* @return an
incomplete
form page suitable for use in MultiPagedForm.
81
* @return an
incomplete
form page suitable for use in MultiPagedForm.
97
* @return an
incomplete
form page suitable for use in MultiPagedForm.
/packages/inputmethods/LatinIME/java/res/xml/
keystyle_devanagari_sign_visarga.xml
22
API version 16 can't automatically render dotted circle for
incomplete
combining letter
/packages/inputmethods/LatinIME/java/res/xml-v16/
keystyle_devanagari_sign_visarga.xml
22
API version 16 can't automatically render dotted circle for
incomplete
combining letter
/external/clang/test/Index/
print-type-size.cpp
83
namespace
Incomplete
{
84
// test that fields in
incomplete
named record do not crash
98
// test that fields in
incomplete
anonymous record do not crash
112
//
incomplete
not in root level, in named record
121
//
incomplete
not in root level, in anonymous record
137
//deep anonymous with deep level
incomplete
154
//deep anonymous with first level
incomplete
173
//deep anonymous with sub-first-level
incomplete
199
// CHECK64: StructDecl=As:[[@LINE+1]]:8 [type=
Incomplete
::As] [typekind=Record]
203
// CHECK64: ClassDecl=A:[[@LINE+1]]:7 [type=
Incomplete
::A] [typekind=Record
[
all
...]
Completed in 530 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>