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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7629           PartialStruct.LowestElem = {0, LB};
 7633               CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(LB,
 7647           LB = BP;
 7661                     CGF.EmitCastToVoidPtr(LB.getPointer()));
 7666             Pointers.push_back(LB.getPointer());
 7670             LB = CGF.Builder.CreateConstGEP(ComponentLB, 1);
 7673           Pointers.push_back(LB.getPointer());
 7677               CGF.EmitCastToVoidPtr(LB.getPointer()));
 7686           Pointers.push_back(LB.getPointer());
 7728             PartialStruct.LowestElem = {FieldIndex, LB};
 7729             PartialStruct.HighestElem = {FieldIndex, LB};
 7732             PartialStruct.LowestElem = {FieldIndex, LB};
 7734             PartialStruct.HighestElem = {FieldIndex, LB};
 7744           BP = LB;