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/libweave/src/privet/
H A Dmock_delegates.h49 using IntPair = std::pair<uint16_t, uint16_t>;
52 MOCK_CONST_METHOD0(GetHttpEnpoint, IntPair());
53 MOCK_CONST_METHOD0(GetHttpsEnpoint, IntPair());

Completed in 95 milliseconds