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

  /src/external/gpl3/binutils/dist/gprofng/src/
CallStack.h 36 class Descendants /* : public DbeLock */
39 Descendants ();
40 ~Descendants ();
58 class CallStackNode : public Descendants
CallStack.cc 36 Descendants::Descendants ()
43 Descendants::~Descendants ()
50 Descendants::find (Histable *hi, int *index)
76 Descendants::append (CallStackNode* item)
85 Descendants::insert (int ind, CallStackNode* item)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CallStack.h 36 class Descendants /* : public DbeLock */
39 Descendants ();
40 ~Descendants ();
58 class CallStackNode : public Descendants
CallStack.cc 36 Descendants::Descendants ()
43 Descendants::~Descendants ()
50 Descendants::find (Histable *hi, int *index)
76 Descendants::append (CallStackNode* item)
85 Descendants::insert (int ind, CallStackNode* item)
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 49 Descendants,
85 // A RecursiveASTVisitor that traverses all children or all descendants of
93 // descendants of a traversed node. max_depth is the maximum depth
95 // matching the descendants.
110 // to visit the descendants of node.
577 // Matches children or descendants of 'Node' with 'BaseMatcher'.
593 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants;
612 // Matches children or descendants of 'Node' with 'BaseMatcher'.

Completed in 21 milliseconds