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

References

projects/openmp/runtime/src/kmp_affinity.cpp
  281     for (; labCt < (int)Address::maxDepth; labCt++) {
  932     Address addr(1);
 1290     Address addr(1);
 1444     Address addr(depth);
 1643     Address addr(depth);
 1706     Address addr(1);
 1868       Address addr(new_depth);
 2354     Address addr(1);
 2617     Address addr(depth);
 2734   Address *leaderAddr = &(address2os[0].first);
 4111   const Address *aa = &(((const AddrUnsPair *)a)->first);
 4112   const Address *bb = &(((const AddrUnsPair *)b)->first);
projects/openmp/runtime/src/kmp_affinity.h
  560   Address &operator=(const Address &b) {
  560   Address &operator=(const Address &b) {
  569   bool operator==(const Address &b) const {
  577   bool isClose(const Address &b, int level) const {
  587   bool operator!=(const Address &b) const { return !operator==(b); }
  599   Address first;
  601   AddrUnsPair(Address _first, unsigned _second)
  624   const Address *aa = &(((const AddrUnsPair *)a)->first);
  625   const Address *bb = &(((const AddrUnsPair *)b)->first);