Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringPool.h55 using table_t = StringMap<PooledString>; variable
/external/llvm/include/llvm/Support/
DStringPool.h55 typedef StringMap<PooledString> table_t; typedef