Searched refs:newRootNode (Results 1 – 4 of 4) sorted by relevance
134 id<ANTLRBaseTree> newRootNode = newRoot;137 return newRootNode;139 if ([newRootNode isNil]) {140 if ([newRootNode getChildCount] > 1) {142 @throw [ANTLRTreeException exceptionWithOldRoot:oldRoot newRoot:newRootNode stream:nil];146 id<ANTLRBaseTree> tmpRootNode = [[newRootNode childAtIndex:0] retain];147 [newRootNode release];148 newRootNode = tmpRootNode; 151 [newRootNode addChild:oldRoot];158 // what happens to newRootNode's retain count? Should we be autoreleasing this one? Probably.[all …]
114 BasicBlock *newRootNode, BasicBlock *newHeader,
90 BasicBlock *newRootNode, BasicBlock *newHeader,246 BasicBlock *newRootNode, in constructFunction() argument305 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()
286 BasicBlock *newRootNode, in constructFunction() argument343 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()