Home
last modified time | relevance | path

Searched refs:classify_type (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dcvs.h792 enum classify_type enum
806 typedef enum classify_type Ctype;
818 enum classify_type type;
H A Dcommit.c228 enum classify_type status;
H A DChangeLog-93953419 * cvs.h (enum classify_type): Add T_PATCH.
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltins.def598 DEF_GCC_BUILTIN (BUILT_IN_CLASSIFY_TYPE, "classify_type", BT_FN_INT_VAR, ATTR_NULL)
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml458 external classify_type : lltype -> TypeKind.t = "llvm_classify_type"
H A Dllvm.mli62 (** The kind of an [lltype], the result of [classify_type ty]. See the
566 (** [classify_type ty] returns the {!TypeKind.t} corresponding to the type [ty].
568 val classify_type : lltype -> TypeKind.t val