Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1173 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
1291 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp71 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
190 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope()
267 } else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
406 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in emitOutlinedFunctionPrologue()
410 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
476 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in emitOutlinedFunctionPrologue()
524 } else if (I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeNVPTX.cpp371 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt()
463 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt()
4175 if (CI->capturesVariableByCopy() && in createParallelDataSharingWrapper()
H A DCodeGenFunction.h360 else if (I->capturesVariableByCopy())
H A DCGOpenMPRuntime.cpp349 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
7876 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h3149 bool capturesVariableByCopy() const { in capturesVariableByCopy() function