Searched refs:OrExpr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathGrammar.y108 %type <expr> OrExpr
119 OrExpr
462 OrExpr: label
465 OrExpr OR AndExpr
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dxpathparser.rb24 path = OrExpr(path, parsed)
340 OrExpr(pred, preds)
350 #| OrExpr S 'or' S AndExpr
352 def OrExpr path, parsed method in class:REXML.Parsers.XPathParser
614 OrExpr( contents, n )
626 OrExpr( argument, args )
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DParser.pm230 return OrExpr($self, $tokens);
233 sub OrExpr { subroutine
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c232 DeclProduction(OrExpr); variable
1270 a = New1(EvalSteps, Recurse(OrExpr));
1299 AddChildWithEvalSteps (a, Recurse(OrExpr));
1302 AddChildWithEvalSteps (a, Recurse(OrExpr) );
1515 | OrExpr production
1518 Production(OrExpr)
1535 a = Recurse(OrExpr);
2257 *t = OrExpr (&l, tokens, errMsg);

Completed in 110 milliseconds