Searched refs:classify_type (Results 1 – 6 of 6) sorted by relevance
792 enum classify_type enum806 typedef enum classify_type Ctype;818 enum classify_type type;
228 enum classify_type status;
3419 * cvs.h (enum classify_type): Add T_PATCH.
598 DEF_GCC_BUILTIN (BUILT_IN_CLASSIFY_TYPE, "classify_type", BT_FN_INT_VAR, ATTR_NULL)
458 external classify_type : lltype -> TypeKind.t = "llvm_classify_type"
62 (** The kind of an [lltype], the result of [classify_type ty]. See the566 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].568 val classify_type : lltype -> TypeKind.t val