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

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 2589 tree valist_type; local
2599 valist_type = TREE_TYPE (valist);
2611 t = fold_convert (valist_type, t);
2613 t = build2 (MODIFY_EXPR, valist_type, valist, t);
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 2994 tree valist_type; local
3004 valist_type = TREE_TYPE (valist);
3016 t = fold_convert (valist_type, t);
3018 t = build2 (MODIFY_EXPR, valist_type, valist, t);
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 6679 tree valist_type;
6691 valist_type = TREE_TYPE (valist);
6703 t = fold_convert (valist_type, t);
6705 t = build2 (MODIFY_EXPR, valist_type, valist, t);
6665 tree valist_type; local
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 6531 tree valist_type;
6543 valist_type = TREE_TYPE (valist);
6555 t = fold_convert (valist_type, t);
6557 t = build2 (MODIFY_EXPR, valist_type, valist, t);
6517 tree valist_type; local

Completed in 44 milliseconds