Searched defs:test_array (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddecltype-pr4448.cpp7 int test_array[5]; variable
9 Convoluted< int *, test_array, nullptr > tarray;
H A Dreturn-noreturn.cpp122 void test_array() { function
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp38 void test_array() function
52 test_array<array>();
53 test_array<const_array>();
54 test_array<incomplete_array>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Darray.pass.cpp29 void test_array() function
43 test_array<array>();
44 test_array<const_array>();
45 test_array<incomplete_array>();
/external/clang/test/Analysis/
H A Dauto-obj-dtors-cfg-output.cpp69 void test_array() { function
/external/eigen/test/
H A Darray.cpp265 void test_array() function
/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c46 // CHECK: define arm_aapcs_vfpcc void @test_array(%struct.nested_array %{{.*}})
47 // CHECK64: define void @test_array([4 x double] %{{.*}})
49 void test_array(struct nested_array arg) { function

Completed in 578 milliseconds