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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 60 CodeGenFunction::OMPPrivateScope InlinedShareds;
197 CodeGenFunction::OMPPrivateScope InlinedShareds;
618 CodeGenFunction::OMPPrivateScope LocalScope(*this);
765 CodeGenFunction::OMPPrivateScope Remap(*this);
774 CodeGenFunction::OMPPrivateScope Remap(*this);
784 OMPPrivateScope &PrivateScope) {
943 CodeGenFunction::OMPPrivateScope &PrivateScope) {
1039 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) {
1197 CodeGenFunction::OMPPrivateScope &PrivateScope, bool ForInscan) {
1752 OMPPrivateScope PrivateScope(CGF)
    [all...]
CodeGenFunction.h 1028 class OMPPrivateScope : public RunCleanupsScope {
1030 OMPPrivateScope(const OMPPrivateScope &) = delete;
1031 void operator=(const OMPPrivateScope &) = delete;
1035 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {}
1064 ~OMPPrivateScope() {
3337 OMPPrivateScope &PrivateScope);
3339 OMPPrivateScope &PrivateScope);
3341 const OMPUseDevicePtrClause &C, OMPPrivateScope &PrivateScope,
3344 const OMPUseDeviceAddrClause &C, OMPPrivateScope &PrivateScope
    [all...]
CGOpenMPRuntime.cpp 404 CodeGenFunction::OMPPrivateScope PrivScope;
634 CodeGenFunction::OMPPrivateScope PrivateScope(CGF);
1144 CodeGenFunction::OMPPrivateScope Scope(CGF);
3913 CodeGenFunction::OMPPrivateScope InitScope(CGF);
3926 CodeGenFunction::OMPPrivateScope InitScope(CGF);
4058 : public CodeGenFunction::OMPPrivateScope {
4068 : CodeGenFunction::OMPPrivateScope(CGF), CGF(CGF), E(E) {
5369 CodeGenFunction::OMPPrivateScope Scope(CGF);
5450 CodeGenFunction::OMPPrivateScope Scope(CGF);
5757 CodeGenFunction::OMPPrivateScope PrivateScope(CGF)
    [all...]
CGOpenMPRuntimeGPU.cpp 2107 CodeGenFunction::OMPPrivateScope PrivateArgScope(CGF);

Completed in 50 milliseconds