HomeSort by relevance Sort by last modified time
    Searched refs:OMPPrivateScope (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 47 CodeGenFunction::OMPPrivateScope InlinedShareds;
411 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
551 CodeGenFunction::OMPPrivateScope Remap(*this);
563 CodeGenFunction::OMPPrivateScope Remap(*this);
573 OMPPrivateScope &PrivateScope) {
667 CodeGenFunction::OMPPrivateScope &PrivateScope) {
759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) {
    [all...]
CodeGenFunction.h 588 class OMPPrivateScope : public RunCleanupsScope {
593 OMPPrivateScope(const OMPPrivateScope &) = delete;
594 void operator=(const OMPPrivateScope &) = delete;
598 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {}
655 ~OMPPrivateScope() {
    [all...]
CGOpenMPRuntime.cpp 381 CodeGenFunction::OMPPrivateScope PrivScope;
764 CodeGenFunction::OMPPrivateScope Scope(CGF);
    [all...]

Completed in 77 milliseconds