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

  /external/llvm/include/llvm/ADT/
GraphTraits.h 31 // typedef ChildIteratorType - Type used to iterate over children in graph
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
89 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
95 static ChildIteratorType child_begin(NodeType* N) {
99 static ChildIteratorType child_end(NodeType* N) {
  /external/llvm/include/llvm/Support/
DataFlow.h 28 typedef Value::const_use_iterator ChildIteratorType;
34 static inline ChildIteratorType child_begin(NodeType *N) {
38 static inline ChildIteratorType child_end(NodeType *N) {
45 typedef Value::use_iterator ChildIteratorType;
51 static inline ChildIteratorType child_begin(NodeType *N) {
55 static inline ChildIteratorType child_end(NodeType *N) {
62 typedef User::const_op_iterator ChildIteratorType;
68 static inline ChildIteratorType child_begin(NodeType *N) {
74 static inline ChildIteratorType child_end(NodeType *N) {
83 typedef User::op_iterator ChildIteratorType;
    [all...]
CFG.h 258 typedef succ_iterator ChildIteratorType;
261 static inline ChildIteratorType child_begin(NodeType *N) {
264 static inline ChildIteratorType child_end(NodeType *N) {
271 typedef succ_const_iterator ChildIteratorType;
275 static inline ChildIteratorType child_begin(NodeType *N) {
278 static inline ChildIteratorType child_end(NodeType *N) {
290 typedef pred_iterator ChildIteratorType;
292 static inline ChildIteratorType child_begin(NodeType *N) {
295 static inline ChildIteratorType child_end(NodeType *N) {
302 typedef const_pred_iterator ChildIteratorType;
    [all...]
  /external/clang/include/clang/AST/
StmtGraphTraits.h 29 typedef clang::Stmt::child_iterator ChildIteratorType;
34 static inline ChildIteratorType child_begin(NodeType* N) {
36 else return ChildIteratorType();
39 static inline ChildIteratorType child_end(NodeType* N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static inline ChildIteratorType child_begin(NodeType* N) {
63 else return ChildIteratorType();
66 static inline ChildIteratorType child_end(NodeType* N) {
68 else return ChildIteratorType();
    [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 235 typedef typename Graph<N>::ChildIterator ChildIteratorType;
238 static inline ChildIteratorType child_begin(NodeType *Node) {
241 static inline ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/include/llvm/Analysis/
Interval.h 126 typedef Interval::succ_iterator ChildIteratorType;
131 static inline ChildIteratorType child_begin(NodeType *N) {
134 static inline ChildIteratorType child_end(NodeType *N) {
141 typedef Interval::pred_iterator ChildIteratorType;
143 static inline ChildIteratorType child_begin(NodeType *N) {
146 static inline ChildIteratorType child_end(NodeType *N) {
CallGraph.h 317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
319 static inline ChildIteratorType child_begin(NodeType *N) {
322 static inline ChildIteratorType child_end (NodeType *N) {
334 typedef NodeType::const_iterator ChildIteratorType;
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
338 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); }
LoopInfo.h 152 for (typename BlockTraits::ChildIteratorType SI =
168 for (typename InvBlockTraits::ChildIteratorType I =
701 typedef LoopInfo::iterator ChildIteratorType;
704 static inline ChildIteratorType child_begin(NodeType *N) {
707 static inline ChildIteratorType child_end(NodeType *N) {
714 typedef LoopInfo::iterator ChildIteratorType;
717 static inline ChildIteratorType child_begin(NodeType *N) {
720 static inline ChildIteratorType child_end(NodeType *N) {
Dominators.h 248 for (typename InvTraits::ChildIteratorType PI =
256 for (typename InvTraits::ChildIteratorType PI =
879 typedef NodeType::iterator ChildIteratorType;
884 static inline ChildIteratorType child_begin(NodeType *N) {
887 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 164 typedef MachineLoopInfo::iterator ChildIteratorType;
167 static inline ChildIteratorType child_begin(NodeType *N) {
170 static inline ChildIteratorType child_end(NodeType *N) {
177 typedef MachineLoopInfo::iterator ChildIteratorType;
180 static inline ChildIteratorType child_begin(NodeType *N) {
183 static inline ChildIteratorType child_end(NodeType *N) {
MachineDominators.h 183 typedef NodeType::iterator ChildIteratorType;
188 static inline ChildIteratorType child_begin(NodeType* N) {
191 static inline ChildIteratorType child_end(NodeType* N) {
MachineBasicBlock.h 678 typedef MachineBasicBlock::succ_iterator ChildIteratorType;
681 static inline ChildIteratorType child_begin(NodeType *N) {
684 static inline ChildIteratorType child_end(NodeType *N) {
691 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType;
694 static inline ChildIteratorType child_begin(NodeType *N) {
697 static inline ChildIteratorType child_end(NodeType *N) {
710 typedef MachineBasicBlock::pred_iterator ChildIteratorType;
714 static inline ChildIteratorType child_begin(NodeType *N) {
717 static inline ChildIteratorType child_end(NodeType *N) {
724 typedef MachineBasicBlock::const_pred_iterator ChildIteratorType;
    [all...]
ScheduleDAG.h 651 typedef SUnitIterator ChildIteratorType;
653 static inline ChildIteratorType child_begin(NodeType *N) {
656 static inline ChildIteratorType child_end(NodeType *N) {
SelectionDAGNodes.h     [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 172 typedef NodeType::iterator ChildIteratorType;
177 static inline ChildIteratorType child_begin(NodeType *N) {
180 static inline ChildIteratorType child_end(NodeType *N) {
  /external/clang/include/clang/Analysis/
CallGraph.h 179 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
180 static inline ChildIteratorType child_begin(NodeType *N) {
183 static inline ChildIteratorType child_end (NodeType *N) {
193 typedef NodeType::const_iterator ChildIteratorType;
195 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();}
196 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
CFG.h 867 typedef ::clang::CFGBlock::succ_iterator ChildIteratorType;
872 static inline ChildIteratorType child_begin(NodeType* N)
875 static inline ChildIteratorType child_end(NodeType* N)
881 typedef ::clang::CFGBlock::const_succ_iterator ChildIteratorType;
886 static inline ChildIteratorType child_begin(NodeType* N)
889 static inline ChildIteratorType child_end(NodeType* N)
895 typedef ::clang::CFGBlock::const_pred_iterator ChildIteratorType;
900 static inline ChildIteratorType child_begin(NodeType* N)
903 static inline ChildIteratorType child_end(NodeType* N)
909 typedef ::clang::CFGBlock::const_pred_iterator ChildIteratorType;
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 406 typedef llvm::SetVector<ModuleFile *>::const_iterator ChildIteratorType;
409 static ChildIteratorType child_begin(NodeType *Node) {
413 static ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 382 typedef SmallVectorImpl<ArgumentGraphNode*>::iterator ChildIteratorType;
385 static inline ChildIteratorType child_begin(NodeType *N) {
388 static inline ChildIteratorType child_end(NodeType *N) {
397 static ChildIteratorType nodes_begin(ArgumentGraph *AG) {
400 static ChildIteratorType nodes_end(ArgumentGraph *AG) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 446 typedef NodeType::succ_iterator ChildIteratorType;
453 static inline ChildIteratorType child_begin(NodeType* N) {
457 static inline ChildIteratorType child_end(NodeType* N) {
472 typedef NodeType::const_succ_iterator ChildIteratorType;
479 static inline ChildIteratorType child_begin(NodeType* N) {
483 static inline ChildIteratorType child_end(NodeType* N) {

Completed in 688 milliseconds