Searched refs:tofrom (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ConstructDecompositionT.h | 698 tomp::ObjectListT<IdTy, ExprTy> tofrom; in applyClause() local 700 objects, std::back_inserter(tofrom), in applyClause() 703 if (!tofrom.empty()) { in applyClause() 712 /*LocatorList=*/std::move(tofrom)}}); in applyClause() 958 tomp::ObjectListT<IdTy, ExprTy> tofrom; in applyClause() local 959 llvm::copy_if(objects, std::back_inserter(tofrom), in applyClause() 965 if (!tofrom.empty()) { in applyClause() 973 /*LocatorList=*/std::move(tofrom)}}); in applyClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 125 OPENMP_DEFAULTMAP_MODIFIER(tofrom) 171 OPENMP_MAP_KIND(tofrom)
|
| H A D | DiagnosticParseKinds.td | 1522 "incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'">;
|