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

  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 162 int tlab; /* Number of labels in short mode. */ member in struct:hcodes_s
4919 if (hc->tlab == 2)
tc-m68k.c 6472 const char *tlab;
6475 tlab = truelab;
6477 tlab = mri_control_label ();
6480 rightstop, tlab, NULL, extent);
6503 colon (tlab);
6468 const char *tlab; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 162 int tlab; /* Number of labels in short mode. */ member in struct:hcodes_s
4919 if (hc->tlab == 2)
tc-m68k.c 6472 const char *tlab;
6475 tlab = truelab;
6477 tlab = mri_control_label ();
6480 rightstop, tlab, NULL, extent);
6503 colon (tlab);
6468 const char *tlab; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 5921 tree tlab;
5929 tlab = define_label (loc2, name);
5930 if (tlab)
5932 decl_attributes (&tlab, attrs, 0);
5933 decl_attributes (&tlab, std_attrs, 0);
5934 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
5919 tree tlab; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 7385 tree tlab;
7393 tlab = define_label (loc2, name);
7394 if (tlab)
7396 decl_attributes (&tlab, attrs, 0);
7397 decl_attributes (&tlab, std_attrs, 0);
7398 label = add_stmt (build_stmt (loc1, LABEL_EXPR, tlab));
7383 tree tlab; local

Completed in 46 milliseconds