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

/bionic/libc/kernel/tools/
H A Dcpp.py798 class TwoArgExpr(Expr): class in inherits:Expr
807 class BinaryExpr(TwoArgExpr):
809 TwoArgExpr.__init__(self,op,arg1,arg2)

Completed in 183 milliseconds