Home
last modified time | relevance | path

Searched refs:type_of (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h207 char type_of[2]; member
H A Diso9660_rrip.c454 temp->type_of[0] = type_id[0]; in cd9660node_susp_create_node()
455 temp->type_of[1] = type_id[1]; in cd9660node_susp_create_node()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli772 (** [type_of v] returns the type of the value [v].
774 val type_of : llvalue -> lltype val
1020 [struct_type (Array.map type_of elts)] and containing the values [elts]
1032 type {!packed_struct_type} [(Array.map type_of elts)] and containing the
1039 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
H A Dllvm.ml526 external type_of : llvalue -> lltype = "llvm_type_of"