HomeSort by relevance Sort by last modified time
    Searched refs:child_begin (Results 26 - 50 of 63) sorted by null

12 3

  /external/llvm/include/llvm/Analysis/
CallGraph.h 319 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:GraphTraits
337 static inline ChildIteratorType child_begin(NodeType *N) { return N->begin();} function in struct:GraphTraits
RegionIterator.h 262 // NodeT can either be region node or const region node, otherwise child_begin
270 static inline ChildIteratorType child_begin(NodeType *N) { \
281 static inline ChildIteratorType child_begin(NodeType *N) { \
Dominators.h 241 assert(std::distance(GraphT::child_begin(NewBB),
244 typename GraphT::NodeType* NewBBSucc = *GraphT::child_begin(NewBB);
249 InvTraits::child_begin(NewBB),
257 InvTraits::child_begin(NewBBSucc),
666 if (TraitsTy::child_begin(I) == TraitsTy::child_end(I))
884 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/llvm/include/llvm/IR/
Type.h 451 static inline ChildIteratorType child_begin(NodeType *N) {
464 static inline ChildIteratorType child_begin(NodeType *N) {
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 177 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 171 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I != E;
ObjCContainersASTChecker.cpp 156 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
VirtualCallChecker.cpp 128 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
MallocSizeofChecker.cpp 68 for (Stmt::const_child_iterator I = S->child_begin(), E = S->child_end();
ObjCUnusedIVarsChecker.cpp 60 for (Stmt::const_child_iterator I=S->child_begin(),E=S->child_end(); I!=E;++I)
CheckSecuritySyntaxOnly.cpp 101 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
154 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end(); I!=E; ++I)
LLVMConventionsChecker.cpp 124 for (Stmt::child_iterator I = S->child_begin(), E = S->child_end() ;
IdempotentOperationChecker.cpp 725 for (Stmt::const_child_iterator I = S->child_begin(); I != S->child_end();
  /external/clang/tools/libclang/
CXComment.cpp 98 return createCXComment(*(C->child_begin() + ChildIdx), CXC.TranslationUnit);
432 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
652 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
820 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
1046 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 188 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
ScheduleDAG.h 653 static inline ChildIteratorType child_begin(NodeType *N) { function in struct:llvm::GraphTraits
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 68 for (clang::Stmt::child_iterator I = S->child_begin(), E = S->child_end();
slang_rs_check_ast.cpp 30 for (clang::Stmt::child_iterator I = S->child_begin(), E = S->child_end();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 453 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
479 static inline ChildIteratorType child_begin(NodeType* N) { function in struct:llvm::GraphTraits
  /external/clang/include/clang/Analysis/
CFG.h 872 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
886 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
900 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
914 static inline ChildIteratorType child_begin(NodeType* N) function in struct:clang::llvm::GraphTraits
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 267 Stmt::child_iterator currChildS = OuterS->child_begin();
  /external/clang/lib/Serialization/
ModuleManager.cpp 409 static ChildIteratorType child_begin(NodeType *Node) { function in struct:llvm::GraphTraits
  /external/clang/lib/Analysis/
LiveVariables.cpp 342 for (Stmt::child_iterator it = S->child_begin(), ei = S->child_end();
  /external/clang/include/clang/AST/
Stmt.h 414 child_iterator child_begin() { return children().first; } function in class:clang::Stmt
417 const_child_iterator child_begin() const { return children().first; } function in class:clang::Stmt
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]

Completed in 862 milliseconds

12 3