Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h33 void Erase(_ElementType e) { in Erase() function
H A DThreadSafeDenseMap.h34 void Erase(_KeyType k) { in Erase() function
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp715 struct Erase : Base { struct
718 void run(benchmark::State& State) const { in run()
749 std::string name() const { in name()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp152 bool Erase = true; in advance() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp149 void Erase(const T1 *DR, in Erase() function in __anon55ae42fe0211::CheckOverflowOps
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp456 VectOfInst Erase; in eliminatePredCopies() local
H A DHexagonSubtarget.cpp254 SmallVector<SDep, 4> Erase; in apply() local
H A DHexagonSplitDouble.cpp1152 MISet Erase; in splitPartition() local
H A DHexagonCommonGEP.cpp641 NodeSet Erase; in common() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp438 bool Erase = false; in RemoveSources() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h453 bool Erase(uint32_t start, uint32_t end) { in Erase() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp401 void Erase() { ::werase(m_window); } in Erase() function in curses::Surface