Home
last modified time | relevance | path

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

12345

/freebsd/lib/libc/stdio/
H A Dremove.c41 remove(const char *file) in remove() function
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfreelist.cpp28 void FreeList::remove(Node *node) { in remove() function in LIBC_NAMESPACE_DECL::FreeList
H A Dfreetrie.cpp13 void FreeTrie::remove(Node *node) { in remove() function in LIBC_NAMESPACE_DECL::FreeTrie
H A Dintrusive_list.h50 LIBC_INLINE static void remove(void *elem) { in remove() function
H A Dfreestore.h73 LIBC_INLINE void FreeStore::remove(Block *block) { 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/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh149 remove() { function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dremove.h28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in 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/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.h659 ProgramStateRef remove(ProgramStateRef st, in remove() function
668 ProgramStateRef remove(ProgramStateRef st) { in remove() function
834 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() function
839 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() function
845 ProgramStateRef ProgramState::remove() const { in remove() function
/freebsd/crypto/openssl/test/
H A Dpriority_queue_test.c52 int remove, int random, int popfree) in test_size_t_priority_queue_int()
135 int reserve, order, count, remove, random, popfree; in test_size_t_priority_queue() local
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.h44 int (*remove)(void *ha, void *qlnx_rdma_dev); member
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DRegion.cpp20 void ScoreBoard::remove(Instruction *I) { in remove() function in llvm::sandboxir::ScoreBoard
113 void Region::remove(Instruction *I) { in remove() function in llvm::sandboxir::Region
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp57 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
136 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h83 void remove(const MachineInstr *I) { in remove() function
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DMakefile44 remove: target
/freebsd/crypto/krb5/src/include/krb5/
H A Dkadm5_hook_plugin.h139 kadm5_ret_t (*remove)(krb5_context, member
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp795 uint32_t &remove) { in relaxPCHi20Lo12()
881 uint64_t loc, Relocation &r, uint32_t &remove) { in relaxCall36()
913 uint64_t loc, Relocation &r, uint32_t &remove) { in relaxTlsLe()
944 uint32_t &cur = aux.relocDeltas[i], remove = 0; in relax() local
1441 uint32_t remove = aux.relocDeltas[i] - delta; in finalizeRelax() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h85 void remove(Instruction *I) { in remove() function
/freebsd/crypto/krb5/src/ccapi/server/win/
H A DWorkItem.cpp129 int WorkList::remove(WorkItem** item) { in remove() function in WorkList
/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/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
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dplatform_device.h42 void (*remove)(struct platform_device *); member

12345