Searched refs:remove (Results 76 - 100 of 466) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp95 vmap.remove(V);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMT.h118 virtual void remove(CharSourceRange range) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h73 Str.erase(std::remove(Str.begin(), Str.end(), '\n'), Str.end());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h120 void remove(SUnit *SU) override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringPool.h46 StringPool *Pool = nullptr; ///< So the string can remove itself.
107 S->getValue().Pool->InternTable.remove(S);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h39 /// remove(), which takes a reference to the node to remove, \a erase(), which
44 /// \li \c L.remove(L.front());
183 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } function in class:llvm::simple_ilist
188 remove(N);
194 /// \see \a remove() for removing by reference.
197 assert(I != end() && "Cannot remove end of list!");
198 remove(*I++);
H A DImmutableMap.h122 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { function in class:llvm::ImmutableMap::Factory
123 TreeTy *T = F.remove(Old.Root,K);
333 ImmutableMapRef remove(key_type_ref K) const { function in class:llvm::ImmutableMapRef
334 TreeTy *NewT = Factory->remove(Root, K);
H A Dilist_base.h80 template <class T> static void remove(T &N) { removeImpl(N); } function in class:llvm::ilist_base
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp144 State = State->remove<RawPtrMap>(MR);
243 State = State->remove<RawPtrMap>(Entry.first);
249 CleanedUpSet = F.remove(CleanedUpSet, Symbol);
252 ? State->remove<RawPtrMap>(Entry.first)
H A DSimpleStreamChecker.cpp99 state = state->remove<StreamMap>(sym);
190 State = State->remove<StreamMap>(Sym);
264 State = State->remove<StreamMap>(Sym);
H A DObjCSelfInitChecker.cpp276 state = state->remove<PreCallSelfFlags>();
330 State = State->remove<CalledInit>();
332 State = State->remove<SelfFlag>(sym);
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c58 .remove = mlx5_fpga_tools_remove,
/freebsd-11-stable/contrib/sendmail/editmap/
H A Deditmap.c81 bool remove = false; local
157 remove = true;
182 (remove && argc != 3) ||
365 else if (remove)
390 "%s: couldn't remove key %s in map %s (error)\n",
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c84 intf->remove(&priv->dev, dev_ctx->context);
94 if (!intf->add || !intf->remove)
168 dev_ctx->intf->remove(dev, dev_ctx->context);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h396 remove(typename ProgramStateTrait<T>::key_type K) const;
400 remove(typename ProgramStateTrait<T>::key_type K,
403 template <typename T> LLVM_NODISCARD ProgramStateRef remove() const;
617 ProgramStateRef remove(ProgramStateRef st, function in class:clang::ento::ProgramStateManager
626 ProgramStateRef remove(ProgramStateRef st) { function in class:clang::ento::ProgramStateManager
806 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { function in class:clang::ento::ProgramState
807 return getStateManager().remove<T>(this, K, get_context<T>());
811 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, function in class:clang::ento::ProgramState
813 return getStateManager().remove<T>(this, K, C);
817 ProgramStateRef ProgramState::remove() cons function in class:clang::ento::ProgramState
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool.c133 poolnodecommand(remove, argc, argv)
134 int remove, argc;
226 fprintf(stderr, "poolname not given with add/remove node\n");
232 if (remove == 0)
238 if (remove == 0)
251 poolcommand(remove, argc, argv)
252 int remove, argc;
289 if (remove == 0)
313 fprintf(stderr, "poolname not given with add/remove pool\n");
317 if (type == IPLT_NONE && remove
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c82 (void)remove(port->name);
226 (void)remove(port->name);
312 (void)remove(p->name);
330 (void)remove(p->name);
338 (void)remove(p->name);
366 (void)remove(p->name);
385 (void)remove(p->name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp120 llvm::sys::fs::remove(sysroot_module_path_spec.GetPath());
123 llvm::sys::fs::remove(symfile_spec.GetPath());
185 llvm::sys::fs::remove(m_file_spec.GetPath());
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h85 using std::remove;
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h77 * @remove: Informs the client that a core device is not operational
83 void (*remove)(struct mlx5_fpga_device *fdev); member in struct:mlx5_fpga_client
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp66 WorkList.remove(&MI);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h72 StatsList.remove(S);
/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c3489 bool remove = false;
3518 remove = true;
3525 remove = true;
3538 remove = true;
3544 remove = true;
3557 remove = true;
3563 remove = true;
3573 remove = true;
3580 remove = true;
3585 remove
3488 bool remove = false; local
3620 bool remove = false; local
[all...]
/freebsd-11-stable/share/mk/
H A Dsrc.sys.mk38 # probably need to remove dependence on bsd.own.mk
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A DMakefile30 remove-empty-dir:
76 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages

Completed in 173 milliseconds

1234567891011>>