Home
last modified time | relevance | path

Searched defs:parens (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/nom/tests/
Darithmetic.rs17 fn parens(i: &str) -> IResult<&str, i64> { in parens() function
Darithmetic_ast.rs61 fn parens(i: &str) -> IResult<&str, Expr> { in parens() function
/third_party/rust/crates/nom/fuzz/fuzz_targets/
Dfuzz_arithmetic.rs50 fn parens(i: &str) -> IResult<&str, i64> { in parens() function
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py344 def parens(self): function
/third_party/typescript/src/compiler/
Demitter.ts3113 const parens = factory.createParenthesizedExpression(node.expression); constant