Home
last modified time | relevance | path

Searched refs:test_none (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dnone.pass.cpp18 void test_none() { in test_none() function
34 test_none<0>(); in main()
35 test_none<1>(); in main()
36 test_none<31>(); in main()
37 test_none<32>(); in main()
38 test_none<33>(); in main()
39 test_none<63>(); in main()
40 test_none<64>(); in main()
41 test_none<65>(); in main()
42 test_none<1000>(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dvector-extend-sign.ll147 define <2 x i64> @test_none(<2 x i64> %m) {
148 ; CHECK-P9-LABEL: test_none:
157 ; CHECK-P9-NOALTIVEC-LABEL: test_none:
165 ; CHECK-P8-LABEL: test_none:
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dmubuf-shader-vgpr.ll6 ; CHECK-LABEL: {{^}}test_none:
8 define amdgpu_vs float @test_none(<4 x i32> addrspace(4)* inreg %base, i32 %i) {
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-swift-async-error.m46 void test_none(void (^)(void)); function