Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1304 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
1426 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp278 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt()
371 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt()
3248 if (CI->capturesVariableByCopy() && in createParallelDataSharingWrapper()
H A DCGStmtOpenMP.cpp90 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
263 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope()
340 } else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
469 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in emitOutlinedFunctionPrologue()
473 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
550 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in emitOutlinedFunctionPrologue()
586 } else if (I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
H A DCodeGenFunction.h424 else if (I->capturesVariableByCopy())
H A DCGOpenMPRuntime.cpp364 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
8927 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
11931 if (Cap.capturesVariable() || Cap.capturesVariableByCopy()) in tryToDisableInnerAnalysis()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h3588 bool capturesVariableByCopy() const { in capturesVariableByCopy() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4109 if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy()) in visitSubCaptures()