/third_party/openssl/util/perl/OpenSSL/ |
D | ParseC.pm | 1039 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 | .eslintrc | 45 "new-parens": 2, 51 "no-extra-parens": 2, 85 "space-in-parens": 2,
|
/third_party/rust/crates/syn/src/ |
D | group.rs | 140 $crate::__private::Ok(parens) => { 141 $content = parens.content; 142 parens.token
|
/third_party/gn/src/gn/format_test_data/ |
D | 057.gn | 6 # Because parens are not stored in the parse tree, the formatter recreates the 9 # strictly-unnecessary parens.
|
D | 057.golden | 6 # Because parens are not stored in the parse tree, the formatter recreates the 9 # strictly-unnecessary parens.
|
/third_party/rust/crates/nom/tests/ |
D | arithmetic.rs | 17 fn parens(i: &str) -> IResult<&str, i64> { in parens() function 28 parens, in factor()
|
D | arithmetic_ast.rs | 61 fn parens(i: &str) -> IResult<&str, Expr> { in parens() function 75 parens, in factor()
|
/third_party/rust/crates/nom/fuzz/fuzz_targets/ |
D | fuzz_arithmetic.rs | 50 fn parens(i: &str) -> IResult<&str, i64> { in parens() function 62 parens, in factor()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 022-define-func-arg-with-parens.c.expected | 2 (argument(including parens)for the win)
|
D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
/third_party/typescript/tests/baselines/reference/ |
D | lambdaExpression.types | 2 () => 0; // Needs to be wrapped in parens to be a valid expression (not declaration)
|
D | lambdaExpression.symbols | 2 () => 0; // Needs to be wrapped in parens to be a valid expression (not declaration)
|
D | parenthesizedContexualTyping1.errors.txt | 24 // Ternaries in parens
|
D | commentsFunction.types | 104 /*leading comment*/() => 0; // Needs to be wrapped in parens to be a valid expression (not declarat…
|
D | commentsFunction.symbols | 86 /*leading comment*/() => 0; // Needs to be wrapped in parens to be a valid expression (not declarat…
|
D | parenthesizedContexualTyping2.errors.txt | 32 // Ternaries in parens
|
D | parenthesizedContexualTyping1.types | 129 // Ternaries in parens
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | defer-parens.comp | 12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | defer-parens.comp | 12 // Tests defer-parens behavior where a binary expression is OpCompositeExtracted chained together
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_calltip.py | 342 def parens(self): function 350 self.open_close(parens)
|
/third_party/python/Lib/ |
D | pprint.py | 328 parens = level == 1 329 if parens: 339 if parens:
|
/third_party/libxml2/fuzz/ |
D | regexp.dict | 8 parens="()"
|
/third_party/python/Parser/ |
D | Python.asdl | 28 -- 'simple' indicates that we annotate simple name without parens
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.2.7.rst | 94 - i965: add missing parens in vec4 visitor
|
/third_party/python/Lib/idlelib/ |
D | README.txt | 160 Show surrounding parens # parenmatch (& Hyperparser)
|