Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py653 binaries = [ opAdd, opSub, opMul, opDiv, opMod, opAnd, opOr, opXor, opLogicAnd, opLogicOr, variable in Expr
689 return self.op in Expr.binaries
962binaries = [ "+", "-", "<", "<=", ">=", ">", "&&", "||", "*", "/", "%", "&", "|", "^", "<<", ">>",… variable in CppExpr
1244 if t.id in CppExpr.binaries:
1280 elif op in CppExpr.binaries:
1312 if op in CppExpr.binaries:
1409 elif op in CppExpr.binaries: