Searched refs:IntPair (Results 1 – 3 of 3) sorted by relevance
211 class IntPair{ class215 IntPair() {}; in IntPair() function in IntPair216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}} in ~IntPair()220 IntPair *b = new IntPair(); in testCallToDestructor()
27 struct IntPair { struct35 struct IntPair UIntPairVal;
30 typedef std::pair<int, int> IntPair; typedef31 typedef std::vector<IntPair> IntPairs;206 const IntPair& size = info->resolutions[i]; in CreateCapabilityMap()207 const IntPair& mfpsRange = info->mfpsRanges[j]; in CreateCapabilityMap()