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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 11638 tree *tail_chain = NULL;
11668 tail_chain : pointer to chain of last prepended node.
11682 /* Make [cl,tail_chain] a list of the alloc node (if we haven't
11689 tail_chain = &OMP_CLAUSE_CHAIN (extra_node);
11695 tail_chain = &OMP_CLAUSE_CHAIN (extra_node);
11700 tail_chain = &OMP_CLAUSE_CHAIN (alloc_node);
11704 = cl ? omp_siblist_move_concat_nodes_after (cl, tail_chain,
11635 tree *tail_chain = NULL; local

Completed in 20 milliseconds