Searched refs:type_of (Results 1 – 4 of 4) sorted by relevance
207 char type_of[2]; member
454 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()
772 (** [type_of v] returns the type of the value [v].774 val type_of : llvalue -> lltype val1020 [struct_type (Array.map type_of elts)] and containing the values [elts]1032 type {!packed_struct_type} [(Array.map type_of elts)] and containing the1039 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
526 external type_of : llvalue -> lltype = "llvm_type_of"