Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h27 struct IntPair { struct
28 unsigned int first;
29 unsigned int second;
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dnew.cpp211 class IntPair{ class
215 IntPair() {}; in IntPair() function in IntPair