Home
last modified time | relevance | path

Searched refs:OldName (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMangling.cpp38 void incrementSubstitutions(ManglerVector &OldName) { in incrementSubstitutions() argument
41 ManglerVector NewName(OldName.size() * 2); in incrementSubstitutions()
44 const size_t OldLen = OldName.size(); in incrementSubstitutions()
46 if (OldName[OldPos] == '\0') in incrementSubstitutions()
48 if (OldName[OldPos] == 'S') { in incrementSubstitutions()
54 char Ch = OldName[Last]; in incrementSubstitutions()
67 NewName[NewPos++] = OldName[OldPos++]; // 'S' in incrementSubstitutions()
71 assert(OldName[OldPos - 1] == 'S'); in incrementSubstitutions()
72 assert(OldName[OldPos + Length] == '_'); in incrementSubstitutions()
85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2396 StringRef OldName = OldPtr->getName(); in getNewAllocaSlicePtr() local
2398 size_t LastSROAPrefix = OldName.rfind(".sroa."); in getNewAllocaSlicePtr()
2400 OldName = OldName.substr(LastSROAPrefix + strlen(".sroa.")); in getNewAllocaSlicePtr()
2402 size_t IndexEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr()
2403 if (IndexEnd != StringRef::npos && OldName[IndexEnd] == '.') { in getNewAllocaSlicePtr()
2405 OldName = OldName.substr(IndexEnd + 1); in getNewAllocaSlicePtr()
2406 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr()
2407 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()
2409 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
2413 OldName = OldName.substr(0, OldName.find(".sroa_")); in getNewAllocaSlicePtr()
[all …]
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp294 return !DoesNameContainWildcard(OldName); in Prepare()
319 unsigned num = CompareTwoNames(OldName, src); in GetNewPath()
320 if (OldName[num] == 0) in GetNewPath()
333 || !IsPathSepar(OldName[num]) in GetNewPath()
334 || OldName[num + 1] != 0) in GetNewPath()
DUpdate.h71 UString OldName; member
DArchiveCommandLine.cpp465 pair.OldName = oldName; in AddRenamePair()
473 val += pair.OldName; in AddRenamePair()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp2138 Init *OldName = getNameInit(); in resolveReferences() local
2140 if (NewName != OldName) { in resolveReferences()