reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
910 if (Small && RHS.Small) { 910 if (Small && RHS.Small) { 939 if (!Small && !RHS.Small) { 939 if (!Small && !RHS.Small) { 945 SmallDenseMap &SmallSide = Small ? *this : RHS; 946 SmallDenseMap &LargeSide = Small ? RHS : *this; 951 LargeSide.Small = true; 970 SmallSide.Small = false; 991 Small = true; 993 Small = false; 1000 Small = true; 1002 Small = false; 1012 if (Small) { 1040 Small = false; 1049 Small = true; 1072 if ((Small && NewNumBuckets <= InlineBuckets) || 1073 (!Small && NewNumBuckets == getLargeRep()->NumBuckets)) { 1102 assert(Small); 1115 assert(!Small); 1126 return Small ? getInlineBuckets() : getLargeRep()->Buckets; 1135 return Small ? InlineBuckets : getLargeRep()->NumBuckets; 1139 if (Small)