Searched refs:Delete (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm.h73 #define Delete(foo) if (!foo) ; else {Free(foo); foo = 0; } macro
H A Dctm.c231 Delete(FileName);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp135 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, OldDest}});
212 {{DominatorTree::Delete, ParentBB, DefaultDest}});
250 Updates.push_back({DominatorTree::Delete, BB, Succ});
254 // Delete the old switch.
294 // Delete the old switch.
321 Updates.push_back({DominatorTree::Delete, ParentBB, DestBB});
327 // Delete pointer cast instructions.
667 DTU->applyUpdatesPermissive({{DominatorTree::Delete, Pred, BB}});
694 Updates.push_back({DominatorTree::Delete, PredBB, DestBB});
696 Updates.push_back({DominatorTree::Delete, *
[all...]
H A DBasicBlockUtils.cpp65 Updates->push_back({DominatorTree::Delete, BB, Succ});
133 // Delete the dead blocks.
242 Updates.push_back({DominatorTree::Delete, BB, *I});
243 Updates.push_back({DominatorTree::Delete, PredBB, BB});
266 // Delete the unconditional branch from BB.
272 // Delete the unconditional branch from the predecessor.
445 // Delete the unnecessary instruction now...
920 DTU->applyUpdates({{DominatorTree::Delete, Pred, BB}});
H A DBreakCriticalEdges.cpp238 Updates.push_back({DominatorTree::Delete, TIBB, DestBB});
H A DLoopUnrollAndJam.cpp526 DTUpdates.emplace_back(DominatorTree::UpdateKind::Delete, ForeBlocksLast[0],
528 DTUpdates.emplace_back(DominatorTree::UpdateKind::Delete,
H A DLoopRotationUtils.cpp436 Updates.push_back({DominatorTree::Delete, OrigPreheader, OrigHeader});
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h86 return m_categories_map.Delete(category_name);
H A DTypeCategory.h298 bool Delete(ConstString name, FormatCategoryItems items = ALL_ITEM_TYPES);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp230 Status PipePosix::Delete(llvm::StringRef name) { function in class:PipePosix
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp63 bool Delete = false; local
72 Delete = true;
91 << Delete;
94 Delete ? "delete" : "default")) {
H A DParser.cpp1278 bool Delete = false; local
1286 Delete = true;
1299 << Delete;
1302 Delete ? "delete" : "default")) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp694 category_sp->GetRegexTypeSummariesContainer()->Delete(typeCS);
804 category_sp->Delete(typeCS, m_formatter_kind_mask);
819 delete_category = category->Delete(typeCS, m_formatter_kind_mask);
826 delete_category = category->Delete(typeCS, m_formatter_kind_mask);
933 "Delete an existing formatting style for a type.") {}
946 "type format clear", "Delete all existing format styles.") {}
1622 category->GetRegexTypeSummariesContainer()->Delete(type_name);
1644 "type summary delete", "Delete an existing summary for a type.") {}
1652 return DataVisualization::NamedSummaryFormats::Delete(typeCS);
1662 "type summary clear", "Delete al
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1063 Updates.push_back({DominatorTree::Delete, BB, Succ});
1141 {{DominatorTree::Delete, BB, ToRemoveSucc}});
1230 DTU->applyUpdatesPermissive({{DominatorTree::Delete, BB, RemoveSucc}});
1647 Updates.push_back({DominatorTree::Delete, BB, SuccBB});
2125 {DominatorTree::Delete, PredBB, BB}});
2172 Updates.push_back({DominatorTree::Delete, Pred, BB});
2335 Updates.push_back({DominatorTree::Delete, PredBB, BB});
2353 Updates.push_back({DominatorTree::Delete, OldPredBB, BB});
2629 Updates.push_back({DominatorTree::Delete, BB, Succ});
H A DADCE.cpp619 DeletedEdges.push_back({DominatorTree::Delete, BB, Succ});
H A DMergeICmps.cpp730 DTU.applyUpdates({{DominatorTree::Delete, Pred, EntryBlock_},
743 DTU.applyUpdates({{DominatorTree::Delete, NextCmpBlock, EntryBlock_}});
747 // Delete merged blocks. This also removes incoming values in phi.
H A DSimpleLoopUnswitch.cpp655 // Delete the unswitched cases.
826 DTUpdates.push_back({DT.Delete, ParentBB, UnswitchedExitBB});
830 DTUpdates.push_back({DT.Delete, ParentBB, SplitUnswitchedPair.first});
2122 DTUpdates.push_back({DominatorTree::Delete, ParentBB, UnswitchedSuccBB});
2142 DTUpdates.push_back({DominatorTree::Delete, ParentBB, SuccBB});
2407 DTUpdates.push_back({DominatorTree::Delete, CheckBB, Succ});
H A DCallSiteSplitting.cpp374 DTU.applyUpdatesPermissive({{DominatorTree::Delete, Splits[i], TailBB}});
H A DLoopSimplifyCFG.cpp429 /// Delete loop blocks that have become unreachable after folding. Make all
519 DTUpdates.push_back({DominatorTree::Delete, BB, DeadSucc});
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp35 bool TypeCategoryMap::Delete(KeyType name) { function in class:TypeCategoryMap
/freebsd-12-stable/stand/efi/include/
H A Defiprot.h280 EFI_FILE_DELETE Delete; member in struct:_EFI_FILE_HANDLE
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h234 static constexpr UpdateKind Delete = UpdateKind::Delete; member in class:llvm::DominatorTreeBase
498 /// - {{Insert, A, B}, {Delete, A, B}, {Insert, A, B}} is fine, because
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp251 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Delete, "operator delete");
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h118 Delete, // ?3 # operator delete member in class:llvm::ms_demangle::IntrinsicFunctionKind
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h718 const FunctionDecl *Delete,

Completed in 322 milliseconds

123