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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
ropeimpl.h 490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right)
557 { __result = _S_tree_concat(__left, __nright); }
571 __result = _S_tree_concat(__r, __nright);
636 { __result = _S_tree_concat(__r, __right); }
689 { return(_S_tree_concat(__leftleft, __rest)); }
702 { return(_S_tree_concat(__left, __right)); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
ropeimpl.h 490 _S_tree_concat(_RopeRep* __left, _RopeRep* __right)
557 { __result = _S_tree_concat(__left, __nright); }
571 __result = _S_tree_concat(__r, __nright);
636 { __result = _S_tree_concat(__r, __right); }
689 { return(_S_tree_concat(__leftleft, __rest)); }
702 { return(_S_tree_concat(__left, __right)); }

Completed in 28 milliseconds