Home
last modified time | relevance | path

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

1234

/freebsd/lib/libc/stdio/
H A Dremove.c41 remove(const char *file) in remove() function
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh142 remove() { function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove.h28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in remove() function
/freebsd/contrib/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
/freebsd/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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.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/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h44 int (*remove)(void *ha, void *qlnx_rdma_dev); member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp65 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h83 void remove(const MachineInstr *I) { in remove() function
/freebsd/contrib/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) { in remove() function in clang::ASTImporterLookupTable
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DMakefile44 remove: target
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h85 void remove(Instruction *I) { in remove() function
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.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/sys/compat/linuxkpi/common/include/linux/
H A Dplatform_device.h42 int (*remove)(struct platform_device *); member
/freebsd/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.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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h150 bool remove) { in Handle()
160 bool remove, bool create) { in Handle()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.h52 void (*remove)(struct auxiliary_device *auxdev); member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp129 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
/freebsd/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/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h81 void (*remove)(struct mlx5_fpga_device *fdev); member
/freebsd/sys/dev/mlx4/
H A Ddriver.h58 void (*remove)(struct mlx4_dev *dev, void *context); member
/freebsd/contrib/kyua/os/freebsd/utils/
H A Djail.cpp280 jail::remove(const std::string& jail_name) in remove() function in freebsd::utils::jail
/freebsd/contrib/sendmail/editmap/
H A Deditmap.c82 bool remove = false; local
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h106 bool remove(SourceRange TokenRange) { in remove() function

1234