Home
last modified time | relevance | path

Searched refs:IntPair (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/
Dnew.cpp211 class IntPair{ class
215 IntPair() {}; in IntPair() function in IntPair
216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}} in ~IntPair()
220 IntPair *b = new IntPair(); in testCallToDestructor()
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h27 struct IntPair { struct
35 struct IntPair UIntPairVal;
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
Ddevice_info_android.cc30 typedef std::pair<int, int> IntPair; typedef
31 typedef std::vector<IntPair> IntPairs;
206 const IntPair& size = info->resolutions[i]; in CreateCapabilityMap()
207 const IntPair& mfpsRange = info->mfpsRanges[j]; in CreateCapabilityMap()