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/
H A 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[OldPo in incrementSubstitutions()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp294 return !DoesNameContainWildcard(OldName); in Prepare()
319 unsigned num = CompareTwoNames(OldName, src); in GetNewPath()
320 if (OldName[num] == 0) in GetNewPath()
327 // OldName[num] != 0 in GetNewPath()
328 // OldName = "1\1a.txt" in GetNewPath()
333 || !IsPathSepar(OldName[num]) in GetNewPath()
334 || OldName[num + 1] != 0) in GetNewPath()
H A DUpdate.h71 UString OldName; member
H A 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/Transforms/Scalar/
H A DSROA.cpp2396 StringRef OldName = OldPtr->getName();
2398 size_t LastSROAPrefix = OldName.rfind(".sroa.");
2400 OldName = OldName.substr(LastSROAPrefix + strlen(".sroa."));
2402 size_t IndexEnd = OldName.find_first_not_of("0123456789");
2403 if (IndexEnd != StringRef::npos && OldName[IndexEnd] == '.') {
2405 OldName = OldName.substr(IndexEnd + 1);
2406 size_t OffsetEnd = OldName.find_first_not_of("0123456789");
2407 if (OffsetEnd != StringRef::npos && OldName[OffsetEn
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DRecord.cpp2138 Init *OldName = getNameInit();
2140 if (NewName != OldName) {

Completed in 11 milliseconds