Home
last modified time | relevance | path

Searched refs:visitChild (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDominanceFrontier.cpp76 bool visitChild = false; in calculate() local
84 visitChild = true; in calculate()
90 if (!visitChild) { in calculate()
/external/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h189 bool visitChild = false; in calculate() local
198 visitChild = true; in calculate()
204 if (!visitChild) { in calculate()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnbufferedCommonTreeNodeStream.m331 return [self visitChild:currentChildIndex];
335 return [self visitChild:currentChildIndex];
347 node = [self visitChild:currentChildIndex];
357 - (ANTLRCommonTree *) visitChild:(NSInteger)childNumber
DANTLRUnbufferedCommonTreeNodeStream.h114 - (ANTLRCommonTree *) visitChild:(NSInteger)childNumber;
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontreenodestream.h278 …pANTLR3_BASE_TREE (*visitChild) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, ANTLR3_UI… member