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

1 2

  /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);
  /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();
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 224 /// child_end - Return the end iterator for children of the given node.
225 static ChildIterator child_end(NodeType *Parent) {
239 static inline ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
240 return Graph<N>::child_end(Node);
  /external/llvm/include/llvm/Analysis/
Interval.h 131 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
143 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
CallGraph.h 417 static inline ChildIteratorType child_end(NodeType *N) { function in struct:GraphTraits
439 static inline ChildIteratorType child_end(NodeType *N) { function in struct:GraphTraits
LazyCallGraph.h 526 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
534 static ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
LoopInfo.h 171 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {
187 E = InvBlockTraits::child_end(H); I != E; ++I)
254 E = InvBlockTraits::child_end(H); I != E; ++I)
783 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
796 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 166 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
179 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
MachineDominators.h 258 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::MachineDomTreeGraphTraitsBase
MachineBasicBlock.h 804 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
817 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
837 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
851 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
    [all...]
ScheduleDAG.h 670 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::SUnit::GraphTraits
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 179 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/AST/
Comment.cpp 59 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_end);
83 Comment::child_iterator Comment::child_end() const { function in class:clang::comments::Comment
89 return static_cast<const CLASS *>(this)->child_end();
107 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
  /external/llvm/include/llvm/IR/
Dominators.h 153 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::DomTreeGraphTraitsBase
CFG.h 164 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
178 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
195 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
209 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
Type.h 447 static inline ChildIteratorType child_end(NodeType *N) {
460 static inline ChildIteratorType child_end(NodeType *N) { function in class:llvm::Type
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 63 static ChildIteratorType child_end(const NodeType *N) { function in struct:llvm::GraphTraits
BlockFrequencyInfoImpl.cpp 606 static ChildIteratorType child_end(NodeType *N) { return N->succ_end(); } function in struct:llvm::GraphTraits
  /external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 67 static ChildIteratorType child_end(const NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CallGraph.h 183 static inline ChildIteratorType child_end (NodeType *N) { function in struct:llvm::GraphTraits
196 static inline ChildIteratorType child_end(NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
  /external/clang/lib/Serialization/
ModuleManager.cpp 445 static ChildIteratorType child_end(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 387 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 277 child_iterator E = child_end();
422 return child_end();
435 Archive::child_iterator Archive::child_end() const { function in class:Archive
604 return child_end();
608 return child_end();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 456 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
482 static inline ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 1082 int child_end = child_register_offset + static_cast<ULONG>(child_length); local
    [all...]

Completed in 991 milliseconds

1 2