reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7508       BP = CGF.LoadCXXThisAddress();
 7512       BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress();
 7516       BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress();
 7525             BP = CGF.CGM.getOpenMPRuntime().getAddrOfDeclareTargetVar(VD);
 7536         BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>());
 7536         BP = CGF.EmitLoadOfPointer(BP, Ty->castAs<PointerType>());
 7640           PartialStruct.Base = BP;
 7647           LB = BP;
 7665             BasePointers.push_back(BP.getPointer());
 7672           BasePointers.push_back(BP.getPointer());
 7685           BasePointers.push_back(BP.getPointer());
 7730             PartialStruct.Base = BP;
 7744           BP = LB;