/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 24 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 D | TypeCategory.h | 63 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 D | DataVisualization.h | 68 static bool Delete(ConstString type); 90 static bool Delete(ConstString category);
|
H A D | FormattersContainer.h | 161 Delete(matcher); in Add() 167 bool Delete(TypeMatcher matcher) { in Delete() function
|
/freebsd/usr.sbin/bsdconfig/usermgmt/include/ |
H A D | messages.subr | 44 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 D | messages.subr | 49 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 D | TypeCategory.cpp | 151 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 D | DataVisualization.cpp | 96 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 D | gmock-nice-strict_test.cc | 90 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 D | set3 | 4 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 D | InstallNameToolOpts.td | 25 HelpText<"Delete specified rpath">; 28 HelpText<"Delete all rpath directives">;
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set3 | 4 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 D | set3 | 4 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 D | make_device_driver.sh | 814 (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 D | LoopFuse.cpp | 829 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 D | fsl-ls1028a-kontron-sl28-var1.dts | 25 /* 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 D | imx6ull.dtsi | 9 /* 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 D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator 91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 184 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 D | llvm-ar.cpp | 208 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 D | ModuleCache.cpp | 58 void Delete(); 112 lock.Delete(); in DeleteExistingModule() 180 void ModuleLock::Delete() { in Delete() function in ModuleLock
|
/freebsd/contrib/less/ |
H A D | less.hlp | 100 :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 D | changelog | 38 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 D | OpenACCKinds.h | 202 Delete, enumerator 344 case OpenACCClauseKind::Delete: in printOpenACCClauseKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 947 {{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 …]
|