Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dtarget_data_use_device_ptr_ast_print.cpp47 SB *&RPtrS; member
50 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC()
Dtarget_is_device_ptr_ast_print.cpp92 SB *&RPtrS; member
95 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC()
Dtarget_is_device_ptr_messages.cpp76 SB *&RPtrS; member
79 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC()
Dtarget_data_use_device_ptr_messages.cpp68 SB *&RPtrS; member
71 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC()
Dtarget_map_messages.cpp88 SB *&RPtrS; member
91 SC(SB *&_RPtrS) : RPtrS(_RPtrS) {} in SC()
224 …#pragma omp target map(r.RPtrS[0], r.RPtrS->B) // expected-error {{same pointer derreferenced in m… in SAclient()