Home
last modified time | relevance | path

Searched +full:check +full:- +full:windows +full:- +full:1 +full:_48 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/io-lifetimes/.github/workflows/
Dmain.yml6 - main
12 runs-on: ubuntu-latest
14 - uses: actions/checkout@v3
17 - uses: ./.github/actions/install-rust
20 - run: cargo fmt --all -- --check
22 check:
23 name: Check
24 runs-on: ${{ matrix.os }}
29 - build: stable
30 os: ubuntu-latest
[all …]
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core_hello_world.rs28 fn report(self) -> i32; in report()
32 fn report(self) -> i32 { in report()
34 NUM = 6 * 7 + 1 + (1u8 == 1u8) as u8; // 44 in report()
86 Less = -1,
88 Greater = 1,
93 main: fn() -> T, in start()
97 ) -> isize { in start()
116 unsafe fn zeroed<T>() -> T { in zeroed()
118 intrinsics::write_bytes(&mut uninit.value.value as *mut T, 0, 1); in zeroed()
125 fn return_u128_pair() -> (u128, u128) { in return_u128_pair()
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp6 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7 // SPDX-License-Identifier: MIT
40 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
41 // SPDX-License-Identifier: MIT
53 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
54 // SPDX-License-Identifier: MIT
68 #define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum)
69 #define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum)
70 #define NLOHMANN_JSON_VERSION_PATCH 3 // NOLINT(modernize-macro-to-enum)
155 // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
[all …]