Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h82 union StorageT { union
86 StorageT() : Value(0) {} in StorageT() function
H A DIndexedMap.h35 using StorageT = SmallVector<T, 0>; global() variable