Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py956 class CppExpr: class
1086 m = CppExpr.re_cpp_constant.match(t.id)
1220 if t.id in CppExpr.unaries:
1244 if t.id in CppExpr.binaries:
1278 elif op in CppExpr.unaries:
1280 elif op in CppExpr.binaries:
1302 prec = CppExpr.precedences.get(op,1000)
1304 if op in CppExpr.unaries:
1307 arg_prec = CppExpr.precedences.get(arg[0],1000)
1312 if op in CppExpr.binaries:
[all …]