Home
last modified time | relevance | path

Searched defs:StorageT (Results 1 – 6 of 6) 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-project/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
/external/llvm-project/llvm/unittests/ADT/
DDepthFirstIteratorTest.cpp41 typedef CountedSet<Graph<3>::NodeType *> StorageT; in TEST() typedef