Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerSumType.h82 union StorageT { union
86 StorageT() : Value(0) {} in StorageT() function
H A DIndexedMap.h34 using StorageT = SmallVector<T, 0>; variable