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

/external/llvm/include/llvm/ADT/
H A DPointerIntPair.h1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===//
10 // This file defines the PointerIntPair class.
25 /// PointerIntPair - This class implements a pair of a pointer and small
32 /// Note that PointerIntPair always puts the Int part in the highest bits
33 /// possible. For example, PointerIntPair<void*, 1, bool> will put the bit for
36 /// PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
41 class PointerIntPair { class in namespace:llvm
59 PointerIntPair() : Value(0) {} function in class:llvm::PointerIntPair
60 PointerIntPair(PointerT function in class:llvm::PointerIntPair
[all...]

Completed in 57 milliseconds