HomeSort by: relevance | last modified time | path
    Searched refs:accum_type_node (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 1095 if (mode == TYPE_MODE (accum_type_node))
1096 return unsigned_p ? sat_accum_type_node : accum_type_node;
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 1118 if (mode == TYPE_MODE (accum_type_node))
1119 return unsigned_p ? sat_accum_type_node : accum_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-cppbuiltin.cc 1298 accum_type_node);
c-common.cc 2532 if (mode == TYPE_MODE (accum_type_node))
2533 return unsignedp ? sat_accum_type_node : accum_type_node;
4439 record_builtin_type (RID_ACCUM, NULL, accum_type_node);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-cppbuiltin.cc 1351 accum_type_node);
c-common.cc 2585 if (mode == TYPE_MODE (accum_type_node))
2586 return unsignedp ? sat_accum_type_node : accum_type_node;
4513 record_builtin_type (RID_ACCUM, NULL, accum_type_node);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 2683 || type == accum_type_node
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 4320 #define accum_type_node global_trees[TI_ACCUM_TYPE] macro
tree.cc 9252 return unsignedp ? unsigned_accum_type_node : accum_type_node;
  /src/external/gpl3/gcc/dist/gcc/
tree.h 4556 #define accum_type_node global_trees[TI_ACCUM_TYPE] macro
tree.cc 9398 return unsignedp ? unsigned_accum_type_node : accum_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 12208 : accum_type_node;
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 14554 tree node_nk = accum_type_node;
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 13299 : accum_type_node;
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 15764 tree node_nk = accum_type_node;

Completed in 122 milliseconds