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

  /src/external/gpl3/gdb.old/dist/gdb/
c-lang.c 76 classify_type (struct type *elttype, struct gdbarch *gdbarch, function
151 classify_type (type, type->arch (), &encoding);
163 str_type = classify_type (type, type->arch (), NULL);
201 str_type = (classify_type (type, type->arch (), &type_encoding)
281 classify_type (element_type, element_type->arch (), charset);
  /src/external/gpl3/gdb/dist/gdb/
c-lang.c 76 classify_type (struct type *elttype, struct gdbarch *gdbarch, function
151 classify_type (type, type->arch (), &encoding);
163 str_type = classify_type (type, type->arch (), NULL);
201 str_type = (classify_type (type, type->arch (), &type_encoding)
281 classify_type (element_type, element_type->arch (), charset);
  /src/external/gpl2/xcvs/dist/src/
cvs.h 819 enum classify_type
833 typedef enum classify_type Ctype;
844 enum classify_type type;
818 enum classify_type enum
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 62 (** 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 var

Completed in 36 milliseconds