Searched refs:remove (Results 276 - 300 of 466) sorted by relevance

<<111213141516171819

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp122 /// Apart from attributes and metadata, we also remove instructions that imply
1065 // This will remove the need to add bitcasts.
1154 // CFG, will not remove or mutate any existing nodes
1228 // Now that 'Ret' has unique predecessor we can safely remove all phi nodes
1251 FnAttrs.remove(A);
1513 // Insert the new invoke into the old block. We'll remove the old one in a
2067 // TODO: We can also account for cases when we will be able to remove some
2168 Info.LiveSet.remove(LiveValue);
2198 // live in the IR. We'll remove all of these when done.
2249 // remove th
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c1620 /* And remove the outermost conversion if it's useless. */
1825 loop we also remove any useless conversions. */
2929 original MODIFY_EXPR, we just remove all of the constructor elements. */
4679 bool remove = false;
4711 remove = true;
4738 remove = true;
4750 remove = true;
4764 remove = true;
4779 if (remove)
4789 remove PRIVAT
4678 bool remove = false; local
4860 bool remove = false; local
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1032 // Index of currently firing callback (modified by remove if needed)
1105 remove: function() {
2104 // If the fx queue is dequeued, always remove the progress sentinel
2909 // Make sure that the handler has a unique ID, used to find/remove it later
3013 remove: function( elem, types, handler, selector ) {
3034 jQuery.event.remove( elem, j + namespaces, handler, selector );
3046 if ( handler || namespaces || selector || special.remove ) {
3058 if ( special.remove ) {
3059 special.remove.call( elem, handleObj );
3155 // TODO: Stop taunting the data cache; remove globa
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp700 llvm::sys::fs::remove(fixed_dst.GetPath());
719 llvm::sys::fs::remove(fixed_dst.GetPath());
724 llvm::sys::fs::remove(fixed_dst.GetPath());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp646 B.remove(Attrs);
1505 remove(A.getAttributes(Index));
1610 AttrBuilder &AttrBuilder::remove(const AttrBuilder &B) { function in class:AttrBuilder
1811 /// caller has the attribute, but the callee doesn't, we need to remove the
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c757 intf->remove(dev, dev_ctx->context);
795 if (!intf->add || !intf->remove)
2012 .remove = remove_one,
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c451 code = remove(linkname);
/freebsd-11-stable/contrib/flex/
H A Dflexdef.h128 #define unlink remove
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp133 remove(*m_path);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h996 * @param value The value to remove.
1006 remove(const _Tp& __value);
1027 * remove all but the first one. Remaining elements stay in
1042 * [first,last), remove all but the first one. Remaining
/freebsd-11-stable/share/mk/
H A Dmeta2deps.py672 args.remove(a)
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c678 remove(pidfile);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dkrb5.h583 krb5_error_code (KRB5_CALLCONV * remove)(krb5_context, krb5_keytab, krb5_keytab_entry*); member in struct:krb5_keytab_data
/freebsd-11-stable/sys/dev/xen/pcifront/
H A Dpcifront.c417 .remove = pcifront_remove,
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta2deps.py712 args.remove(a)
/freebsd-11-stable/usr.sbin/btxld/
H A Dbtxld.c192 remove(tname);
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dminigzip.c52 # define unlink remove
454 * Compress the given file: create a corresponding .gz file and remove the
494 * Uncompress the given file and remove the original.
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c431 remove(tmp_name);
/freebsd-11-stable/sys/kern/
H A Dimgact_binmisc.c517 SYSCTL_PROC(_kern_binmisc, OID_AUTO, remove,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h535 virtual void remove(SUnit *SU) = 0;
H A DMachineScheduler.h563 iterator remove(iterator I) { function in class:llvm::ReadyQueue
760 /// Release SU to make it ready. If it's not in hazard, remove it from
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp70 commit.remove(Hint.RemoveRange);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h750 AttrBuilder &remove(const AttrBuilder &B);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp412 BB->remove(MI);
H A DGCNIterativeScheduler.cpp384 BB->remove(MI);

Completed in 222 milliseconds

<<111213141516171819