Searched refs:MappableExprsHandler (Results 1 – 1 of 1) sorted by relevance
7049 class MappableExprsHandler { class8211 MappableExprsHandler::OpenMPOffloadMappingFlags8221 return MappableExprsHandler::OMP_MAP_ALWAYS | in getMapModifiersForPrivateClauses()8222 MappableExprsHandler::OMP_MAP_TO; in getMapModifiersForPrivateClauses()8224 return MappableExprsHandler::OMP_MAP_TO | in getMapModifiersForPrivateClauses()8225 MappableExprsHandler::OMP_MAP_PTR_AND_OBJ; in getMapModifiersForPrivateClauses()8226 return MappableExprsHandler::OMP_MAP_PRIVATE | in getMapModifiersForPrivateClauses()8227 MappableExprsHandler::OMP_MAP_TO; in getMapModifiersForPrivateClauses()8229 return MappableExprsHandler::OMP_MAP_TO | in getMapModifiersForPrivateClauses()8230 MappableExprsHandler::OMP_MAP_FROM; in getMapModifiersForPrivateClauses()[all …]