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

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-out.cc 572 If THIS_REF_P is true, the leaves of EXPR are emitted as references via
577 bool ref_p, bool this_ref_p)
582 && !(this_ref_p && tree_is_indexable (expr)));
606 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
629 bool this_ref_p; member in struct:DFS::worklist
640 tree expr, bool ref_p, bool this_ref_p);
644 bool ref_p, bool this_ref_p);
687 using depth-first search on the subgraph. If THIS_REF_P is true, the
692 DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
699 DFS_write_tree (ob, NULL, expr, ref_p, this_ref_p);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-out.cc 565 If THIS_REF_P is true, the leaves of EXPR are emitted as references via
570 bool ref_p, bool this_ref_p)
575 && !(this_ref_p && tree_is_indexable (expr)));
599 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
622 bool this_ref_p; member in struct:DFS::worklist
633 tree expr, bool ref_p, bool this_ref_p);
637 bool ref_p, bool this_ref_p);
680 using depth-first search on the subgraph. If THIS_REF_P is true, the
685 DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
692 DFS_write_tree (ob, NULL, expr, ref_p, this_ref_p);
    [all...]

Completed in 31 milliseconds