Home
last modified time | relevance | path

Searched refs:call_something (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/memory/trivial_abi/
H A Dshared_ptr_arg.pass.cpp21 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function
31 call_something(); in get_val()
H A Dunique_ptr_arg.pass.cpp20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function
30 call_something(); in get_val()
H A Dunique_ptr_ret.pass.cpp20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function
28 call_something(); in make_val()
H A Dunique_ptr_array.pass.cpp21 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function
31 call_something(); in get_val()
H A Dweak_ptr_ret.pass.cpp20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function
29 call_something(); in make_val()
H A Dunique_ptr_destruction_order.pass.cpp20 __attribute__((noinline)) void call_something() { asm volatile(""); } in call_something() function
46 call_something(); in func()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dunused-argument.ll21 ; CHECK-LABEL: call_something:
25 define void @call_something() {