Home
last modified time | relevance | path

Searched refs:NextToUse (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp169 std::vector<StructType*>::iterator NextToUse = NamedTypes.begin(), I, E; in incorporateTypes() local
180 *NextToUse++ = STy; in incorporateTypes()
183 NamedTypes.erase(NextToUse, NamedTypes.end()); in incorporateTypes()
/external/llvm/lib/IR/
DAsmWriter.cpp452 std::vector<StructType*>::iterator NextToUse = NamedTypes.begin(), I, E; in incorporateTypes() local
463 *NextToUse++ = STy; in incorporateTypes()
466 NamedTypes.erase(NextToUse, NamedTypes.end()); in incorporateTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp537 std::vector<StructType*>::iterator NextToUse = NamedTypes.begin(), I, E; in incorporateTypes() local
548 *NextToUse++ = STy; in incorporateTypes()
551 NamedTypes.erase(NextToUse, NamedTypes.end()); in incorporateTypes()