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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist_node.h 288 NodeTy *getNextNode() {
293 return List.getNextNode(*static_cast<NodeTy *>(this));
297 const NodeTy *getNextNode() const {
298 return const_cast<ilist_node_with_parent *>(this)->getNextNode();
ilist.h 372 pointer getNextNode(reference N) const {
379 const_pointer getNextNode(const_reference N) const {
380 return getNextNode(const_cast<reference >(N));
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 81 milliseconds