Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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