Home
last modified time | relevance | path

Searched defs:HostDataToTargetMapKeyTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h242 struct HostDataToTargetMapKeyTy { struct
245 HostDataToTargetMapKeyTy(void *Key) : KeyValue(uintptr_t(Key)) {} in HostDataToTargetMapKeyTy() argument
246 HostDataToTargetMapKeyTy(HostDataToTargetTy *HDTT) in HostDataToTargetMapKeyTy() argument
250 inline bool operator<(const HostDataToTargetMapKeyTy &LHS, argument