HomeSort by relevance Sort by last modified time
    Searched refs:TheTable (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Support/
StringMap.cpp 44 TheTable = nullptr;
57 TheTable = (StringMapEntryBase **)calloc(NumBuckets+1,
63 TheTable[NumBuckets] = (StringMapEntryBase*)2;
80 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1);
85 StringMapEntryBase *BucketItem = TheTable[BucketNo];
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1);
139 StringMapEntryBase *BucketItem = TheTable[BucketNo];
185 StringMapEntryBase *Result = TheTable[Bucket];
186 TheTable[Bucket] = getTombstoneVal();
200 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringMap.cpp 46 TheTable = nullptr;
59 TheTable = (StringMapEntryBase **)calloc(NumBuckets+1,
65 TheTable[NumBuckets] = (StringMapEntryBase*)2;
81 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1);
86 StringMapEntryBase *BucketItem = TheTable[BucketNo];
135 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1);
139 StringMapEntryBase *BucketItem = TheTable[BucketNo];
185 StringMapEntryBase *Result = TheTable[Bucket];
186 TheTable[Bucket] = getTombstoneVal();
198 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
StringMap.cpp 29 TheTable = 0;
42 TheTable = (ItemBucket*)calloc(NumBuckets+1, sizeof(ItemBucket));
46 TheTable[NumBuckets].Item = (StringMapEntryBase*)2;
67 ItemBucket &Bucket = TheTable[BucketNo];
74 TheTable[FirstTombstone].FullHashValue = FullHashValue;
121 ItemBucket &Bucket = TheTable[BucketNo];
168 StringMapEntryBase *Result = TheTable[Bucket].Item;
169 TheTable[Bucket].Item = getTombstoneVal();
202 for (ItemBucket *IB = TheTable, *E = TheTable+NumBuckets; IB != E; ++IB)
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 46 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
48 StringMapEntryBase **TheTable;
56 : TheTable(nullptr),
60 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
63 RHS.TheTable = nullptr;
110 std::swap(TheTable, Other.TheTable);
256 // Allocate TheTable of the same size as RHS's TheTable, and set th
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable;
63 : TheTable(nullptr),
67 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
70 RHS.TheTable = nullptr;
117 std::swap(TheTable, Other.TheTable);
262 // Allocate TheTable of the same size as RHS's TheTable, and set th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 54 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
56 StringMapEntryBase **TheTable;
64 : TheTable(nullptr),
68 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
71 RHS.TheTable = nullptr;
118 std::swap(TheTable, Other.TheTable);
263 // Allocate TheTable of the same size as RHS's TheTable, and set th
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 54 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
56 StringMapEntryBase **TheTable;
64 : TheTable(nullptr),
68 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
71 RHS.TheTable = nullptr;
118 std::swap(TheTable, Other.TheTable);
263 // Allocate TheTable of the same size as RHS's TheTable, and set th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringMap.h 52 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
54 StringMapEntryBase **TheTable = nullptr;
64 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
67 RHS.TheTable = nullptr;
114 std::swap(TheTable, Other.TheTable);
254 // Allocate TheTable of the same size as RHS's TheTable, and set the
257 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringMap.h 52 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
54 StringMapEntryBase **TheTable = nullptr;
64 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
67 RHS.TheTable = nullptr;
114 std::swap(TheTable, Other.TheTable);
254 // Allocate TheTable of the same size as RHS's TheTable, and set the
257 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringMap.h 52 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
54 StringMapEntryBase **TheTable = nullptr;
64 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
67 RHS.TheTable = nullptr;
114 std::swap(TheTable, Other.TheTable);
254 // Allocate TheTable of the same size as RHS's TheTable, and set the
257 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringMap.h 52 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
54 StringMapEntryBase **TheTable = nullptr;
64 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
67 RHS.TheTable = nullptr;
114 std::swap(TheTable, Other.TheTable);
254 // Allocate TheTable of the same size as RHS's TheTable, and set the
257 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringMap.h 53 // TheTable[NumBuckets] contains a sentinel value for easy iteration. Followed
55 StringMapEntryBase **TheTable = nullptr;
65 : TheTable(RHS.TheTable), NumBuckets(RHS.NumBuckets),
68 RHS.TheTable = nullptr;
115 std::swap(TheTable, Other.TheTable);
258 // Allocate TheTable of the same size as RHS's TheTable, and set the
261 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 67 ItemBucket *TheTable;
75 TheTable = 0;
277 return iterator(TheTable, NumBuckets == 0);
280 return iterator(TheTable+NumBuckets, true);
283 return const_iterator(TheTable, NumBuckets == 0);
286 return const_iterator(TheTable+NumBuckets, true);
292 return iterator(TheTable+Bucket);
298 return const_iterator(TheTable+Bucket);
323 ItemBucket &Bucket = TheTable[BucketNo];
343 for (ItemBucket *I = TheTable, *E = TheTable+NumBuckets; I != E; ++I)
    [all...]

Completed in 259 milliseconds