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

  /src/external/gpl3/binutils/dist/gas/
expr.c 962 int is_label = 1;
977 is_label = (cp == input_line_pointer + 1
983 if (is_label)
958 int is_label = 1; local
expr.c 962 int is_label = 1;
977 is_label = (cp == input_line_pointer + 1
983 if (is_label)
958 int is_label = 1; local
  /src/external/gpl3/binutils.old/dist/gas/
expr.c 960 int is_label = 1;
975 is_label = (cp == input_line_pointer + 1
981 if (is_label)
956 int is_label = 1; local
expr.c 960 int is_label = 1;
975 is_label = (cp == input_line_pointer + 1
981 if (is_label)
956 int is_label = 1; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 716 is_label (const char *c_str) function
790 ip->match_now = is_label (arg);
tc-loongarch.c 716 is_label (const char *c_str) function
790 ip->match_now = is_label (arg);
tc-m68k.c 7655 if (is_label (buf))
7699 is_label (char *str)
7692 is_label (char *str) function
tc-m68k.c 7655 if (is_label (buf))
7699 is_label (char *str)
7692 is_label (char *str) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 709 is_label (const char *c_str) function
783 ip->match_now = is_label (arg);
tc-loongarch.c 709 is_label (const char *c_str) function
783 ip->match_now = is_label (arg);
tc-m68k.c 7655 if (is_label (buf))
7699 is_label (char *str)
7692 is_label (char *str) function
tc-m68k.c 7655 if (is_label (buf))
7699 is_label (char *str)
7692 is_label (char *str) function
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 339 int is_label; member in struct:goto_queue_node
578 data to be added, IS_LABEL indicates whether NEW_STMT is a label or
585 bool is_label,
610 q->is_label = is_label;
744 gcc_assert (!q->is_label);
781 gcc_assert (q->is_label);
tree-eh.cc 339 int is_label; member in struct:goto_queue_node
578 data to be added, IS_LABEL indicates whether NEW_STMT is a label or
585 bool is_label,
610 q->is_label = is_label;
744 gcc_assert (!q->is_label);
781 gcc_assert (q->is_label);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 339 int is_label; member in struct:goto_queue_node
578 data to be added, IS_LABEL indicates whether NEW_STMT is a label or
585 bool is_label,
610 q->is_label = is_label;
744 gcc_assert (!q->is_label);
781 gcc_assert (q->is_label);
tree-eh.cc 339 int is_label; member in struct:goto_queue_node
578 data to be added, IS_LABEL indicates whether NEW_STMT is a label or
585 bool is_label,
610 q->is_label = is_label;
744 gcc_assert (!q->is_label);
781 gcc_assert (q->is_label);

Completed in 89 milliseconds