Searched refs:this_arg (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-alloc-with-param-O0.ll | 7 define i8* @f_copy(i64 %this_arg) "coroutine.presplit"="1" { 10 store i64 %this_arg, i64* %this.addr 36 ; CHECK-LABEL: define i8* @f_copy(i64 %this_arg) 38 ; CHECK: store i64 %this_arg, i64* %this.spill.addr
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | pr16556-2.ll | 19 …12TickDuration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration* %.this_arg) { 22 %tmp = icmp ne %core.time.TickDuration* %.this_arg, null 31 %tmp2 = getelementptr %core.time.TickDuration, %core.time.TickDuration* %.this_arg, i32 0, i32 0
|
D | pr16556.ll | 10 …uration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration.37.125* %.this_arg) {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr16556-2.ll | 19 …12TickDuration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration* %.this_arg) { 22 %tmp = icmp ne %core.time.TickDuration* %.this_arg, null 31 %tmp2 = getelementptr %core.time.TickDuration, %core.time.TickDuration* %.this_arg, i32 0, i32 0
|
D | pr16556.ll | 10 …uration30__T2toVAyaa7_7365636f6e6473TlZ2toMxFNaNbNfZl(%core.time.TickDuration.37.125* %.this_arg) {
|
/external/mdnsresponder/mDNSPosix/ |
D | Identify.c | 273 int this_arg = 1; in main() local 297 while (this_arg < argc) in main() 299 char *arg = argv[this_arg++]; in main() 300 if (this_arg > 2) printf("\n"); in main()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 134 if (*iter.this_arg & IEEE80211_RADIOTAP_F_FCS) in handle_monitor_read() 142 failed = le_to_host16((*(le16 *) iter.this_arg)) & in handle_monitor_read() 151 datarate = *iter.this_arg * 5; in handle_monitor_read() 154 ssi_signal = (s8) *iter.this_arg; in handle_monitor_read()
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap_iter.h | 72 unsigned char *this_arg; member
|
D | radiotap.c | 157 iterator->this_arg = iterator->_arg; in ieee80211_radiotap_iterator_init() 330 iterator->this_arg = iterator->_arg; in ieee80211_radiotap_iterator_next()
|