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 140 CodeGenFunction::OMPPrivateScope Remap(CGF);
152 CodeGenFunction::OMPPrivateScope Remap(CGF);
162 OMPPrivateScope &PrivateScope) {
241 CodeGenFunction::OMPPrivateScope &PrivateScope) {
323 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) {
417 CodeGenFunction::OMPPrivateScope &PrivateScope) {
523 OMPPrivateScope PrivateScope(CGF);
665 CodeGenFunction::OMPPrivateScope &LoopScope,
683 CodeGenFunction::OMPPrivateScope &PrivateScope) {
    [all...]
CodeGenFunction.h 544 class OMPPrivateScope : public RunCleanupsScope {
550 OMPPrivateScope(const OMPPrivateScope &) = delete;
551 void operator=(const OMPPrivateScope &) = delete;
555 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {}
600 ~OMPPrivateScope() {
    [all...]
CGOpenMPRuntime.cpp     [all...]

Completed in 163 milliseconds