HomeSort by: relevance | last modified time | path
    Searched refs:type_of (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 207 char type_of[2]; member in struct:ISO_SUSP_ATTRIBUTES
iso9660_rrip.c 454 temp->type_of[0] = type_id[0];
455 temp->type_of[1] = type_id[1];
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 772 (** [type_of v] returns the type of the value [v].
774 val type_of : llvalue -> lltype var
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
llvm.ml 526 external type_of : llvalue -> lltype = "llvm_type_of"

Completed in 42 milliseconds