Home
last modified time | relevance | path

Searched refs:anOper (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglRegExSym.cc24 RegExExpr::RegExExpr(RegExExpr *aLhs, Oper anOper, RegExExpr *aRhs): in RegExExpr() argument
25 theLhs(aLhs), theRhs(aRhs), theOper(anOper) { in RegExExpr()
H A DPglRegExSym.h25 RegExExpr(RegExExpr *aLhs, Oper anOper, RegExExpr *aRhs);
H A Dpgl2acl.cc54 …RuleCondnItem(RegEx *anExpr = 0, RegExExpr::Oper anOper = RegExExpr::opNone): oper(anOper), expr(a… in RuleCondnItem() argument