Home
last modified time | relevance | path

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

1234

/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.c605 static inline int __cvmx_shmem_close_dscptr(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_dscptr()
648 static inline int __cvmx_shmem_close_standalone(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_standalone()
670 int __cvmx_shmem_close_linux(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_linux()
698 int cvmx_shmem_close(struct cvmx_shmem_dscptr *dscptr, int remove) in cvmx_shmem_close()
/freebsd-13.1/lib/libc/stdio/
H A Dremove.c47 remove(const char *file) in remove() function
/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh139 remove() { function
/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove.h28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_) in remove() function
/freebsd-13.1/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp188 remove(void) in remove() function
258 fs::auto_file::remove(void) in remove() function in fs::auto_file
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h46 int (*remove)(void *ha, void *qlnx_rdma_dev); member
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h624 ProgramStateRef remove(ProgramStateRef st, in remove() function
633 ProgramStateRef remove(ProgramStateRef st) { in remove() function
813 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() function
818 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() function
824 ProgramStateRef ProgramState::remove() const { in remove() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp66 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp95 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
111 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } in remove() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h82 void remove(const MachineInstr *I) { in remove() function
/freebsd-13.1/contrib/pam_modules/pam_passwdqc/
H A DMakefile44 remove: target
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h87 void remove(Instruction *I) { in remove() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h112 bool remove) { in Handle()
122 bool remove, bool create) { in Handle()
/freebsd-13.1/contrib/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.h103 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function
284 ImmutableMapRef remove(key_type_ref K) const { in remove() function
/freebsd-13.1/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h165 apr_status_t (*remove)(apr_pollset_t *, const apr_pollfd_t *); member
174 apr_status_t (*remove)(apr_pollcb_t *, apr_pollfd_t *); member
/freebsd-13.1/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp490 ATF_TEST_CASE_HEAD(remove) in ATF_TEST_CASE_HEAD() argument
494 ATF_TEST_CASE_BODY(remove) in ATF_TEST_CASE_BODY() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp131 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
/freebsd-13.1/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h83 void (*remove)(struct mlx5_fpga_device *fdev); member
/freebsd-13.1/sys/dev/mlx4/
H A Ddriver.h58 void (*remove)(struct mlx4_dev *dev, void *context); member
/freebsd-13.1/contrib/sendmail/editmap/
H A Deditmap.c81 bool remove = false; local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h106 bool remove(SourceRange TokenRange) { in remove() function
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c130 poolnodecommand(int remove, int argc, char *argv[]) in poolnodecommand()
250 poolcommand(int remove, int argc, char *argv[]) in poolcommand()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h199 void remove(T *X) { in remove() function

1234