Home
last modified time | relevance | path

Searched +full:test +full:- +full:nostd (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
Dcfi-blacklist.cpp1 …cc1 -triple %itanium_abi_triple -fvisibility hidden -fms-extensions -fsanitize=cfi-vcall -emit-llv…
3-triple %itanium_abi_triple -fvisibility hidden -fms-extensions -fsanitize=cfi-vcall -fsanitize-bl…
18 // NOBL: llvm.type.test
19 // NOSTD: llvm.type.test
21 s1->f(); in s1f()
25 // NOBL: llvm.type.test
26 // NOSTD-NOT: llvm.type.test
28 s2->f(); in s2f()
Dlto-visibility-inference.cpp1 …cc1 -flto -triple x86_64-unknown-linux -std=c++11 -fms-extensions -fvisibility hidden -fwhole-prog…
2-flto -triple x86_64-pc-windows-msvc -std=c++11 -fms-extensions -fwhole-program-vtables -emit-llvm…
3-flto -triple x86_64-pc-windows-msvc -std=c++11 -fms-extensions -fwhole-program-vtables -flto-visi…
25 struct __declspec(uuid("00000000-0000-0000-0000-000000000000")) C6 {
70 // ITANIUM: type.test{{.*}}!"_ZTS2C1" in f()
71 // MS: type.test{{.*}}!"?AUC1@@" in f()
72 c1->f(); in f()
73 // ITANIUM-NOT: type.test{{.*}}!"_ZTS2C2" in f()
74 // MS: type.test{{.*}}!"?AUC2@@" in f()
75 c2->f(); in f()
[all …]
/external/rust/crates/memchr/src/memmem/x86/
Davx.rs2 pub(crate) use self::nostd::Forward;
23 ) -> Option<Forward> { in new()
34 pub(crate) fn min_haystack_len(&self) -> usize { in min_haystack_len()
43 ) -> Option<usize> { in find()
62 ) -> Option<usize> { in find_impl()
72 // We still define the avx "forward" type on nostd to make caller code a bit
75 mod nostd { module
85 ) -> Option<Forward> { in new()
89 pub(crate) fn min_haystack_len(&self) -> usize { in min_haystack_len()
97 ) -> Option<usize> { in find()
[all …]
/external/rust/crates/ahash/.github/workflows/
Drust.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v2
10 - name: Install latest stable
11 uses: actions-rs/toolchain@v1
15 - name: check nostd
16 uses: actions-rs/cargo@v1
19 args: --no-default-features
20 - name: test nostd
21 uses: actions-rs/cargo@v1
23 command: test
[all …]
/external/rust/crates/indexmap/
DCargo.toml.orig7 license = "Apache-2.0 OR MIT"
10 categories = ["data-structures", "no-std"]
11 rust-version = "1.56"
16 [build-dependencies]
20 arbitrary = { version = "1.0", optional = true, default-features = false }
21 quickcheck = { version = "1.0", optional = true, default-features = false }
22 serde = { version = "1.0", optional = true, default-features = false }
27 rustc-rayon = { version = "0.4", optional = true }
31 default-features = false
34 [dev-dependencies]
[all …]
/external/rust/crates/indexmap/.github/workflows/
Dci.yml3 branches: [ master, indexmap-1.x ]
5 branches: [ master, indexmap-1.x ]
15 runs-on: ubuntu-latest
19 - rust: 1.56.0 # MSRV
21 - rust: stable
23 - rust: stable
25 - rust: stable
27 - rust: stable
28 features: rustc-rayon
29 - rust: stable
[all …]