HomeSort by relevance Sort by last modified time
    Searched defs:StackElement (Results 1 - 24 of 24) sorted by null

  /external/llvm/include/llvm/ADT/
SCCIterator.h 50 struct StackElement {
55 StackElement(NodeType *Node, const ChildItTy &Child, unsigned Min)
58 bool operator==(const StackElement &Other) const {
80 std::vector<StackElement> VisitStack;
146 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
DepthFirstIterator.h 96 typedef std::pair<NodeRef, Optional<ChildItTy>> StackElement;
99 std::vector<StackElement> VisitStack;
104 VisitStack.push_back(StackElement(Node, None));
110 VisitStack.push_back(StackElement(Node, None));
133 VisitStack.push_back(StackElement(Next, None));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
DepthFirstIterator.h 96 typedef std::pair<NodeRef, Optional<ChildItTy>> StackElement;
99 std::vector<StackElement> VisitStack;
104 VisitStack.push_back(StackElement(Node, None));
110 VisitStack.push_back(StackElement(Node, None));
133 VisitStack.push_back(StackElement(Next, None));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SCCIterator.h 52 struct StackElement {
57 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min)
60 bool operator==(const StackElement &Other) const {
82 std::vector<StackElement> VisitStack;
148 VisitStack.push_back(StackElement(N, GT::child_begin(N), visitNum));
  /art/runtime/gc/
allocation_record.h 189 const AllocRecordStackTraceElement& StackElement(size_t index) const {
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 

Completed in 571 milliseconds