Home
last modified time | relevance | path

Searched refs:Delete (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp24 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible() argument
26 if (Local || Delete) { in makeVisible()
73 bool Delete = deleteStuff == (bool)Named.count(&GV) && in run() local
75 if (!Delete) { in run()
82 makeVisible(GV, Delete); in run()
84 if (Delete) { in run()
93 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in run() local
94 if (!Delete) { in run()
99 makeVisible(F, Delete); in run()
101 if (Delete) { in run()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h63 bool Delete(lldb::TypeNameSpecifierImplSP type_sp) { in Delete() function
64 return m_subcontainers[type_sp->GetMatchType()]->Delete( in Delete()
70 bool Delete(ConstString name) { in Delete() function
73 success = sc->Delete(name) || success; in Delete()
272 return m_format_cont.Delete(type_sp); in DeleteTypeFormat()
276 return m_summary_cont.Delete(type_sp); in DeleteTypeSummary()
280 return m_filter_cont.Delete(type_sp); in DeleteTypeFilter()
284 return m_synth_cont.Delete(type_sp); in DeleteTypeSynthetic()
335 bool Delete(ConstString name, FormatCategoryItems items = ALL_ITEM_TYPES);
H A DDataVisualization.h68 static bool Delete(ConstString type);
90 static bool Delete(ConstString category);
H A DFormattersContainer.h161 Delete(matcher); in Add()
167 bool Delete(TypeMatcher matcher) { in Delete() function
/freebsd/usr.sbin/bsdconfig/usermgmt/include/
H A Dmessages.subr44 msg_delete="Delete"
45 msg_delete_exit_or_cancel="Choose Delete/Exit when finished or Cancel."
46 msg_delete_group="Delete Group"
47 msg_delete_home_directory="Delete Home Directory"
48 msg_delete_login="Delete Login"
49 msg_delete_primary_group="Delete Primary Group"
/freebsd/usr.sbin/bsdconfig/startup/include/
H A Dmessages.subr49 msg_delete="Delete"
50 msg_delete_desc="Delete directive(s)"
52 msg_delete_selected="Delete Selected"
53 msg_delete_selected_desc="Delete selected directive(s)"
54 msg_delete_selected_help="Delete each of the selected rc.conf(5) configuration directives"
55 msg_delete_startup_directives="Delete Startup Directive(s)"
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp151 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { in Delete() function in TypeCategoryImpl
155 success = m_format_cont.Delete(name) || success; in Delete()
158 success = m_summary_cont.Delete(name) || success; in Delete()
161 success = m_filter_cont.Delete(name) || success; in Delete()
164 success = m_synth_cont.Delete(name) || success; in Delete()
H A DDataVisualization.cpp96 bool DataVisualization::Categories::Delete(ConstString category) { in Delete() function in DataVisualization::Categories
180 bool DataVisualization::NamedSummaryFormats::Delete(ConstString type) { in Delete() function in DataVisualization::NamedSummaryFormats
181 return GetFormatManager().GetNamedSummaryContainer().Delete(type); in Delete()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc90 void Delete() { delete this; } in Delete() function in testing::gmock_nice_strict_test::MockFoo
168 ON_CALL(*raw_foo, DoThis()).WillByDefault(Invoke(raw_foo, &MockFoo::Delete)); in TEST()
216 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete)); in TEST()
354 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete)); in TEST()
477 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete)); in TEST()
/freebsd/contrib/tcsh/nls/russian/
H A Dset34 2 Delete the character behind cursor
20 18 Delete character under cursor
21 19 Delete character under cursor or signal end of file on an empty line
22 20 Delete character under cursor or list completions if at end of line
23 21 Delete character under cursor, list completions or signal end of file
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td25 HelpText<"Delete specified rpath">;
28 HelpText<"Delete all rpath directives">;
/freebsd/contrib/tcsh/nls/C/
H A Dset34 2 Delete the character behind cursor
20 18 Delete character under cursor
21 19 Delete character under cursor or signal end of file on an empty line
22 20 Delete character under cursor or list completions if at end of line
23 21 Delete character under cursor, list completions or signal end of file
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset34 2 Delete the character behind cursor
20 18 Delete character under cursor
21 19 Delete character under cursor or signal end of file on an empty line
22 20 Delete character under cursor or list completions if at end of line
23 21 Delete character under cursor, list completions or signal end of file
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh814 (void)scp; /* Delete this line after using scp. */
823 (void)scp; /* Delete this line after using scp. */
848 (void)scp; /* Delete this line after using scp. */
860 (void)scp; /* Delete this line after using scp. */
874 (void)scp; /* Delete this line after using scp. */
889 (void)scp; /* Delete this line after using scp. */
903 (void)scp; /* Delete this line after using scp. */
921 (void)scp; /* Delete this line after using scp. */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp829 DominatorTree::UpdateType(DominatorTree::Delete, Pred, BB)); in peelFusionCandidate()
1636 DominatorTree::Delete, FC0.ExitingBlock, FC1.Preheader)); in performFusion()
1641 DominatorTree::Delete, FC0.ExitBlock, FC1.Preheader)); in performFusion()
1647 DominatorTree::Delete, FC0.ExitingBlock, FC0.ExitBlock)); in performFusion()
1659 DominatorTree::Delete, FC1.Preheader, FC1.Header)); in performFusion()
1707 TreeUpdates.emplace_back(DominatorTree::UpdateType(DominatorTree::Delete, in performFusion()
1711 TreeUpdates.emplace_back(DominatorTree::UpdateType(DominatorTree::Delete, in performFusion()
1859 DominatorTree::Delete, FC1GuardBlock, FC1.Preheader)); in fuseGuardedLoops()
1861 DominatorTree::Delete, FC1GuardBlock, FC1NonLoopBlock)); in fuseGuardedLoops()
1863 DominatorTree::Delete, FC0GuardBlock, FC1GuardBlock)); in fuseGuardedLoops()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28-var1.dts25 /* Delete unused phy node */
51 /* Delete the phy-handle to the old phy0 label */
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull.dtsi9 /* Delete UART8 in AIPS-1 (i.MX6UL specific) */
11 /* Delete CAAM node in AIPS-2 (i.MX6UL specific) */
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp184 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl()
227 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl()
251 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp208 Delete, ///< Delete the specified members enumerator
336 Operation = Delete; in parseCommandLine()
461 if (Operation != Extract && Operation != Delete) in parseCommandLine()
630 case Delete: in shouldCreateArchive()
871 if (Operation == Delete) { in computeInsertAction()
973 if (Operation == Delete) in computeNewArchiveMembers()
1131 case Delete: in performOperation()
1184 enum class MRICommand { AddLib, AddMod, Create, CreateThin, Delete, Save, End, Invalid }; in runMRIScript() enumerator
1211 .Case("delete", MRICommand::Delete) in runMRIScript()
1249 case MRICommand::Delete: { in runMRIScript()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp58 void Delete();
112 lock.Delete(); in DeleteExistingModule()
180 void ModuleLock::Delete() { in Delete() function in ModuleLock
/freebsd/contrib/less/
H A Dless.hlp100 :d Delete the current file from the command line list.
271 Delete carriage returns before newline.
305 BACKSPACE ................................ Delete char to left of cursor.
306 DELETE ......................... ESC-x ... Delete char under cursor.
307 ctrl-BACKSPACE ESC-BACKSPACE ........... Delete word to left of cursor.
308 ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor.
309 ctrl-U ......... ESC (MS-DOS only) ....... Delete entire line.
/freebsd/lib/libc/db/
H A Dchangelog38 hash: Delete __init_ routine, has special meaning to OSF 2.0.
94 recno: Delete the R_CURSORLOG flag from the recno interface.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h202 Delete, enumerator
344 case OpenACCClauseKind::Delete: in printOpenACCClauseKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp947 {{DominatorTree::Delete, PredDef, ThisCases[0].Dest}}); in SimplifyEqualityComparisonWithOnlyPredecessor()
979 Updates.push_back({DominatorTree::Delete, PredDef, I.first}); in SimplifyEqualityComparisonWithOnlyPredecessor()
1037 Updates.push_back({DominatorTree::Delete, TIBB, RemovedSucc}); in SimplifyEqualityComparisonWithOnlyPredecessor()
1234 Updates.push_back({DominatorTree::Delete, Pred, PredDefault}); in PerformValueComparisonIntoPredecessorFolding()
1371 Updates.push_back({DominatorTree::Delete, Pred, BB}); in PerformValueComparisonIntoPredecessorFolding()
1899 Updates.push_back({DominatorTree::Delete, TIParent, Succ}); in hoistSuccIdenticalTerminatorToSwitchOrIf()
2681 {DominatorTree::Delete, II->getParent(), SuccOfPredBB}); in MergeCompatibleInvokesImpl()
3444 Updates.push_back({DominatorTree::Delete, EdgeBB, BB}); in FoldCondBranchOnValueKnownInPredecessorImpl()
3666 Updates.push_back({DominatorTree::Delete, DomBlock, Successor}); in FoldTwoEntryPHINode()
3836 {DominatorTree::Delete, PredBlock, BB}}); in performBranchToCommonDestFolding()
[all …]

1234567