Home
last modified time | relevance | path

Searched defs:needsParens (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/retrie-0.1.1.1/Retrie/
H A DExpr.hs342 needsParens RecordCon{} = False function
343 needsParens RecordUpd{} = False function
344 needsParens HsSpliceE{} = False function
345 needsParens (HsWrap _ e) = hsExprNeedsParens e function
346 needsParens e = hsExprNeedsParens e function
348 needsParens = hsExprNeedsParens (PprPrec 10) function
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DDebugger.hs201 needsParens ('"':_) = False -- some simple heuristics to see whether parens function
203 needsParens ('(':_) = False function
204 needsParens txt = ' ' `elem` txt function
/dports/devel/elm-format/elm-format-0.8.3/tests/test-files/upgrade/Elm-0.18/
H A DRangesBecomeListRange.formatted.elm28 needsParens = function
H A DSpecialBackticksBecomePipelines.formatted.elm20 needsParens = function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/ast-types/lib/
H A Dnode-path.d.ts15 needsParens(assumeExpressionContext?: boolean): boolean; method
/dports/devel/elm-format/elm-format-0.8.3/tests/test-files/upgrade/Elm-0.19/
H A DCommaFunctionsBecomeLambdas.formatted.elm41 needsParens f = function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/ast-types/lib/
H A Dnode-path.d.ts15 needsParens(assumeExpressionContext?: boolean): boolean; method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/recast/lib/
H A Dfast-path.d.ts16 needsParens(assumeExpressionContext: any): any; method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/recast/lib/
H A Dfast-path.d.ts16 needsParens(assumeExpressionContext: any): any; method
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DFunctionImplementation.cpp212 bool needsParens = in printFunctionResultList() local
/dports/science/udunits/udunits-2.2.28/prog/
H A Dudunits2.c600 int needsParens = in handleRequest() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DFunctionImplementation.cpp244 bool needsParens = in printFunctionResultList() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DFunctionImplementation.cpp218 bool needsParens = in printFunctionResultList() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DFunctionImplementation.cpp215 bool needsParens = in printFunctionResultList() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DFunctionImplementation.cpp244 bool needsParens = in printFunctionResultList() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DFunctionImplementation.cpp280 bool needsParens = types.size() > 1 || types[0].isa<FunctionType>() || in printFunctionResultList() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DFunctionImplementation.cpp280 bool needsParens = types.size() > 1 || types[0].isa<FunctionType>() || in printFunctionResultList() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DFunctionImplementation.cpp280 bool needsParens = types.size() > 1 || types[0].isa<FunctionType>() || in printFunctionResultList() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DFunctionImplementation.cpp280 bool needsParens = types.size() > 1 || types[0].isa<FunctionType>() || in printFunctionResultList() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DTypePrettyPrinter.cpp126 bool TypePrettyPrinter::switchNeedsParens(bool needsParens) in switchNeedsParens()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DTokenType.java231 public boolean needsParens(final TokenType other, final boolean isLeft) { in needsParens() method in TokenType
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DTokenType.java231 public boolean needsParens(final TokenType other, final boolean isLeft) { in needsParens() method in TokenType
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DTokenType.java242 public boolean needsParens(final TokenType other, final boolean isLeft) { in needsParens() method in TokenType
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DTokenType.java242 public boolean needsParens(final TokenType other, final boolean isLeft) { in needsParens() method in TokenType
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DTokenType.java242 public boolean needsParens(final TokenType other, final boolean isLeft) { in needsParens() method in TokenType

12