Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
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);
/external/clang/test/CodeGen/
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);
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp14464 static const GLchar* struct_with_array = "struct StructureWithArray {\n" in getTypeDefinition() local
14520 type_definition = struct_with_array; in getTypeDefinition()