Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp65 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
139 else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
222 if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in GenerateOpenMPCapturedStmtFunction()
226 if (I->capturesVariable() || I->capturesVariableByCopy()) { in GenerateOpenMPCapturedStmtFunction()
266 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in GenerateOpenMPCapturedStmtFunction()
295 } else if (I->capturesVariableByCopy()) { in GenerateOpenMPCapturedStmtFunction()
DCodeGenFunction.h194 else if (I->capturesVariableByCopy()) in Kind()
DCGOpenMPRuntime.cpp336 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
5497 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1290 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
1412 if (!I.capturesVariable() && !I.capturesVariableByCopy()) in capturesVariable()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp84 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPLexicalScope()
244 if (C.capturesVariable() || C.capturesVariableByCopy()) { in OMPSimdLexicalScope()
321 } else if (CurCap->capturesVariableByCopy()) { in GenerateOpenMPCapturedVars()
450 ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) || in emitOutlinedFunctionPrologue()
454 if (I->capturesVariable() || I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
522 if (I->capturesVariableByCopy() && FD->getType()->isAnyPointerType()) { in emitOutlinedFunctionPrologue()
559 } else if (I->capturesVariableByCopy()) { in emitOutlinedFunctionPrologue()
DCGOpenMPRuntimeGPU.cpp297 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitOpenMPCapturedStmt()
390 if (C.capturesVariable() && !C.capturesVariableByCopy()) { in VisitCapturedStmt()
4298 if (CI->capturesVariableByCopy() && in createParallelDataSharingWrapper()
DCodeGenFunction.h378 else if (I->capturesVariableByCopy())
DCGOpenMPRuntime.cpp359 if (!C.capturesVariable() && !C.capturesVariableByCopy()) in CGOpenMPInnerExprInfo()
8968 } else if (CI.capturesVariableByCopy()) { in generateDefaultMapInfo()
11973 if (Cap.capturesVariable() || Cap.capturesVariableByCopy()) in tryToDisableInnerAnalysis()
/external/clang/lib/AST/
DStmt.cpp992 assert((capturesVariable() || capturesVariableByCopy()) && in getCapturedVar()
/external/clang/include/clang/AST/
DStmt.h2049 bool capturesVariableByCopy() const { in capturesVariableByCopy() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h3511 bool capturesVariableByCopy() const { in capturesVariableByCopy() function
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp3716 if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy()) in visitSubCaptures()