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.cpp1119 auto DoErase = [&VL, this](DebugVariable VarToErase) { in erase() argument
1121 auto It = EraseFrom->find(VarToErase); in erase()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2852 for (auto *VarToErase : ToErase) in eraseVarsForUnfixableGroupMates() local
2853 FixItsForVariable.erase(VarToErase); in eraseVarsForUnfixableGroupMates()