Home
last modified time | relevance | path

Searched refs:OldPos (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp42 size_t OldPos = 0; in incrementSubstitutions() local
45 for (; OldPos < OldLen; ++OldPos, ++NewPos) { in incrementSubstitutions()
46 if (OldName[OldPos] == '\0') in incrementSubstitutions()
48 if (OldName[OldPos] == 'S') { in incrementSubstitutions()
53 for (Last = OldPos + 1; Last < OldLen; ++Last) { in incrementSubstitutions()
67 NewName[NewPos++] = OldName[OldPos++]; // 'S' in incrementSubstitutions()
68 size_t Length = Last - OldPos; 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 …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags_parser.cpp101 const uptr OldPos = Pos; in parseString() local
108 Pos = OldPos; in parseString()
/external/scudo/standalone/
Dflags_parser.cpp101 const uptr OldPos = Pos; in parseString() local
108 Pos = OldPos; in parseString()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorModeling.cpp243 const auto *OldPos = getIteratorPosition(State, Loc); in checkBind() local
244 if (OldPos) { in checkBind()
644 const IteratorPosition *OldPos = getIteratorPosition(State, OldVal); in handlePtrIncrOrDecr() local
645 if (!OldPos) in handlePtrIncrOrDecr()
669 assignToContainer(C, Iterator, NewVal, OldPos->getContainer()); in handlePtrIncrOrDecr()
/external/llvm/lib/Object/
DArchiveWriter.cpp97 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local
99 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
106 OS.seek(OldPos + Size); in printWithSpacePadding()
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp161 const unsigned OldPos = Pos; in TransferableCommand() local
194 OldArgs.data() + OldPos, OldArgs.data() + Pos); in TransferableCommand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp117 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local
119 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp103 MachineBasicBlock::iterator OldPos);
189 MachineBasicBlock::iterator OldPos) { in sink3AddrInstruction() argument
249 MachineBasicBlock::iterator(KillMI) == OldPos || KillMI->isTerminator()) in sink3AddrInstruction()
263 for (MachineInstr &OtherMI : llvm::make_range(std::next(OldPos), KillPos)) { in sink3AddrInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp127 MachineBasicBlock::iterator OldPos);
217 MachineBasicBlock::iterator OldPos) { in sink3AddrInstruction() argument
277 MachineBasicBlock::iterator(KillMI) == OldPos || KillMI->isTerminator()) in sink3AddrInstruction()
291 for (MachineInstr &OtherMI : make_range(std::next(OldPos), KillPos)) { in sink3AddrInstruction()
/external/llvm-project/llvm/lib/Object/
DArchiveWriter.cpp119 uint64_t OldPos = OS.tell(); in printWithSpacePadding() local
121 unsigned SizeSoFar = OS.tell() - OldPos; in printWithSpacePadding()