Home
last modified time | relevance | path

Searched refs:capturesVariableByCopy (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1291 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
1413 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp84 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
256 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope()
335 } else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
464 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in emitOutlinedFunctionPrologue()
468 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
536 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in emitOutlinedFunctionPrologue()
573 } else if (I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp297 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt()
390 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt()
4134 if (CI->capturesVariableByCopy() && in createParallelDataSharingWrapper()
H A DCodeGenFunction.h396 else if (I->capturesVariableByCopy())
H A DCGOpenMPRuntime.cpp360 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
9126 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
12144 if (Cap.capturesVariable() || Cap.capturesVariableByCopy()) in tryToDisableInnerAnalysis()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3515 bool capturesVariableByCopy() const { in capturesVariableByCopy() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3825 if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy()) in visitSubCaptures()