Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3817 LValue ThisLVal = in adjustTargetSpecificDataForLambdas() local
3820 CGF.EmitStoreOfScalar(CXXThis, ThisLVal); in adjustTargetSpecificDataForLambdas()
H A DCGOpenMPRuntime.cpp8954 LValue ThisLVal = in generateInfoForLambdaCaptures() local
8957 LambdaPointers.try_emplace(ThisLVal.getPointer(CGF), in generateInfoForLambdaCaptures()
8960 CombinedInfo.BasePointers.push_back(ThisLVal.getPointer(CGF)); in generateInfoForLambdaCaptures()