| /third_party/skia/tests/sksl/errors/ |
| D | CanExitWithoutReturningValue.glsl | 3 error: 6: function 'if_only' can exit without returning a value 4 error: 7: function 'return_on_if_but_not_else' can exit without returning a value 5 error: 8: function 'return_on_else_but_not_if' can exit without returning a value 6 error: 10: function 'for_with_conditional_return' can exit without returning a value 7 error: 11: function 'for_with_conditional_break' can exit without returning a value 8 error: 12: function 'for_with_conditional_continue' can exit without returning a value 9 error: 14: function 'do_with_conditional_return' can exit without returning a value 10 error: 15: function 'do_with_conditional_break' can exit without returning a value 11 error: 16: function 'do_with_conditional_continue' can exit without returning a value 12 error: 18: function 'bad_if_else_chain' can exit without returning a value [all …]
|
| /third_party/rust/rust/tests/ui/lint/ |
| D | lint-unconditional-recursion.stderr | 1 error: function cannot return without recursing 5 | ^^^^^^^^ cannot return without recursing 16 error: function cannot return without recursing 20 | ^^^^^^^^ cannot return without recursing 30 error: function cannot return without recursing 34 | ^^^^^^^^^^^^^^^^ cannot return without recursing 44 error: function cannot return without recursing 48 | ^^^^^^^^^^^^^ cannot return without recursing 54 error: function cannot return without recursing 58 | ^^^^^^^^^^^^^ cannot return without recursing [all …]
|
| D | lint-unconditional-recursion.rs | 4 fn foo() { //~ ERROR function cannot return without recursing in foo() 14 fn baz() { //~ ERROR function cannot return without recursing in baz() 26 fn quz() -> bool { //~ ERROR function cannot return without recursing in quz() 37 fn bar(&self) { //~ ERROR function cannot return without recursing in bar() 43 fn bar(&self) { //~ ERROR function cannot return without recursing in bar() 52 fn bar(&self) { //~ ERROR function cannot return without recursing in bar() 65 fn bar(&self) { //~ ERROR function cannot return without recursing in bar() 71 fn bar(&self) { //~ ERROR function cannot return without recursing in bar() 81 fn qux(&self) { //~ ERROR function cannot return without recursing in qux() 86 fn as_ref(&self) -> &Self { //~ ERROR function cannot return without recursing in as_ref() [all …]
|
| /third_party/rust/rust/tests/ui/numeric/ |
| D | numeric-cast-without-suggestion.stderr | 2 --> $DIR/numeric-cast-without-suggestion.rs:17:18 10 --> $DIR/numeric-cast-without-suggestion.rs:1:4 16 --> $DIR/numeric-cast-without-suggestion.rs:18:18 24 --> $DIR/numeric-cast-without-suggestion.rs:1:4 30 --> $DIR/numeric-cast-without-suggestion.rs:19:18 38 --> $DIR/numeric-cast-without-suggestion.rs:1:4 44 --> $DIR/numeric-cast-without-suggestion.rs:20:18 52 --> $DIR/numeric-cast-without-suggestion.rs:1:4 58 --> $DIR/numeric-cast-without-suggestion.rs:21:16 66 --> $DIR/numeric-cast-without-suggestion.rs:1:4 [all …]
|
| /third_party/skia/m133/resources/sksl/errors/ |
| D | CanExitWithoutReturningValue.sksl | 98 function 'if_only' can exit without returning a value 99 function 'return_on_if_but_not_else' can exit without returning a value 100 function 'return_on_else_but_not_if' can exit without returning a value 101 function 'for_with_conditional_return' can exit without returning a value 102 function 'for_with_conditional_break' can exit without returning a value 103 function 'for_with_conditional_continue' can exit without returning a value 104 function 'do_with_conditional_return' can exit without returning a value 105 function 'do_with_conditional_break' can exit without returning a value 106 function 'do_with_conditional_continue' can exit without returning a value 107 function 'bad_if_else_chain' can exit without returning a value [all …]
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | match-arm-without-braces.stderr | 1 error: `match` arm body without braces 2 --> $DIR/match-arm-without-braces.rs:26:27 14 error: `match` arm body without braces 15 --> $DIR/match-arm-without-braces.rs:31:11 29 error: `match` arm body without braces 30 --> $DIR/match-arm-without-braces.rs:37:11 44 error: `match` arm body without braces 45 --> $DIR/match-arm-without-braces.rs:44:11 60 --> $DIR/match-arm-without-braces.rs:48:29 65 error: `match` arm body without braces [all …]
|
| D | utf16-le-without-bom.stderr | 2 --> $DIR/utf16-le-without-bom.rs:4:2 10 --> $DIR/utf16-le-without-bom.rs:4:4 18 --> $DIR/utf16-le-without-bom.rs:4:6 26 --> $DIR/utf16-le-without-bom.rs:4:8 34 --> $DIR/utf16-le-without-bom.rs:4:10 42 --> $DIR/utf16-le-without-bom.rs:4:12 50 --> $DIR/utf16-le-without-bom.rs:4:14 58 --> $DIR/utf16-le-without-bom.rs:4:16 66 --> $DIR/utf16-le-without-bom.rs:4:18 74 --> $DIR/utf16-le-without-bom.rs:4:20 [all …]
|
| D | utf16-be-without-bom.stderr | 2 --> $DIR/utf16-be-without-bom.rs:4:1 10 --> $DIR/utf16-be-without-bom.rs:4:3 18 --> $DIR/utf16-be-without-bom.rs:4:5 26 --> $DIR/utf16-be-without-bom.rs:4:7 34 --> $DIR/utf16-be-without-bom.rs:4:9 42 --> $DIR/utf16-be-without-bom.rs:4:11 50 --> $DIR/utf16-be-without-bom.rs:4:13 58 --> $DIR/utf16-be-without-bom.rs:4:15 66 --> $DIR/utf16-be-without-bom.rs:4:17 74 --> $DIR/utf16-be-without-bom.rs:4:19 [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | privateWriteOnlyAccessorRead.errors.txt | 1 …privateWriteOnlyAccessorRead.ts(9,17): error TS2806: Private accessor was defined without a getter. 2 …privateWriteOnlyAccessorRead.ts(12,5): error TS2806: Private accessor was defined without a getter. 3 …rivateWriteOnlyAccessorRead.ts(17,13): error TS2806: Private accessor was defined without a getter. 4 …rivateWriteOnlyAccessorRead.ts(19,17): error TS2806: Private accessor was defined without a getter. 5 …rivateWriteOnlyAccessorRead.ts(22,18): error TS2806: Private accessor was defined without a getter. 6 …privateWriteOnlyAccessorRead.ts(26,9): error TS2806: Private accessor was defined without a getter. 7 …rivateWriteOnlyAccessorRead.ts(27,12): error TS2806: Private accessor was defined without a getter. 8 …privateWriteOnlyAccessorRead.ts(30,5): error TS2806: Private accessor was defined without a getter. 22 !!! error TS2806: Private accessor was defined without a getter. 27 !!! error TS2806: Private accessor was defined without a getter. [all …]
|
| /third_party/skia/m133/tests/sksl/errors/ |
| D | CanExitWithoutReturningValue.glsl | 3 error: 6: function 'if_only' can exit without returning a value 6 error: 7: function 'return_on_if_but_not_else' can exit without returning a value 9 error: 8: function 'return_on_else_but_not_if' can exit without returning a value 12 error: 10: function 'for_with_conditional_return' can exit without returning a value 15 error: 11: function 'for_with_conditional_break' can exit without returning a value 18 error: 12: function 'for_with_conditional_continue' can exit without returning a value 21 error: 14: function 'do_with_conditional_return' can exit without returning a value 24 error: 15: function 'do_with_conditional_break' can exit without returning a value 27 error: 16: function 'do_with_conditional_continue' can exit without returning a value 30 error: 18: function 'bad_if_else_chain' can exit without returning a value [all …]
|
| /third_party/openssl/test/ssl-tests/ |
| D | 12-ct.cnf | 5 test-0 = 0-ct-permissive-without-scts 7 test-2 = 2-ct-strict-without-scts 13 [0-ct-permissive-without-scts] 14 ssl_conf = 0-ct-permissive-without-scts-ssl 16 [0-ct-permissive-without-scts-ssl] 17 server = 0-ct-permissive-without-scts-server 18 client = 0-ct-permissive-without-scts-client 20 [0-ct-permissive-without-scts-server] 25 [0-ct-permissive-without-scts-client] 32 client = 0-ct-permissive-without-scts-client-extra [all …]
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | missing_assert_message.stderr | 1 error: assert without any message 10 error: assert without any message 18 error: assert without any message 26 error: assert without any message 34 error: assert without any message 42 error: assert without any message 50 error: assert without any message 58 error: assert without any message 66 error: assert without any message 74 error: assert without any message [all …]
|
| D | manual_clamp.stderr | 1 error: clamp-like pattern without using clamp function 15 error: clamp-like pattern without using clamp function 28 error: clamp-like pattern without using clamp function 41 error: clamp-like pattern without using clamp function 54 error: clamp-like pattern without using clamp function 67 error: clamp-like pattern without using clamp function 82 error: clamp-like pattern without using clamp function 97 error: clamp-like pattern without using clamp function 112 error: clamp-like pattern without using clamp function 127 error: clamp-like pattern without using clamp function [all …]
|
| D | lossy_float_literal.stderr | 1 error: literal cannot be represented as the underlying type without loss of precision 9 error: literal cannot be represented as the underlying type without loss of precision 15 error: literal cannot be represented as the underlying type without loss of precision 21 error: literal cannot be represented as the underlying type without loss of precision 27 error: literal cannot be represented as the underlying type without loss of precision 33 error: literal cannot be represented as the underlying type without loss of precision 39 error: literal cannot be represented as the underlying type without loss of precision 45 error: literal cannot be represented as the underlying type without loss of precision 51 error: literal cannot be represented as the underlying type without loss of precision 57 error: literal cannot be represented as the underlying type without loss of precision [all …]
|
| D | float_equality_without_abs.stderr | 1 error: float equality check without `.abs()` 9 = note: `-D clippy::float-equality-without-abs` implied by `-D warnings` 11 error: float equality check without `.abs()` 19 error: float equality check without `.abs()` 27 error: float equality check without `.abs()` 35 error: float equality check without `.abs()` 43 error: float equality check without `.abs()` 51 error: float equality check without `.abs()` 59 error: float equality check without `.abs()` 67 error: float equality check without `.abs()` [all …]
|
| /third_party/rust/rust/tests/ui/expr/if/ |
| D | if-without-else-as-fn-expr.stderr | 2 --> $DIR/if-without-else-as-fn-expr.rs:2:5 11 = note: `if` expressions without `else` evaluate to `()` 15 --> $DIR/if-without-else-as-fn-expr.rs:9:20 25 = note: `if` expressions without `else` evaluate to `()` 29 --> $DIR/if-without-else-as-fn-expr.rs:17:5 38 = note: `if` expressions without `else` evaluate to `()` 42 --> $DIR/if-without-else-as-fn-expr.rs:24:5 51 = note: `if` expressions without `else` evaluate to `()` 55 --> $DIR/if-without-else-as-fn-expr.rs:31:20 65 = note: `if` expressions without `else` evaluate to `()` [all …]
|
| /third_party/ncurses/package/ |
| D | ncurses.sym | 6 …-enable-hard-tabs --enable-termcap --enable-widec --with-termlib --with-trace --without-cxx-binding 7 …-getcap-cache --enable-hard-tabs --enable-termcap --with-termlib --with-trace --without-cxx-binding 8 …--enable-widec --with-broken_linker --with-termlib --with-ticlib --with-trace --without-cxx-binding 9 …able-hard-tabs --with-broken_linker --with-termlib --with-ticlib --with-trace --without-cxx-binding 11 …-getcap-cache --enable-hard-tabs --enable-termcap --with-termlib --with-trace --without-cxx-binding 12 …able-hard-tabs --with-broken_linker --with-termlib --with-ticlib --with-trace --without-cxx-binding 14 …-getcap-cache --enable-hard-tabs --enable-termcap --with-termlib --with-trace --without-cxx-binding 15 …able-hard-tabs --with-broken_linker --with-termlib --with-ticlib --with-trace --without-cxx-binding 17 …-getcap-cache --enable-hard-tabs --enable-termcap --with-termlib --with-trace --without-cxx-binding 18 …able-hard-tabs --with-broken_linker --with-termlib --with-ticlib --with-trace --without-cxx-binding [all …]
|
| /third_party/mesa3d/ |
| D | OAT.xml | 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 108 * >Software>), to deal in the Software without restriction, including 109 * without limitation the rights to use, copy, modify, merge, publish, 114 … * THE SOFTWARE IS PROVIDED >AS IS>, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 129 * ware>), to deal in the Software without restriction, including without 137 * THE SOFTWARE IS PROVIDED >AS IS>, WITHOUT WARRANTY OF ANY KIND, EXPRESS 149 * other dealings in this Software without prior written authorization of 155 * to deal in the Software without restriction, including without limitation 164 … * THE SOFTWARE IS PROVIDED >AS IS>, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 175 * to deal in the Software without restriction, including without limitation [all …]
|
| /third_party/rust/rust/src/tools/compiletest/src/header/ |
| D | needs.rs | 16 ignore_reason: "ignored on targets without inline assembly support", in handle_needs() 21 ignore_reason: "ignored on targets without sanitizers support", in handle_needs() 26 ignore_reason: "ignored on targets without address sanitizer", in handle_needs() 31 ignore_reason: "ignored on targets without CFI sanitizer", in handle_needs() 36 ignore_reason: "ignored on targets without kernel CFI sanitizer", in handle_needs() 41 ignore_reason: "ignored on targets without kernel address sanitizer", in handle_needs() 46 ignore_reason: "ignored on targets without leak sanitizer", in handle_needs() 51 ignore_reason: "ignored on targets without memory sanitizer", in handle_needs() 56 ignore_reason: "ignored on targets without thread sanitizer", in handle_needs() 61 ignore_reason: "ignored on targets without hardware-assisted address sanitizer", in handle_needs() [all …]
|
| /third_party/rust/rust/tests/ui/traits/ |
| D | suggest-fully-qualified-path-without-adjustment.stderr | 2 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:45:15 13 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:45:15 19 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:10:1 32 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:48:15 38 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:23:1 51 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:51:15 57 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:10:1 70 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:52:15 76 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:10:1 89 --> $DIR/suggest-fully-qualified-path-without-adjustment.rs:53:15 [all …]
|
| /third_party/node/ |
| D | LICENSE | 8 deal in the Software without restriction, including without limitation the 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32 deal in the Software without restriction, including without limitation the 40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 62 in the Software without restriction, including without limitation the rights 70 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 89 the Software without restriction, including without limitation the rights to 98 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 114 …entation files (the "Software"), to deal in the Software without restriction, including without li… 118 …THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT … [all …]
|
| /third_party/lwip/contrib/examples/httpd/examples_fs/ |
| D | ssi.shtml | 39 with or without an underlying OS. 51 with or without an underlying OS. 62 with or without an underlying OS. 73 with or without an underlying OS. 84 with or without an underlying OS. 95 with or without an underlying OS. 106 with or without an underlying OS. 117 with or without an underlying OS. 128 with or without an underlying OS. 139 with or without an underlying OS. [all …]
|
| /third_party/rust/rust/tests/ui/dyn-keyword/ |
| D | dyn-2018-edition-lint.rs | 5 //~^ ERROR trait objects without an explicit `dyn` are deprecated in function() 7 //~| ERROR trait objects without an explicit `dyn` are deprecated in function() 9 //~| ERROR trait objects without an explicit `dyn` are deprecated in function() 11 //~| ERROR trait objects without an explicit `dyn` are deprecated in function() 13 //~| ERROR trait objects without an explicit `dyn` are deprecated in function() 15 //~| ERROR trait objects without an explicit `dyn` are deprecated in function() 18 //~^ ERROR trait objects without an explicit `dyn` are deprecated in function()
|
| /third_party/musl/libc-test/src/functionalext/adlt/base/rpath/ |
| D | main.cpp | 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 45 // without -rpath, without LD_LIBRARY_PATH in TestRpath_test1() 46 printf("without -rpath, without LD_LIBRARY_PATH - lib is unaccessible\n"); in TestRpath_test1() 50 // without -rpath, with LD_LIBRARY_PATH in TestRpath_test1() 51 printf("without -rpath, with LD_LIBRARY_PATH - check that lib is loaded,\n"); in TestRpath_test1() 58 // with -rpath, without LD_LIBRARY_PATH in TestRpath_test1() 59 printf("with -rpath, without LD_LIBRARY_PATH - check that lib is loaded,\n"); in TestRpath_test1()
|
| /third_party/rust/rust/tests/ui/const-generics/min_const_generics/ |
| D | const-expression-suggest-missing-braces-without-turbofish.stderr | 2 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:6:8 13 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:9:8 24 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:12:8 35 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:15:8 46 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:18:8 57 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:21:8 68 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:24:8 79 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:24:19 85 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:28:8 96 --> $DIR/const-expression-suggest-missing-braces-without-turbofish.rs:31:8 [all …]
|