Home
last modified time | relevance | path

Searched refs:parens (Results 1 – 25 of 67) sorted by relevance

123

/third_party/openssl/util/perl/OpenSSL/
DParseC.pm1039 my $parens =
1041 (my $paren_singular = $parens) =~ s|s$||;
1051 if (!@{$state{$parens}}) {
1070 push @{$state{$parens}}, $body;
1075 if (!@{$state{$parens}}
1082 ,join("', '", @{$state{$parens}})
1086 unless (@{$state{$parens}}
1087 && pop @{$state{$parens}} eq $&);
1088 if (!@{$state{$parens}}) {
/third_party/jsframework/
D.eslintrc45 "new-parens": 2,
51 "no-extra-parens": 2,
85 "space-in-parens": 2,
/third_party/rust/crates/syn/src/
Dgroup.rs140 $crate::__private::Ok(parens) => {
141 $content = parens.content;
142 parens.token
/third_party/gn/src/gn/format_test_data/
D057.gn6 # Because parens are not stored in the parse tree, the formatter recreates the
9 # strictly-unnecessary parens.
D057.golden6 # Because parens are not stored in the parse tree, the formatter recreates the
9 # strictly-unnecessary parens.
/third_party/rust/crates/nom/tests/
Darithmetic.rs17 fn parens(i: &str) -> IResult<&str, i64> { in parens() function
28 parens, in factor()
Darithmetic_ast.rs61 fn parens(i: &str) -> IResult<&str, Expr> { in parens() function
75 parens, in factor()
/third_party/rust/crates/nom/fuzz/fuzz_targets/
Dfuzz_arithmetic.rs50 fn parens(i: &str) -> IResult<&str, i64> { in parens() function
62 parens, in factor()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D022-define-func-arg-with-parens.c.expected2 (argument(including parens)for the win)
D022-define-func-arg-with-parens.c2 foo(argument(including parens)for the win)
/third_party/typescript/tests/baselines/reference/
DlambdaExpression.types2 () => 0; // Needs to be wrapped in parens to be a valid expression (not declaration)
DlambdaExpression.symbols2 () => 0; // Needs to be wrapped in parens to be a valid expression (not declaration)
DparenthesizedContexualTyping1.errors.txt24 // Ternaries in parens
DcommentsFunction.types104 /*leading comment*/() => 0; // Needs to be wrapped in parens to be a valid expression (not declarat…
DcommentsFunction.symbols86 /*leading comment*/() => 0; // Needs to be wrapped in parens to be a valid expression (not declarat…
DparenthesizedContexualTyping2.errors.txt32 // Ternaries in parens
DparenthesizedContexualTyping1.types129 // Ternaries in parens
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/
Ddefer-parens.comp12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Ddefer-parens.comp12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
/third_party/python/Lib/idlelib/idle_test/
Dtest_calltip.py342 def parens(self): function
350 self.open_close(parens)
/third_party/python/Lib/
Dpprint.py328 parens = level == 1
329 if parens:
339 if parens:
/third_party/libxml2/fuzz/
Dregexp.dict8 parens="()"
/third_party/python/Parser/
DPython.asdl28 -- 'simple' indicates that we annotate simple name without parens
/third_party/mesa3d/docs/relnotes/
D10.2.7.rst94 - i965: add missing parens in vec4 visitor
/third_party/python/Lib/idlelib/
DREADME.txt160 Show surrounding parens # parenmatch (& Hyperparser)

123