Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-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-stable/lib/libc/stdio/
HDremove.c45 remove(const char *file) in remove() function
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__filesystem/
HDperm_options.h23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__algorithm/
HDremove.h28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in remove() function
/freebsd-13-stable/sys/contrib/openzfs/scripts/
HDzfs-helpers.sh139 remove() { function
/freebsd-13-stable/contrib/kyua/utils/fs/
HDauto_cleaners.cpp188 remove(void) in remove() function
258 fs::auto_file::remove(void) in remove() function in fs::auto_file
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDProgramState.h666 ProgramStateRef remove(ProgramStateRef st, in remove() function
675 ProgramStateRef remove(ProgramStateRef st) { in remove() function
841 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() function
846 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() function
852 ProgramStateRef ProgramState::remove() const { in remove() function
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDqlnx_rdma.h44 int (*remove)(void *ha, void *qlnx_rdma_dev); member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDMutations.cpp65 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
HDARCMT.h118 virtual void remove(CharSourceRange range) { } in remove() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporterLookupTable.cpp110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
135 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGISelWorkList.h83 void remove(const MachineInstr *I) { in remove() function
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
HDMakefile44 remove: target
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDInstructionWorklist.h85 void remove(Instruction *I) { in remove() function
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDRISCV.cpp736 Relocation &r, uint32_t &remove) { in relaxCall()
763 Relocation &r, uint32_t &remove) { in relaxTlsLe()
791 Relocation &r, uint32_t &remove) { in relaxHi20Lo12()
827 uint32_t &cur = aux.relocDeltas[i], remove = 0; in relax() local
960 uint32_t remove = aux.relocDeltas[i] - delta; in finalizeRelax() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_addrhashmap.h150 bool remove) { in Handle()
160 bool remove, bool create) { in Handle()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDplatform_device.h42 int (*remove)(struct platform_device *); member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDilist_base.h80 template <class T> static void remove(T &N) { removeImpl(N); } in remove() function
HDImmutableMap.h104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function
248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
/freebsd-13-stable/contrib/atf/atf-c++/detail/
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-stable/contrib/apr/include/arch/unix/
HDapr_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-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLatencyPriorityQueue.cpp129 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
HDsdk.h81 void (*remove)(struct mlx5_fpga_device *fdev); member
/freebsd-13-stable/sys/dev/mlx4/
HDdriver.h58 void (*remove)(struct mlx4_dev *dev, void *context); member
/freebsd-13-stable/contrib/sendmail/editmap/
HDeditmap.c82 bool remove = false; local

1234