Home
last modified time | relevance | path

Searched defs:type_array (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dtype_.rs203 fn type_array(&self, ty: Type<'gcc>, len: u64) -> Type<'gcc> { in type_array() method
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs25 fn type_array(&self, ty: Self::Type, len: u64) -> Self::Type; in type_array() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dtype_.rs235 fn type_array(&self, ty: &'ll Type, len: u64) -> &'ll Type { in type_array() method
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp392 static const GLenum type_array[] = { GL_BYTE, in invalidEnum() local