Searched refs:child_end (Results 1 - 25 of 55) sorted by relevance

123

/external/clang/include/clang/AST/
H A DStmtGraphTraits.h39 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();
H A DComment.h194 child_iterator child_end() const;
199 return child_end() - child_begin();
252 child_iterator child_end() const { return NULL; } function in class:clang::comments::TextComment
312 child_iterator child_end() const { return NULL; } function in class:clang::comments::InlineCommandComment
441 child_iterator child_end() const { return NULL; } function in class:clang::comments::HTMLStartTagComment
498 child_iterator child_end() const { return NULL; } function in class:clang::comments::HTMLEndTagComment
553 child_iterator child_end() const { function in class:clang::comments::ParagraphComment
621 child_iterator child_end() const { function in class:clang::comments::BlockCommandComment
836 child_iterator child_end() const { return NULL; } function in class:clang::comments::VerbatimBlockLineComment
870 child_iterator child_end() cons function in class:clang::comments::VerbatimBlockComment
925 child_iterator child_end() const { return NULL; } function in class:clang::comments::VerbatimLineComment
1064 child_iterator child_end() const { function in class:clang::comments::FullComment
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp25 for (Stmt::const_child_iterator I = S->child_begin(); I != S->child_end();
41 for (Stmt::const_child_iterator I = S->child_begin(); I != S->child_end();
59 for (Stmt::const_child_iterator I = S->child_begin(); I != S->child_end();
73 for (Stmt::const_child_iterator I = S->child_begin(); I != S->child_end();
/external/llvm/include/llvm/ADT/
H A DGraphTraits.h37 // static ChildIteratorType child_end (NodeType *)
99 static ChildIteratorType child_end(NodeType* N) { function in struct:llvm::GraphTraits
100 return GraphTraits<T>::child_end(N);
H A DSCCIterator.h82 while (VisitStack.back().second != GT::child_end(VisitStack.back().first)) {
103 assert(VisitStack.back().second ==GT::child_end(VisitStack.back().first));
181 for (ChildItTy CI = GT::child_begin(N), CE=GT::child_end(N); CI != CE; ++CI)
/external/llvm/include/llvm/Support/
H A DDataFlow.h38 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
H A DCFG.h256 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/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h41 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
75 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
105 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
129 if (SI != BlockTraits::child_end(Out))
151 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
174 InvBlockTraits::child_end(Header);
266 BlockTraits::child_begin(BB), SE = BlockTraits::child_end(BB);
274 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB);
391 InvBlockTraits::child_end(PredBB));
413 PE = InvBlockTraits::child_end(PredB
[all...]
H A DInterval.h134 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
H A DBlockFrequencyImpl.h158 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
195 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
239 PE = GraphTraits< Inverse<BlockT *> >::child_end(Head);
291 PE = GraphTraits< Inverse<BlockT *> >::child_end(BB);
327 SE = GraphTraits<BlockT *>::child_end(BB); SI != SE; ++SI) {
H A DIntervalIterator.h175 E = GT::child_end(Node); I != E; ++I)
206 E = IGT::child_end(Node); I != E; ++I) {
229 End = GT::child_end(Node); It != End; ++It)
H A DCallGraph.h322 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
/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h170 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
183 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits
/external/clang/lib/AST/
H A DComment.cpp70 ASSERT_IMPLEMENTS_child_begin(&CLASS::child_end);
94 Comment::child_iterator Comment::child_end() const { function in class:clang::comments::Comment
100 return static_cast<const CLASS *>(this)->child_end();
120 for (child_iterator I = child_begin(), E = child_end(); I != E; ++I) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp38 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
H A DUndefBranchChecker.cpp41 E = Ex->child_end();I!=E;++I)
H A DUndefCapturedBlockVarChecker.cpp42 for (Stmt::const_child_iterator I = S->child_begin(), E = S->child_end();
H A DCheckObjCDealloc.cpp44 for (Stmt::child_iterator I = S->child_begin(), E= S->child_end(); I!=E; ++I)
92 for (Stmt::child_iterator I = S->child_begin(), E= S->child_end(); I!=E; ++I)
H A DCStringSyntaxChecker.cpp170 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I != E;
H A DObjCContainersASTChecker.cpp157 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
H A DVirtualCallChecker.cpp127 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp226 /// 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/clang/include/clang/Analysis/
H A DCallGraph.h193 static inline ChildIteratorType child_end (NodeType *N) { function in struct:llvm::GraphTraits
206 static inline ChildIteratorType child_end (NodeType *N) { return N->end(); } function in struct:llvm::GraphTraits
/external/llvm/include/llvm/
H A DType.h433 static inline ChildIteratorType child_end(NodeType *N) {
446 static inline ChildIteratorType child_end(NodeType *N) { function in class:llvm::Type
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h181 static inline ChildIteratorType child_end(NodeType *N) { function in struct:llvm::GraphTraits

Completed in 238 milliseconds

123