Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerIntPair.h53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair() function
57 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair() function