Searched refs:previousPtr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DSamplingTool.h133 static void exchangeCurrent(SamplingRegion* current, SamplingRegion** previousPtr = 0)
148 if (previousPtr)
149 *previousPtr = bitwise_cast<SamplingRegion*>(previous);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtdpExpat.c1461 TclDomAttributeNode *attributeNodePtr, *previousPtr = NULL;
1473 previousPtr = attributeNodePtr;
1478 if (previousPtr) {
1479 previousPtr->nextSiblingPtr = attributeNodePtr->nextSiblingPtr;
1484 nodePtr->lastAttributePtr = previousPtr;
1443 TclDomAttributeNode *attributeNodePtr, *previousPtr = NULL; local

Completed in 122 milliseconds