Home
last modified time | relevance | path

Searched refs:VarToErase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1122 auto DoErase = [&VL, this](DebugVariable VarToErase) { in erase() argument
1124 auto It = EraseFrom->find(VarToErase); in erase()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3812 for (auto *VarToErase : ToErase) in eraseVarsForUnfixableGroupMates() local
3813 FixItsForVariable.erase(VarToErase); in eraseVarsForUnfixableGroupMates()