Searched refs:nextPtr (Results 1 – 3 of 3) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 333 const char *end, int tok, const char *next, const char **nextPtr, 344 const char *end, const char **nextPtr, XML_Bool haveMore); 348 const char *end, const char **nextPtr, XML_Bool haveMore); 2236 const char **nextPtr, in doContent() argument 2261 *nextPtr = s; in doContent() 2278 *nextPtr = end; in doContent() 2282 *nextPtr = s; in doContent() 2288 *nextPtr = s; in doContent() 2297 *nextPtr = s; in doContent() 2303 *nextPtr = s; in doContent() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 777 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, VAList, in LowerVAARG() local 780 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2343 SDValue nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1), in LowerVASTART() local 2348 DAG.getTruncStore(firstStore, dl, ArgFPR, nextPtr, in LowerVASTART() 2352 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstStackOffset); in LowerVASTART() 2356 DAG.getStore(secondStore, dl, StackOffsetFI, nextPtr, in LowerVASTART() 2360 nextPtr = DAG.getNode(ISD::ADD, dl, PtrVT, nextPtr, ConstFrameOffset); in LowerVASTART() 2363 return DAG.getStore(thirdStore, dl, FR, nextPtr, in LowerVASTART()
|