HomeSort by relevance Sort by last modified time
    Searched refs:ChildIteratorType (Results 1 - 25 of 29) 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 244 typedef succ_iterator ChildIteratorType;
247 static inline ChildIteratorType child_begin(NodeType *N) {
250 static inline ChildIteratorType child_end(NodeType *N) {
257 typedef succ_const_iterator ChildIteratorType;
261 static inline ChildIteratorType child_begin(NodeType *N) {
264 static inline ChildIteratorType child_end(NodeType *N) {
276 typedef pred_iterator ChildIteratorType;
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) {
288 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 *)
86 typedef typename GraphTraits<T>::ChildIteratorType ChildIteratorType;
92 static ChildIteratorType child_begin(NodeType* N) {
96 static ChildIteratorType child_end(NodeType* N) {
Trie.h 281 typedef typename NodeType::iterator ChildIteratorType;
287 static inline ChildIteratorType child_begin(NodeType *N) {
290 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); }
306 typedef typename GraphTraits<Trie<Payload> >::ChildIteratorType EdgeIter;
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) { \
LoopInfo.h 148 for (typename BlockTraits::ChildIteratorType SI =
164 for (typename InvBlockTraits::ChildIteratorType I =
193 for (typename BlockTraits::ChildIteratorType I =
224 for (typename BlockTraits::ChildIteratorType I =
255 for (typename BlockTraits::ChildIteratorType I =
277 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
299 for (typename InvBlockTraits::ChildIteratorType PI =
320 typename InvBlockTraits::ChildIteratorType PI =
322 typename InvBlockTraits::ChildIteratorType PE =
432 for (typename BlockTraits::ChildIteratorType SI
    [all...]
BlockFrequencyImpl.h 156 typename GT::ChildIteratorType
193 for (typename GT::ChildIteratorType
237 for (typename GT::ChildIteratorType
289 for (typename GT::ChildIteratorType
324 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 =
Dominators.h 236 for (typename InvTraits::ChildIteratorType PI =
244 for (typename InvTraits::ChildIteratorType PI =
835 typedef NodeType::iterator ChildIteratorType;
840 static inline ChildIteratorType child_begin(NodeType *N) {
843 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 152 typedef MachineLoopInfo::iterator ChildIteratorType;
155 static inline ChildIteratorType child_begin(NodeType *N) {
158 static inline ChildIteratorType child_end(NodeType *N) {
165 typedef MachineLoopInfo::iterator ChildIteratorType;
168 static inline ChildIteratorType child_begin(NodeType *N) {
171 static inline ChildIteratorType child_end(NodeType *N) {
MachineBasicBlock.h 471 typedef MachineBasicBlock::succ_iterator ChildIteratorType;
474 static inline ChildIteratorType child_begin(NodeType *N) {
477 static inline ChildIteratorType child_end(NodeType *N) {
484 typedef MachineBasicBlock::const_succ_iterator ChildIteratorType;
487 static inline ChildIteratorType child_begin(NodeType *N) {
490 static inline ChildIteratorType child_end(NodeType *N) {
503 typedef MachineBasicBlock::pred_iterator ChildIteratorType;
507 static inline ChildIteratorType child_begin(NodeType *N) {
510 static inline ChildIteratorType child_end(NodeType *N) {
517 typedef MachineBasicBlock::const_pred_iterator ChildIteratorType;
    [all...]
MachineDominators.h 180 typedef NodeType::iterator ChildIteratorType;
185 static inline ChildIteratorType child_begin(NodeType* N) {
188 static inline ChildIteratorType child_end(NodeType* N) {
ScheduleDAG.h 638 typedef SUnitIterator ChildIteratorType;
640 static inline ChildIteratorType child_begin(NodeType *N) {
643 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/include/llvm/
Type.h 375 typedef Type::subtype_iterator ChildIteratorType;
378 static inline ChildIteratorType child_begin(NodeType *N) {
381 static inline ChildIteratorType child_end(NodeType *N) {
388 typedef Type::subtype_iterator ChildIteratorType;
391 static inline ChildIteratorType child_begin(NodeType *N) {
394 static inline ChildIteratorType child_end(NodeType *N) {
  /external/clang/include/clang/Index/
CallGraph.h 114 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
120 static ChildIteratorType child_begin(NodeType *N) {
123 static ChildIteratorType child_end(NodeType *N) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 414 typedef NodeType::succ_iterator ChildIteratorType;
421 static inline ChildIteratorType child_begin(NodeType* N) {
425 static inline ChildIteratorType child_end(NodeType* N) {
440 typedef NodeType::const_succ_iterator ChildIteratorType;
447 static inline ChildIteratorType child_begin(NodeType* N) {
451 static inline ChildIteratorType child_end(NodeType* N) {
  /external/clang/lib/Serialization/
ModuleManager.cpp 215 typedef llvm::SetVector<Module *>::const_iterator ChildIteratorType;
218 static ChildIteratorType child_begin(NodeType *Node) {
222 static ChildIteratorType child_end(NodeType *Node) {
  /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/include/clang/Analysis/
CFG.h 758 typedef ::clang::CFGBlock::succ_iterator ChildIteratorType;
763 static inline ChildIteratorType child_begin(NodeType* N)
766 static inline ChildIteratorType child_end(NodeType* N)
772 typedef ::clang::CFGBlock::const_succ_iterator ChildIteratorType;
777 static inline ChildIteratorType child_begin(NodeType* N)
780 static inline ChildIteratorType child_end(NodeType* N)
786 typedef ::clang::CFGBlock::const_pred_iterator ChildIteratorType;
791 static inline ChildIteratorType child_begin(NodeType* N)
794 static inline ChildIteratorType child_end(NodeType* N)
  /external/llvm/lib/Analysis/
RegionPrinter.cpp 74 GraphTraits<RegionInfo*>::ChildIteratorType CI, RegionInfo *RI) {

Completed in 356 milliseconds

1 2