Home
last modified time | relevance | path

Searched refs:table_t (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DStringPool.h56 typedef StringMap<PooledString> table_t; typedef
58 table_t InternTable;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DStringPool.h56 using table_t = StringMap<PooledString>; variable
58 table_t InternTable;
/external/llvm/include/llvm/Support/
DStringPool.h55 typedef StringMap<PooledString> table_t; typedef
57 table_t InternTable;
/external/llvm/lib/Support/
DStringPool.cpp26 table_t::iterator I = InternTable.find(Key); in intern()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringPool.cpp26 table_t::iterator I = InternTable.find(Key); in intern()
/external/swiftshader/third_party/LLVM/lib/Support/
DStringPool.cpp26 table_t::iterator I = InternTable.find(Key); in intern()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h1 typedef const unsigned short table_t[1024]; typedef
634 static table_t table_API_OPENGL = {
893 static table_t table_API_OPENGLES = {
1152 static table_t table_API_OPENGLES2 = {
1411 static table_t table_API_OPENGLES3 = {
1670 static table_t table_API_OPENGLES31 = {
1929 static table_t table_API_OPENGLES32 = {
2188 static table_t table_API_OPENGL_CORE = {
2447 static table_t *table_set[] = {
/external/flatbuffers/docs/source/
DTutorial.md2147 // Note that we use the `table_t` suffix when reading a table object