Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/fixes/
Dfix_has_key.py35 from ..fixer_util import Name, parenthesize
89 arg = parenthesize(arg)
101 new = parenthesize(new)
107 new = parenthesize(new)
Dfix_repr.py8 from ..fixer_util import Call, Name, parenthesize
22 expr = parenthesize(expr)
Dfix_filter.py20 from ..fixer_util import Name, ArgList, ListComp, in_special_context, parenthesize
71 xp = parenthesize(xp)
Dfix_apply.py12 from ..fixer_util import Call, Comma, parenthesize
52 func = parenthesize(func)
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go32 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/
D22.1.2.rst141 - format_utils: properly parenthesize macro params
D22.2.0.rst4557 - format_utils: properly parenthesize macro params
/third_party/python/Lib/lib2to3/
Dfixer_util.py184 def parenthesize(node): function
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst573 Correctly parenthesize filter-based statements that contain lambda
/third_party/python/Doc/c-api/
Darg.rst529 of size 0 or one, parenthesize the format string.
/third_party/ejdb/
Duncrustify.cfg3108 # 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/
Duncrustify.cfg3108 # 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/
Dextending.rst818 force it to return a tuple of size 0 or one, parenthesize the format string.