Searched defs:remove (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-13-stable/lib/libc/stdio/
H A Dremove.c47 remove(const char *file) function
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh139 remove() { function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_base.h80 template <class T> static void remove(T &N) { removeImpl(N); } function in class:llvm::ilist_base
H A DImmutableMap.h103 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { function in class:llvm::ImmutableMap::Factory
284 ImmutableMapRef remove(key_type_ref K) const { function in class:llvm::ImmutableMapRef
H A Dsimple_ilist.h183 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } function in class:llvm::simple_ilist
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h85 void remove(const MachineInstr *I) { function in class:llvm::GISelWorkList
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp62 static void remove(syntax::Node *N) { function in class:syntax::MutationsImpl
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h46 int (*remove)(void *ha, void *qlnx_rdma_dev); member in struct:qlnx_rdma_if
/freebsd-13-stable/contrib/dialog/
H A Dconfigure18246 remove (); function
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp188 remove(void) function in struct:utils::fs::auto_file::impl
258 fs::auto_file::remove(void) function in class:fs::auto_file
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc57 int remove(const char* path) { function in namespace:testing::internal::__anon842
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp81 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
97 void ASTImporterLookupTable::remove(NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h83 void (*remove)(struct mlx5_fpga_device *fdev); member in struct:mlx5_fpga_client
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp134 void LatencyPriorityQueue::remove(SUnit *SU) { function in class:LatencyPriorityQueue
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h87 void remove(Instruction *I) { function in class:llvm::InstCombineWorklist
/freebsd-13-stable/contrib/lib9p/backend/
H A Dbackend.h40 int (*remove)(void *, struct l9p_fid *); member in struct:l9p_backend
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h106 void remove(NamedDecl *D) { function in struct:clang::StoredDeclsList
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h199 void remove(T *X) { function in struct:scudo::DoublyLinkedList
/freebsd-13-stable/sys/dev/mlx4/
H A Ddriver.h58 void (*remove)(struct mlx4_dev *dev, void *context); member in struct:mlx4_interface
/freebsd-13-stable/contrib/sendmail/editmap/
H A Deditmap.c81 bool remove = false; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp91 bool Commit::remove(CharSourceRange range) { function in class:Commit
H A DEditedSource.cpp30 void EditsReceiver::remove(CharSourceRange range) { function in class:EditsReceiver
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp263 FindNextEventInternal( std::unique_lock<std::mutex> &lock, Broadcaster *broadcaster, const ConstString *broadcaster_names, uint32_t num_broadcaster_names, uint32_t event_type_mask, EventSP &event_sp, bool remove) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h111 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove) argument
121 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create) argument

Completed in 429 milliseconds

1234