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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7728             PartialStruct.LowestElem = {FieldIndex, LB};
 7729             PartialStruct.HighestElem = {FieldIndex, LB};
 7731           } else if (FieldIndex < PartialStruct.LowestElem.first) {
 7732             PartialStruct.LowestElem = {FieldIndex, LB};
 7733           } else if (FieldIndex > PartialStruct.HighestElem.first) {
 7734             PartialStruct.HighestElem = {FieldIndex, LB};