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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 467 std::unique_ptr<CodeGenFunction::OMPMapVars> MappedParams;
CodeGenFunction.h 949 class OMPMapVars {
952 OMPMapVars(const OMPMapVars &) = delete;
953 void operator=(const OMPMapVars &) = delete;
956 explicit OMPMapVars() = default;
957 ~OMPMapVars() {
1029 OMPMapVars MappedVars;
CGOpenMPRuntimeGPU.cpp 1684 std::make_unique<CodeGenFunction::OMPMapVars>();
4185 std::make_unique<CodeGenFunction::OMPMapVars>();
CGStmtOpenMP.cpp 138 CodeGenFunction::OMPMapVars PreCondVars;
2266 CodeGenFunction::OMPMapVars PreCondVars;

Completed in 86 milliseconds