Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp26 if (Local || Delete) { in makeVisible()
75 if (!Delete) { in run()
82 makeVisible(GV, Delete); in run()
84 if (Delete) { in run()
94 if (!Delete) { in run()
99 makeVisible(F, Delete); in run()
101 if (Delete) { in run()
111 makeVisible(GA, Delete); in run()
113 if (Delete) { in run()
134 makeVisible(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/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/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/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/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()
1859 DominatorTree::Delete, FC1GuardBlock, FC1.Preheader)); in fuseGuardedLoops()
1861 DominatorTree::Delete, FC1GuardBlock, FC1NonLoopBlock)); in fuseGuardedLoops()
1863 DominatorTree::Delete, FC0GuardBlock, FC1GuardBlock)); in fuseGuardedLoops()
1870 DominatorTree::Delete, FC0ExitBlockSuccessor, FC1GuardBlock)); in fuseGuardedLoops()
1921 DominatorTree::Delete, FC0.ExitingBlock, FC0.ExitBlock)); in fuseGuardedLoops()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp184 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl()
226 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl()
250 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp207 Delete, ///< Delete the specified members enumerator
335 Operation = Delete; in parseCommandLine()
460 if (Operation != Extract && Operation != Delete) in parseCommandLine()
629 case Delete: in shouldCreateArchive()
870 if (Operation == Delete) { in computeInsertAction()
972 if (Operation == Delete) in computeNewArchiveMembers()
1120 case Delete: in performOperation()
1173 enum class MRICommand { AddLib, AddMod, Create, CreateThin, Delete, Save, End, Invalid }; in runMRIScript() enumerator
1200 .Case("delete", MRICommand::Delete) in runMRIScript()
1238 case MRICommand::Delete: { in runMRIScript()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h180 Delete, enumerator
291 case OpenACCClauseKind::Delete:
/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.hlp95 :d Delete the current file from the command line list.
255 Delete carriage returns before newline.
289 BACKSPACE ................................ Delete char to left of cursor.
290 DELETE ......................... ESC-x ... Delete char under cursor.
291 ctrl-BACKSPACE ESC-BACKSPACE ........... Delete word to left of cursor.
292 ctrl-DELETE .... ESC-DELETE .... ESC-X ... Delete word under cursor.
293 ctrl-U ......... ESC (MS-DOS only) ....... Delete entire line.
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h374 size_t Delete = 0; in AddRareFeature() local
381 Delete = i; in AddRareFeature()
386 IsRareFeature[Delete] = false; in AddRareFeature()
387 RareFeatures[Delete] = RareFeatures.back(); in AddRareFeature()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h57 virtual Status Delete(llvm::StringRef name) = 0;

1234567