Searched defs:nested_array (Results 1 – 3 of 3) sorted by relevance
43 struct nested_array { struct46 // CHECK: define arm_aapcs_vfpcc void @test_array(%struct.nested_array %{{.*}}) argument
39 struct nested_array { struct42 // CHECK: define arm_aapcs_vfpcc void @test_array(%struct.nested_array %{{.*}}) argument
31 std::vector<ScopedHandle> nested_array(3); in CreateTestNestedHandleArray() local