HomeSort by relevance Sort by last modified time
    Searched refs:ChildIteratorType (Results 1 - 25 of 32) sorted by null

1 2

  /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/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 250 typedef succ_iterator ChildIteratorType;
253 static inline ChildIteratorType child_begin(NodeType *N) {
256 static inline ChildIteratorType child_end(NodeType *N) {
263 typedef succ_const_iterator ChildIteratorType;
267 static inline ChildIteratorType child_begin(NodeType *N) {
270 static inline ChildIteratorType child_end(NodeType *N) {
282 typedef pred_iterator ChildIteratorType;
284 static inline ChildIteratorType child_begin(NodeType *N) {
287 static inline ChildIteratorType child_end(NodeType *N) {
294 typedef const_pred_iterator ChildIteratorType;
    [all...]
  /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) {
SCCIterator.h 40 typedef typename GT::ChildIteratorType ChildItTy;
  /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(); }
RegionIterator.h 268 typedef RNSuccIterator<NodeType> ChildIteratorType; \
270 static inline ChildIteratorType child_begin(NodeType *N) { \
273 static inline ChildIteratorType child_end(NodeType *N) { \
279 typedef RNSuccIterator<FlatIt<NodeT> > ChildIteratorType; \
281 static inline ChildIteratorType child_begin(NodeType *N) { \
284 static inline ChildIteratorType child_end(NodeType *N) { \
LoopInfoImpl.h 41 for (typename BlockTraits::ChildIteratorType I =
75 for (typename BlockTraits::ChildIteratorType I =
105 for (typename BlockTraits::ChildIteratorType I =
128 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
150 for (typename InvBlockTraits::ChildIteratorType PI =
172 typename InvBlockTraits::ChildIteratorType PI =
174 typename InvBlockTraits::ChildIteratorType PE =
266 for (typename BlockTraits::ChildIteratorType SI =
274 for (typename InvBlockTraits::ChildIteratorType PI =
412 for (typename InvBlockTraits::ChildIteratorType PI
    [all...]
LoopInfo.h 151 for (typename BlockTraits::ChildIteratorType SI =
167 for (typename InvBlockTraits::ChildIteratorType I =
684 typedef LoopInfo::iterator ChildIteratorType;
687 static inline ChildIteratorType child_begin(NodeType *N) {
690 static inline ChildIteratorType child_end(NodeType *N) {
697 typedef LoopInfo::iterator ChildIteratorType;
700 static inline ChildIteratorType child_begin(NodeType *N) {
703 static inline ChildIteratorType child_end(NodeType *N) {
BlockFrequencyImpl.h 156 typename GT::ChildIteratorType
193 for (typename GT::ChildIteratorType
237 for (typename GT::ChildIteratorType
289 for (typename GT::ChildIteratorType
325 for (typename GraphTraits<BlockT *>::ChildIteratorType
IntervalIterator.h 174 for (typename GT::ChildIteratorType I = GT::child_begin(Node),
205 for (typename IGT::ChildIteratorType I = IGT::child_begin(Node),
228 for (typename GT::ChildIteratorType It = GT::child_begin(Node),
DominatorInternals.h 57 typename GraphT::ChildIteratorType>, 32> Worklist;
61 typename GraphT::ChildIteratorType NextSucc = Worklist.back().second;
208 for (typename InvTraits::ChildIteratorType CI =
  /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) {
MachineBasicBlock.h 670 typedef MachineBasicBlock::succ_iterator ChildIteratorType;
673 static inline ChildIteratorType child_begin(NodeType *N) {
676 static inline ChildIteratorType child_end(NodeType *N) {
683 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType;
686 static inline ChildIteratorType child_begin(NodeType *N) {
689 static inline ChildIteratorType child_end(NodeType *N) {
702 typedef MachineBasicBlock::pred_iterator ChildIteratorType;
706 static inline ChildIteratorType child_begin(NodeType *N) {
709 static inline ChildIteratorType child_end(NodeType *N) {
716 typedef MachineBasicBlock::const_pred_iterator ChildIteratorType;
    [all...]
MachineDominators.h 183 typedef NodeType::iterator ChildIteratorType;
188 static inline ChildIteratorType child_begin(NodeType* N) {
191 static inline ChildIteratorType child_end(NodeType* N) {
ScheduleDAG.h 669 typedef SUnitIterator ChildIteratorType;
671 static inline ChildIteratorType child_begin(NodeType *N) {
674 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 862 typedef ::clang::CFGBlock::succ_iterator ChildIteratorType;
867 static inline ChildIteratorType child_begin(NodeType* N)
870 static inline ChildIteratorType child_end(NodeType* N)
876 typedef ::clang::CFGBlock::const_succ_iterator ChildIteratorType;
881 static inline ChildIteratorType child_begin(NodeType* N)
884 static inline ChildIteratorType child_end(NodeType* N)
890 typedef ::clang::CFGBlock::const_pred_iterator ChildIteratorType;
895 static inline ChildIteratorType child_begin(NodeType* N)
898 static inline ChildIteratorType child_end(NodeType* N)
904 typedef ::clang::CFGBlock::const_pred_iterator ChildIteratorType;
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 446 typedef Type::subtype_iterator ChildIteratorType;
449 static inline ChildIteratorType child_begin(NodeType *N) {
452 static inline ChildIteratorType child_end(NodeType *N) {
459 typedef Type::subtype_iterator ChildIteratorType;
462 static inline ChildIteratorType child_begin(NodeType *N) {
465 static inline ChildIteratorType child_end(NodeType *N) {
  /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/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 442 typedef NodeType::succ_iterator ChildIteratorType;
449 static inline ChildIteratorType child_begin(NodeType* N) {
453 static inline ChildIteratorType child_end(NodeType* N) {
468 typedef NodeType::const_succ_iterator ChildIteratorType;
475 static inline ChildIteratorType child_begin(NodeType* N) {
479 static inline ChildIteratorType child_end(NodeType* N) {
  /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/clang/lib/Serialization/
ModuleManager.cpp 362 typedef llvm::SetVector<ModuleFile *>::const_iterator ChildIteratorType;
365 static ChildIteratorType child_begin(NodeType *Node) {
369 static ChildIteratorType child_end(NodeType *Node) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 319 typedef SmallVectorImpl<ArgumentGraphNode*>::iterator ChildIteratorType;
322 static inline ChildIteratorType child_begin(NodeType *N) {
325 static inline ChildIteratorType child_end(NodeType *N) {
334 static ChildIteratorType nodes_begin(ArgumentGraph *AG) {
337 static ChildIteratorType nodes_end(ArgumentGraph *AG) {

Completed in 161 milliseconds

1 2