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

  /external/llvm/include/llvm/ADT/
StringMap.h 139 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
142 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart);
169 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
171 return Create(KeyStart, KeyEnd, Allocator, 0);
176 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd,
179 return Create(KeyStart, KeyEnd, A, InitVal);
182 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd) {
183 return Create(KeyStart, KeyEnd, ValueTy());
  /external/llvm/lib/Target/R600/
AMDGPUIndirectAddressing.cpp 132 std::map<unsigned, unsigned>::const_iterator Key, KeyEnd;
134 KeyEnd = LiveAddressRegisterMap.end(); KeyEnd != Key; ++Key) {

Completed in 44 milliseconds