Searched refs:parenthesize (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_has_key.py | 35 from ..fixer_util import Name, parenthesize 89 arg = parenthesize(arg) 101 new = parenthesize(new) 107 new = parenthesize(new)
|
D | fix_repr.py | 8 from ..fixer_util import Call, Name, parenthesize 22 expr = parenthesize(expr)
|
D | fix_filter.py | 20 from ..fixer_util import Name, ArgList, ListComp, in_special_context, parenthesize 71 xp = parenthesize(xp)
|
D | fix_apply.py | 12 from ..fixer_util import Call, Comma, parenthesize 52 func = parenthesize(func)
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 32 func (n *Expr) appendStr(buf []byte, tm *t.Map, parenthesize bool, depth uint32) []byte { 49 if parenthesize { 59 if parenthesize { 64 if parenthesize { 74 if parenthesize {
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.2.rst | 141 - format_utils: properly parenthesize macro params
|
D | 22.2.0.rst | 4557 - format_utils: properly parenthesize macro params
|
/third_party/python/Lib/lib2to3/ |
D | fixer_util.py | 184 def parenthesize(node): function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 573 Correctly parenthesize filter-based statements that contain lambda
|
/third_party/python/Doc/c-api/ |
D | arg.rst | 529 of size 0 or one, parenthesize the format string.
|
/third_party/ejdb/ |
D | uncrustify.cfg | 3108 # Whether to fully parenthesize Boolean expressions in 'while' and 'if' 3112 # Whether to fully parenthesize Boolean expressions after '=' 3116 # Whether to fully parenthesize Boolean expressions after '='
|
/third_party/iowow/ |
D | uncrustify.cfg | 3108 # Whether to fully parenthesize Boolean expressions in 'while' and 'if' 3112 # Whether to fully parenthesize Boolean expressions after '=' 3116 # Whether to fully parenthesize Boolean expressions after '='
|
/third_party/python/Doc/extending/ |
D | extending.rst | 818 force it to return a tuple of size 0 or one, parenthesize the format string.
|