Searched refs:remove (Results 301 - 325 of 466) sorted by relevance

<<111213141516171819

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp746 return state->remove<CStringLength>(MR);
1001 // If we have a non-region value by chance, just remove the binding.
1224 // This would probably remove any existing bindings past the end of the
1879 // This would probably remove any existing bindings past the end of the
2379 Entries = F.remove(Entries, MR);
2388 Entries = F.remove(Entries, MR);
2425 Entries = F.remove(Entries, I.getKey());
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp518 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h975 std::remove(PotentiallyCapturingExprs.begin(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp825 AvailableQueue->remove(PredSU);
1522 AvailableQueue->remove(BtSU);
1536 AvailableQueue->remove(TrySU);
1808 void remove(SUnit *SU) override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp633 UpdatedCSRs.erase(std::remove(UpdatedCSRs.begin(), UpdatedCSRs.end(), *AI),
H A DPHIElimination.cpp247 MachineInstr *MPhi = MBB.remove(&*MBB.begin());
358 // Otherwise, remove the region from the beginning of MBB to the copy
H A DMachineBlockPlacement.cpp98 // FIXME: Find a good default for this flag and remove the flag.
257 bool remove(MachineBasicBlock* BB) { function in class:__anon1747::BlockChain
1268 // If it is, remove the chain from the map, grow it, and put it back in the
2590 if (!LoopBlockSet.remove(ChainBB)) {
2711 // than assert when the branch cannot be analyzed in order to remove this
2772 // E.g., the target may be able to remove an unconditional branch to
2975 Chain->remove(RemBB);
2999 BlockFilter->remove(RemBB);
H A DMachineBasicBlock.cpp121 /// When we remove an instruction from a basic block list, we update its parent
122 /// pointer and remove its operands from reg use/def lists if appropriate.
941 // If updateTerminator() removes instructions, we need to remove them from
975 // so we first remove any instruction that already has an index.
1164 return Insts.remove(MI);
1183 getParent()->remove(this);
1227 /// we have proven that MBB can only branch to DestA and DestB, remove any other
1275 // This is a superfluous edge, remove it.
H A DWinEHPrepare.cpp50 cl::desc("Do not remove implausible terminators or other similar cleanups"),
786 std::remove(BlocksInFunclet.begin(), BlocksInFunclet.end(), OldBlock),
790 std::remove(OldColors.begin(), OldColors.end(), FuncletPadBB),
963 // This call site was not part of this funclet, remove it.
1127 // The value is defined by another PHI we need to remove, with no room to
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp150 // of the thread watchpoint setting operations fails, back off and remove the
208 // try to remove the watchpoint from every thread, though, even if one or
242 // to set this hardware breakpoint then roll back and remove this breakpoint
292 // Also remove from hardware breakpoint map of current process.
316 remove(m_delegates.begin(), m_delegates.end(), &native_delegate),
387 // This is the last reference. Let's remove the breakpoint.
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh183 # Set whether FreeBSD Update is allowed to remove files/directories/symlinks.
1494 # Figure out which lines to ignore and remove them.
1507 # trailing "/kernel"); and if "/boot/$2" does not exist, remove
1633 # For any paths matching ${UPDATEIFUNMODIFIED}, remove lines from $[123]
1636 # (aka. type -), remove lines from $[123] unless there is a corresponding
1659 # a path which we need to remove from $1, $2, and $3, unless it
1691 # For each entry in $1 of type -, remove any corresponding
1713 # If ${ALLOWDELETE} != "yes", then remove any entries from $1
1755 # Extract the lines which we need to remove from $3, and
1757 : > $3.remove
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.stage.mk347 # anything in the 2nd list but not the first is stale - remove it.
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk79 # prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp129 sys::fs::remove(BitcodeResult);
144 sys::fs::remove(BitcodeResult);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1187 void ConsumedStateMap::remove(const CXXBindTemporaryExpr *Tmp) { function in class:ConsumedStateMap
1355 CurrStates->remove(BTE);
H A DThreadSafety.cpp549 Context NewCtx = ContextFactory.remove(Ctx, D);
562 NewCtx = ContextFactory.remove(NewCtx, D);
572 NewCtx = ContextFactory.remove(NewCtx, D);
710 // a phi node would be required, we simply remove that definition from the
1291 // look for the negative capability, and remove it from the fact set.
1551 // Add and remove locks.
1567 /// An expression may cause us to add or remove locks from the lockset, or else
1875 // When we encounter an unlock function, we need to remove unlocked
1920 // FIXME -- should only fully remove if the attribute refers to 'this'.
2222 // Find locks in FSet1 that are not in FSet2, and remove the
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1166 // On windows closing will remove the file.
1170 // Always try to close and remove.
1173 RemoveEC = fs::remove(TmpName);
1210 remove(TmpName);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1041 /// remove Factor from the tree and return the new tree.
1066 // If this is a negative version of this factor, remove it.
1096 // If this was just a single multiply, remove the multiply and return the only
1448 // Rescan the list, remove all instances of this operand from the expr.
1604 // Only try to remove factors from expressions we're allowed to.
1769 // We'll remove all the factors with the same power in a second pass.
1900 Insts.remove(I);
1901 RedoInsts.remove(I);
1918 RedoInsts.remove(I);
2424 // Make a copy of all the instructions to be redone so we can remove dea
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.c718 * section), but do not remove it if it removes the last record from the
723 * @param orig_reply: original reply, remove NS from there as well because
732 int remove = 0; local
733 /* if no answer and only 1 auth RRset, do not remove that one */
744 remove = 1;
749 if(!remove) return;
759 /* remove from orig_msg */
764 /* remove rrset from chase_reply */
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1133 WRAPPER2(int , remove, const char *path)
1138 MF_VALIDATE_EXTENT (path, CLAMPADD(n, 1), __MF_CHECK_READ, "remove path");
1139 return remove (path);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-mips.c3001 remove (tftp_localname); /* Remove temporary file */
3085 remove (tftp_localname); /* Remove temporary file */
/freebsd-11-stable/contrib/binutils/gas/doc/
H A DMakefile.in380 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
381 install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk310 # .depend needs include links so we remove them only together.
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1062 const bool remove_perms = has_opt(perm_options::remove);
1065 "One and only one of the perm_options constants replace, add, or remove "
1127 ErrorHandler<bool> err("remove", ec, &p);
1128 if (::remove(p.c_str()) == -1) {
1367 // Otherwise remove a single element from the end of the path, and return
1483 // [fs.path.generic]p6.7: If the last filename is dot-dot, remove any
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp653 Blocks.remove(OldPred);
1333 oldBlocks.remove(Block);

Completed in 405 milliseconds

<<111213141516171819