Home
last modified time | relevance | path

Searched refs:test_offset (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/containers/views/mdspan/default_accessor/
H A Doffset.pass.cpp26 constexpr void test_offset() { in test_offset() function
38 test_offset<int>(); in test()
39 test_offset<const int>(); in test()
40 test_offset<MinimalElementType>(); in test()
41 test_offset<const MinimalElementType>(); in test()
/llvm-project/llvm/test/CodeGen/X86/
H A Dpr39926.ll3 define i8 @test_offset(ptr %base) {
4 ; CHECK-LABEL: test_offset:
H A Davoid-sfb-offset.mir10 define i32 @test_offset() #0 {
37 name: test_offset
/llvm-project/llvm/test/CodeGen/ARM/
H A Di64_volatile_load_store.ll382 define void @test_offset() {
383 ; CHECK-ARMV5TE-LABEL: test_offset:
397 ; CHECK-T2-LABEL: test_offset:
407 ; CHECK-ARMV4T-LABEL: test_offset:
423 ; CHECK-ARMV7-LABEL: test_offset:
433 ; CHECK-ARMV7-STRICT-LABEL: test_offset:
443 ; CHECK-ARMV6-LABEL: test_offset:
457 ; CHECK-ARMV6-STRICT-LABEL: test_offset:
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_type.py445 def test_offset(self):
398 def test_offset(self): global() member in TestType