Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dperm_options.h29 remove = 4, enumerator
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dremove.h25 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in remove() function
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DMutations.cpp66 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
/llvm-project-15.0.7/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } in remove() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h83 void remove(const MachineInstr *I) { in remove() function
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py24 def patch_gn_file(gn_file, add, remove): argument
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DThreadLocalCache.h96 void remove(ValueT *value) { in remove() function
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dcapsicum.cpp30 cap_rights_t rights, little, remove, grights; in test_cap_rights() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h662 ProgramStateRef remove(ProgramStateRef st, in remove() function
671 ProgramStateRef remove(ProgramStateRef st) { in remove() function
851 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() function
856 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() function
862 ProgramStateRef ProgramState::remove() const { in remove() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporterLookupTable.cpp96 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
121 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h85 void remove(Instruction *I) { in remove() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dilist_base.h80 template <class T> static void remove(T &N) { removeImpl(N); } in remove() function
H A DImmutableMap.h104 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function
248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
H A DSetVector.h157 bool remove(const value_type& X) { in remove() function
H A Dsimple_ilist.h183 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } in remove() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.h107 inline void remove(BitVector &A, const BitVector &B) { in remove() function
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp42 void BufferViewFlowAnalysis::remove(const SmallPtrSetImpl<Value> &aliasValues) { in remove() function in BufferViewFlowAnalysis
/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp551 Relocation &r, uint32_t &remove) { in relaxCall()
578 Relocation &r, uint32_t &remove) { in relaxTlsLe()
633 uint32_t &cur = aux.relocDeltas[i], remove = 0; in relax() local
741 uint32_t remove = aux.relocDeltas[i] - delta; in riscvFinalizeRelax() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp129 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
/llvm-project-15.0.7/llvm/utils/
H A Dpipeline.py87 def remove(pipeObj, removeIndex): function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h150 bool remove) { in Handle()
160 bool remove, bool create) { in Handle()
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DCommit.h106 bool remove(SourceRange TokenRange) { in remove() function
/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js178 remove() { method in NodeView
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlist.h199 void remove(T *X) { in remove() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclContextInternals.h148 void remove(NamedDecl *D) { in remove() function

123