OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RPtrS
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/OpenMP/
target_data_use_device_ptr_ast_print.cpp
47
SB *&
RPtrS
;
50
SC(SB *&_RPtrS) :
RPtrS
(_RPtrS) {}
target_is_device_ptr_ast_print.cpp
92
SB *&
RPtrS
;
95
SC(SB *&_RPtrS) :
RPtrS
(_RPtrS) {}
target_data_use_device_ptr_messages.cpp
68
SB *&
RPtrS
;
71
SC(SB *&_RPtrS) :
RPtrS
(_RPtrS) {}
target_is_device_ptr_messages.cpp
76
SB *&
RPtrS
;
79
SC(SB *&_RPtrS) :
RPtrS
(_RPtrS) {}
target_map_messages.cpp
88
SB *&
RPtrS
;
91
SC(SB *&_RPtrS) :
RPtrS
(_RPtrS) {}
224
#pragma omp target map(r.
RPtrS
[0], r.
RPtrS
->B) // expected-error {{same pointer derreferenced in multiple different ways in map clause expressions}} expected-note {{used here}}
Completed in 105 milliseconds