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

  /src/external/gpl2/groff/dist/src/preproc/refer/
ref.h 33 enum label_type { NORMAL_LABEL, SHORT_LABEL }; enum
77 int merge_labels_by_parts(reference **, int, label_type, string &);
78 int merge_labels_by_number(reference **, int, label_type, string &);
87 const string &get_label(label_type type) const;
88 const substring_position &get_separator_pos(label_type) const;
97 int merge_labels(reference **, int, label_type, string &);
  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 2853 gfc_sl_type label_type; local
2863 label_type = lp->defined;
2866 label_type = lp->referenced;
2870 if (label_type == ST_LABEL_FORMAT
2878 if ((label_type == ST_LABEL_TARGET || label_type == ST_LABEL_DO_TARGET
2879 || label_type == ST_LABEL_BAD_TARGET)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 2786 gfc_sl_type label_type; local
2796 label_type = lp->defined;
2799 label_type = lp->referenced;
2803 if (label_type == ST_LABEL_FORMAT
2811 if ((label_type == ST_LABEL_TARGET || label_type == ST_LABEL_DO_TARGET
2812 || label_type == ST_LABEL_BAD_TARGET)
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 756 (** [label_type c] creates a type of a basic block in the context [c]. See
758 val label_type : llcontext -> lltype var

Completed in 31 milliseconds