Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h27 struct IntPair { struct
28 unsigned int first;
29 unsigned int second;
/external/libweave/src/privet/
Dmock_delegates.h49 using IntPair = std::pair<uint16_t, uint16_t>; variable
/external/clang/test/Analysis/
Dnew.cpp211 class IntPair{ class
215 IntPair() {}; in IntPair() function in IntPair