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

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

Completed in 112 milliseconds