Home
last modified time | relevance | path

Searched refs:ThisLVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2176 LValue ThisLVal = in adjustTargetSpecificDataForLambdas() local
2179 CGF.EmitStoreOfScalar(CXXThis, ThisLVal); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8382 LValue ThisLVal = in generateInfoForLambdaCaptures() local
8385 LambdaPointers.try_emplace(ThisLVal.getPointer(CGF), in generateInfoForLambdaCaptures()
8388 CombinedInfo.BasePointers.push_back(ThisLVal.getPointer(CGF)); in generateInfoForLambdaCaptures()