Home
last modified time | relevance | path

Searched refs:struct_with_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGen/
H A Darm-homogenous.c124 } struct_with_array; typedef
125 struct_with_array g_s_a;
127 extern void takes_struct_with_array(struct_with_array a);
128 extern struct_with_array returns_struct_with_array(void);
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp14393 static const GLchar *struct_with_array = "struct StructureWithArray {\n" in getTypeDefinition() local
14449 type_definition = struct_with_array; in getTypeDefinition()