Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h82 union StorageT { union
86 StorageT() : Value(0) {} in StorageT() function
DIndexedMap.h34 using StorageT = SmallVector<T, 0>; variable
/external/llvm/include/llvm/ADT/
DIndexedMap.h36 typedef SmallVector<T, 0> StorageT; typedef