HomeSort by relevance Sort by last modified time
    Searched defs:NodeRef (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 32 // typedef NodeRef - Type of Node token in the graph, which should
35 // dereference to a NodeRef.
37 // static NodeRef getEntryNode(const GraphType &)
40 // static ChildIteratorType child_begin(NodeRef)
41 // static ChildIteratorType child_end (NodeRef)
46 // typedef ...iterator nodes_iterator; - dereference to a NodeRef
63 typedef typename GraphType::UnknownGraphTypeError NodeRef;
107 children(const typename GraphTraits<GraphType>::NodeRef &G) {
114 inverse_children(const typename GraphTraits<GraphType>::NodeRef &G) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
GraphTraits.h 32 // typedef NodeRef - Type of Node token in the graph, which should
35 // dereference to a NodeRef.
37 // static NodeRef getEntryNode(const GraphType &)
40 // static ChildIteratorType child_begin(NodeRef)
41 // static ChildIteratorType child_end (NodeRef)
46 // typedef ...iterator nodes_iterator; - dereference to a NodeRef
63 typedef typename GraphType::UnknownGraphTypeError NodeRef;
107 children(const typename GraphTraits<GraphType>::NodeRef &G) {
114 inverse_children(const typename GraphTraits<GraphType>::NodeRef &G) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt * NodeRef;
32 static NodeRef getEntryNode(clang::Stmt *S) { return S; }
34 static ChildIteratorType child_begin(NodeRef N) {
39 static ChildIteratorType child_end(NodeRef N) {
55 typedef const clang::Stmt * NodeRef;
59 static NodeRef getEntryNode(const clang::Stmt *S) { return S; }
61 static ChildIteratorType child_begin(NodeRef N) {
66 static ChildIteratorType child_end(NodeRef N) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 124 typedef Interval *NodeRef;
127 static NodeRef getEntryNode(Interval *I) { return I; }
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
135 typedef Interval *NodeRef;
137 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 172 typedef const MachineLoop *NodeRef;
175 static NodeRef getEntryNode(const MachineLoop *L) { return L; }
176 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
177 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
181 typedef MachineLoop *NodeRef;
184 static NodeRef getEntryNode(MachineLoop *L) { return L; }
185 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
186 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
Interval.h 124 typedef Interval *NodeRef;
127 static NodeRef getEntryNode(Interval *I) { return I; }
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
135 typedef Interval *NodeRef;
137 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
Interval.h 124 typedef Interval *NodeRef;
127 static NodeRef getEntryNode(Interval *I) { return I; }
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
135 typedef Interval *NodeRef;
137 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 124 typedef Interval *NodeRef;
127 static NodeRef getEntryNode(Interval *I) { return I; }
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
135 typedef Interval *NodeRef;
137 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 172 typedef const MachineLoop *NodeRef;
175 static NodeRef getEntryNode(const MachineLoop *L) { return L; }
176 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
177 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
181 typedef MachineLoop *NodeRef;
184 static NodeRef getEntryNode(MachineLoop *L) { return L; }
185 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
186 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
Interval.h 124 typedef Interval *NodeRef;
127 static NodeRef getEntryNode(Interval *I) { return I; }
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
135 typedef Interval *NodeRef;
137 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
Interval.h 124 typedef Interval *NodeRef;
127 static NodeRef getEntryNode(Interval *I) { return I; }
130 static ChildIteratorType child_begin(NodeRef N) { return succ_begin(N); }
131 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); }
135 typedef Interval *NodeRef;
137 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
138 static ChildIteratorType child_begin(NodeRef N) { return pred_begin(N); }
139 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
Dominators.h 170 typedef ::clang::DomTreeNode *NodeRef;
173 static NodeRef getEntryNode(NodeRef N) { return N; }
174 static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
175 static ChildIteratorType child_end(NodeRef N) { return N->end(); }
191 static NodeRef getEntryNode(::clang::DominatorTree *DT) {

Completed in 907 milliseconds

1 2 3 4 5 6 7