Home
last modified time | relevance | path

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

123

/llvm-project/libcxx/include/__filesystem/
H A Dperm_options.h23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/llvm-project/libcxx/include/__algorithm/
H A Dremove.h28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in remove() function
/llvm-project/libc/src/__support/
H A Dintrusive_list.h49 LIBC_INLINE static void remove(void *elem) { remove() function
/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp65 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } in remove() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h83 void remove(const MachineInstr *I) { in remove() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h666 ProgramStateRef remove(ProgramStateRef st, remove() function
675 ProgramStateRef remove(ProgramStateRef st) { remove() function
841 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { remove() function
846 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, remove() function
852 ProgramStateRef ProgramState::remove() const { remove() function
[all...]
/llvm-project/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py24 def patch_gn_file(gn_file, add, remove): argument
/llvm-project/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/clang/lib/AST/
H A DASTImporterLookupTable.cpp110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
135 void ASTImporterLookupTable::remove(NamedDecl *ND) { remove() function in clang::ASTImporterLookupTable
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h85 void remove(Instruction *I) { in remove() function
/llvm-project/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 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function
248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.h107 inline void remove(BitVector &A, const BitVector &B) { in remove() function
/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp129 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
/llvm-project/llvm/utils/
H A Dpipeline.py88 def remove(pipeObj, removeIndex): function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h150 bool remove) { in Handle()
160 bool remove, bool create) { in Handle()
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp736 remove = 6; in relaxCall() argument
763 relaxTlsLe(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxTlsLe() argument
791 relaxHi20Lo12(const InputSection & sec,size_t i,uint64_t loc,Relocation & r,uint32_t & remove) relaxHi20Lo12() argument
827 uint32_t &cur = aux.relocDeltas[i], remove = 0; relax() local
960 uint32_t remove = aux.relocDeltas[i] - delta; finalizeRelax() local
[all...]
H A DLoongArch.cpp739 uint32_t &cur = aux.relocDeltas[i], remove = 0; relax() local
845 uint32_t remove = aux.relocDeltas[i] - delta; finalizeRelax() local
[all...]
/llvm-project/mlir/include/mlir/Support/
H A DThreadLocalCache.h88 // ThreadLocalCache gets destroyed before remove() can be called successfully. in remove() function
/llvm-project/clang/include/clang/Edit/
H A DCommit.h106 bool remove(SourceRange TokenRange) { in remove() function
/llvm-project/clang-tools-extra/pseudo/tool/
H A DHTMLForest.js
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h211 void remove(T *X) { remove() function
/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h160 void remove(NamedDecl *D) { in remove() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferViewFlowAnalysis.cpp61 void BufferViewFlowAnalysis::remove(const SetVector<Value> &aliasValues) { in remove() function in BufferViewFlowAnalysis

123