Home
last modified time | relevance | path

Searched defs:Erase (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h33 void Erase(_ElementType e) { in Erase() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DThreadSafeDenseMap.h30 void Erase(_KeyType k) { in Erase() function
H A DRangeMap.h453 bool Erase(uint32_t start, uint32_t end) { in Erase() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp158 bool Erase = true; in advance() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp149 void Erase(const T1 *DR, in Erase() function in __anon5f9f32a70211::CheckOverflowOps
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp456 VectOfInst Erase; in eliminatePredCopies() local
H A DHexagonSubtarget.cpp250 SmallVector<SDep, 4> Erase; in apply() local
H A DHexagonSplitDouble.cpp1151 MISet Erase; in splitPartition() local
H A DHexagonCommonGEP.cpp641 NodeSet Erase; in common() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp435 bool Erase = false; in RemoveSources() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp78 void DefaultFunctionPruningStrategy::Erase(size_t CurrentOutputSize) { in Erase() function in DefaultFunctionPruningStrategy
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp400 void Erase() { ::werase(m_window); } in Erase() function in curses::Surface