OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incomplete_array
(Results
1 - 15
of
15
) sorted by null
/external/clang/test/PCH/
tentative-defs.h
9
int
incomplete_array
[];
variable
external-defs.h
10
int
incomplete_array
[];
variable
tentative-defs.c
7
// RUN: grep "@
incomplete_array
= common global .*1 x i32" %t | count 1
external-defs.c
12
// RUN: grep "@
incomplete_array
= common global .*1 x i32" %t | count 1
chain-external-defs.c
32
// AA: @
incomplete_array
= common global [1 x i32]
33
// AA-NOT: @
incomplete_array
= common global [1 x i32]
/external/clang/test/PCH/Inputs/
chain-external-defs1.h
10
int
incomplete_array
[];
variable
chain-external-defs2.h
10
int
incomplete_array
[];
variable
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp
39
typedef char
incomplete_array
[];
typedef
45
test_array<
incomplete_array
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp
39
typedef char
incomplete_array
[];
typedef
45
test_array<
incomplete_array
>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp
48
typedef char
incomplete_array
[];
typedef
54
test_array<
incomplete_array
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp
48
typedef char
incomplete_array
[];
typedef
54
test_array<
incomplete_array
>();
/external/clang/test/Index/
print-type.cpp
43
void foo(int i, int
incomplete_array
[]) { int variable_array[i]; }
122
// CHECK: ParmDecl=
incomplete_array
:43:21 (Definition) [type=int []] [typekind=IncompleteArray] [isPOD=1]
/external/clang/test/SemaCXX/
cxx1y-variable-templates_in_class.cpp
268
namespace
incomplete_array
{
namespace in namespace:in_class_template
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
68
typedef Types
incomplete_array
[]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
typedef in struct:TestPPName
/external/bison/
configure
[
all
...]
Completed in 287 milliseconds