llvm-6502/include/llvm/ADT
Daniel Dunbar 4581dae9ea ADT/InMemoryStruct: Add an experimental helper class intended for use in
situations where on the common path an API can return a pointer to some direct
memory, but which on an exceptional path may need to return a pointer to a
temporary struct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120201 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-27 08:11:02 +00:00
..
APFloat.h
APInt.h Factor code out of APInt to form a isUIntN helper function. 2010-11-03 00:38:40 +00:00
APSInt.h
BitVector.h BitVector tweaks. 2010-11-26 18:25:20 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableList.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableMap.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableSet.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
IndexedMap.h
InMemoryStruct.h ADT/InMemoryStruct: Add an experimental helper class intended for use in 2010-11-27 08:11:02 +00:00
IntervalMap.h Add B+-tree test case that creates a height 3 tree with a smaller root node. 2010-11-26 06:54:20 +00:00
IntrusiveRefCntPtr.h
NullablePtr.h
Optional.h
OwningPtr.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Fix spelling! 2010-11-26 04:16:20 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h Test commit: Fix two -Asserts mode warnings in StringMap.h. 2010-11-20 18:37:24 +00:00
StringRef.h StringRefs are POD-like. 2010-11-26 14:36:54 +00:00
StringSet.h
StringSwitch.h
Trie.h
Triple.h Trailing whitespace. 2010-11-13 04:17:15 +00:00
Twine.h Fix Whitespace. 2010-11-26 04:16:08 +00:00
UniqueVector.h
ValueMap.h
VectorExtras.h