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

  /external/llvm/include/llvm/ADT/
GraphTraits.h 37 // static ChildIteratorType child_end (NodeType *)
99 static ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
100 return GraphTraits<T>::child_end(N);
Trie.h 288 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/Support/
DataFlow.h 38 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
55 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
74 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
95 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
CFG.h 256 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
270 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
287 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
301 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/AST/
StmtGraphTraits.h 39 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
40 if (N) return N->child_end();
66 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
67 if (N) return N->child_end();
Stmt.h 424 child_iterator child_end() { return children().second; } function in class:clang::Stmt
427 const_child_iterator child_end() const { return children().second; } function in class:clang::Stmt
    [all...]
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 226 /// child_end - Return the end iterator for children of the given node.
227 static ChildIterator child_end(NodeType *Parent) {
241 static inline ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
242 return Graph<N>::child_end(Node);
  /external/llvm/include/llvm/Analysis/
Interval.h 134 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
146 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
CallGraph.h 322 static inline ChildIteratorType child_end (NodeType *N) { function in struct:GraphTraits
338 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); } function in struct:GraphTraits
LoopInfo.h 149 SE = BlockTraits::child_end(const_cast<BlockT*>(BB)); SI != SE; ++SI) {
165 E = InvBlockTraits::child_end(const_cast<BlockT*>(H)); I != E; ++I)
193 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
224 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
255 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
278 if (SI != BlockTraits::child_end(Out))
300 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
322 InvBlockTraits::child_end(Header);
444 BlockTraits::child_begin(BB), SE = BlockTraits::child_end(BB);
452 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB)
1059 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
1072 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
    [all...]
Dominators.h 242 GraphT::child_end(NewBB)) == 1 &&
250 PE = InvTraits::child_end(NewBB); PI != PE; ++PI)
258 E = InvTraits::child_end(NewBBSucc); PI != E; ++PI) {
667 TraitsTy::child_end(I)) == 0)
871 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 158 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
171 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
MachineDominators.h 189 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
MachineBasicBlock.h 654 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
667 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
687 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
701 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
ScheduleDAG.h 628 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
SelectionDAGNodes.h 1770 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::SDNode::GraphTraits
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 181 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/Serialization/
ModuleManager.cpp 223 static ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CallGraph.h 187 static inline ChildIteratorType child_end (NodeType *N) { function in struct:llvm::GraphTraits
200 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
CFG.h 836 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
850 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
864 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
878 static inline ChildIteratorType child_end(NodeType* N) function in struct:clang::llvm::GraphTraits
    [all...]
  /external/llvm/include/llvm/
Type.h 433 static inline ChildIteratorType child_end(NodeType *N) {
446 static inline ChildIteratorType child_end(NodeType *N) { function in class:llvm::Type
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 321 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 439 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
465 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits

Completed in 678 milliseconds