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

1234

/freebsd-current/lib/libc/stdio/
H A Dremove.c41 remove(const char *file) function
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh142 remove() { function
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove.h28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { function
H A Dranges_remove.h58 inline constexpr auto remove = __remove::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp65 static void remove(syntax::Node *N) { function in class:syntax::MutationsImpl
/freebsd-current/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
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h83 void remove(const MachineInstr *I) { function in class:llvm::GISelWorkList
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h44 int (*remove)(void *ha, void *qlnx_rdma_dev); member in struct:qlnx_rdma_if
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dperm_options.h24 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; member in class:perm_options
/freebsd-current/contrib/dialog/
H A Dconfigure6825 remove (); function
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dplatform_device.h42 int (*remove)(struct platform_device *); member in struct:platform_driver
/freebsd-current/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.h52 void (*remove)(struct auxiliary_device *auxdev); member in struct:auxiliary_driver
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp129 void LatencyPriorityQueue::remove(SUnit *SU) { function in class:LatencyPriorityQueue
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc57 int remove(const char* path) { function in namespace:testing::internal::__anon48
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h81 void (*remove)(struct mlx5_fpga_device *fdev); member in struct:mlx5_fpga_client
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h85 void remove(Instruction *I) { function in class:llvm::InstructionWorklist
/freebsd-current/contrib/lib9p/backend/
H A Dbackend.h40 int (*remove)(void *, struct l9p_fid *); member in struct:l9p_backend
/freebsd-current/sys/dev/mlx4/
H A Ddriver.h58 void (*remove)(struct mlx4_dev *dev, void *context); member in struct:mlx4_interface
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h148 void remove(NamedDecl *D) { function in class:clang::StoredDeclsList
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h211 void remove(T *X) { function in struct:scudo::DoublyLinkedList
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
135 void ASTImporterLookupTable::remove(NamedDecl *ND) { function in class:clang::ASTImporterLookupTable
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp218 InterfaceFile::remove(Architecture Arch) const { function in class:InterfaceFile
/freebsd-current/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h106 bool remove(SourceRange TokenRange) { function in class:clang::edit::Commit

Completed in 402 milliseconds

1234