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

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.h 112 int in_code : 1; member in struct:sh_segment_info_type
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.h 112 int in_code : 1; member in struct:sh_segment_info_type
  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.cc 93 static int in_code = 0; variable
3483 in_code++;
3485 in_code--;
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
cris.cc 93 static int in_code = 0; variable
3326 in_code++;
3328 in_code--;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 1435 enum tree_code in_code = entry.first; local
1469 if (in_code == MINUS_EXPR)
1479 if (in_code == MINUS_EXPR)
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 1634 enum tree_code in_code = entry.first; local
1668 if (in_code == MINUS_EXPR)
1678 if (in_code == MINUS_EXPR)

Completed in 46 milliseconds