Home
last modified time | relevance | path

Searched refs:curInst (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DTokenLexer.cpp228 SourceLocation curInst = in ExpandFunctionArguments() local
230 assert(curInst.isValid() && in ExpandFunctionArguments()
235 curInst, in ExpandFunctionArguments()
285 SourceLocation curInst = in ExpandFunctionArguments() local
287 assert(curInst.isValid() && in ExpandFunctionArguments()
293 curInst, in ExpandFunctionArguments()
/external/libxslt/libxslt/
Dtransform.c5459 xmlNodePtr cur, curInst; in xsltForEach() local
5577 curInst = inst->children; in xsltForEach()
5578 if (IS_XSLT_ELEM(curInst) && IS_XSLT_NAME(curInst, "sort")) { in xsltForEach()
5582 sorts[nbsorts++] = curInst; in xsltForEach()
5586 xslHandleDebugger(curInst, contextNode, NULL, ctxt); in xsltForEach()
5589 curInst = curInst->next; in xsltForEach()
5590 while (IS_XSLT_ELEM(curInst) && IS_XSLT_NAME(curInst, "sort")) { in xsltForEach()
5592 xsltTransformError(ctxt, NULL, curInst, in xsltForEach()
5598 sorts[nbsorts++] = curInst; in xsltForEach()
5603 xslHandleDebugger(curInst, contextNode, NULL, ctxt); in xsltForEach()
[all …]