Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1303 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
1425 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp89 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
262 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope()
339 } else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
468 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in emitOutlinedFunctionPrologue()
472 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
549 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in emitOutlinedFunctionPrologue()
585 } else if (I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp295 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt()
388 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt()
3600 if (CI->capturesVariableByCopy() && in createParallelDataSharingWrapper()
H A DCodeGenFunction.h423 else if (I->capturesVariableByCopy())
H A DCGOpenMPRuntime.cpp363 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
9288 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
12319 if (Cap.capturesVariable() || Cap.capturesVariableByCopy()) in tryToDisableInnerAnalysis()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3576 bool capturesVariableByCopy() const { in capturesVariableByCopy() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4054 if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy()) in visitSubCaptures()