Searched defs:entry_t (Results 1 - 2 of 2) sorted by relevance
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ | ||
H A D | StringPool.h | 56 typedef StringMapEntry<PooledString> entry_t; typedef in class:llvm::StringPool 79 typedef StringPool::entry_t entry_t; typedef in class:llvm::PooledStringPtr 80 entry_t *S; 85 explicit PooledStringPtr(entry_t *E) : S(E) { |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ | ||
H A D | StringPool.h | 56 typedef StringMapEntry<PooledString> entry_t; typedef in class:llvm::StringPool 79 typedef StringPool::entry_t entry_t; typedef in class:llvm::PooledStringPtr 80 entry_t *S; 85 explicit PooledStringPtr(entry_t *E) : S(E) { |
Completed in 93 milliseconds