HomeSort by: relevance | last modified time | path
    Searched refs:OMPC_MAP_to (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 3375 Kind = OMPC_MAP_to;
19138 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_alloc)) {
19166 !(MapType == OMPC_MAP_to || MapType == OMPC_MAP_from ||
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 5703 if (MapType == OMPC_MAP_to || MapType == OMPC_MAP_tofrom)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 7360 case OMPC_MAP_to:
8389 InfoGen(std::get<0>(L), Kind, std::get<1>(L), OMPC_MAP_to, llvm::None,

Completed in 229 milliseconds