reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/libomptarget/src/omptarget.cpp
  638       arg_types);
  652     if (!(arg_types[i] & OMP_TGT_MAPTYPE_TARGET_PARAM)) {
  655       if (isLambdaMapping(arg_types[i])) {
  656         assert((arg_types[i] & OMP_TGT_MAPTYPE_MEMBER_OF) &&
  658         unsigned idx = member_of(arg_types[i]);
  702     if (arg_types[i] & OMP_TGT_MAPTYPE_LITERAL) {
  707     } else if (arg_types[i] & OMP_TGT_MAPTYPE_PRIVATE) {
  729       if (arg_types[i] & OMP_TGT_MAPTYPE_TO) {
  736     } else if (arg_types[i] & OMP_TGT_MAPTYPE_PTR_AND_OBJ) {
  800       arg_types);