Searched refs:Delete (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp20 /// Make sure GV is visible from both modules. Delete is true if it is
24 static void makeVisible(GlobalValue &GV, bool Delete) { argument
26 if (Local || Delete) {
73 bool Delete = deleteStuff == (bool)Named.count(&GV) && local
75 if (!Delete) {
82 makeVisible(GV, Delete);
84 if (Delete) {
93 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); local
94 if (!Delete) {
99 makeVisible(F, Delete);
110 bool Delete = deleteStuff == (bool)Named.count(&GA); local
133 bool Delete = deleteStuff == (bool)Named.count(&IF); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h63 bool Delete(lldb::TypeNameSpecifierImplSP type_sp) { function in class:lldb_private::TieredFormatterContainer
64 return m_subcontainers[type_sp->GetMatchType()]->Delete(
70 bool Delete(ConstString name) { function in class:lldb_private::TieredFormatterContainer
73 success = sc->Delete(name) || success;
272 return m_format_cont.Delete(type_sp);
276 return m_summary_cont.Delete(type_sp);
280 return m_filter_cont.Delete(type_sp);
284 return m_synth_cont.Delete(type_sp);
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 DTypeCategoryMap.h46 bool Delete(KeyType name);
H A DFormattersContainer.h161 Delete(matcher);
167 bool Delete(TypeMatcher matcher) { function in class:lldb_private::FormattersContainer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h9 // This file defines a CFG Edge Update: Insert or Delete, and two Nodes as the
26 enum class UpdateKind : unsigned char { Insert, Delete };
45 OS << (getKind() == UpdateKind::Insert ? "Insert " : "Delete ");
91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h56 // Delete named pipe.
57 virtual Status Delete(llvm::StringRef name) = 0;
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp151 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { function in class:TypeCategoryImpl
155 success = m_format_cont.Delete(name) || success;
158 success = m_summary_cont.Delete(name) || success;
161 success = m_filter_cont.Delete(name) || success;
164 success = m_synth_cont.Delete(name) || success;
H A DDataVisualization.cpp96 bool DataVisualization::Categories::Delete(ConstString category) { function in class:DataVisualization::Categories
180 bool DataVisualization::NamedSummaryFormats::Delete(ConstString type) { function in class:DataVisualization::NamedSummaryFormats
181 return GetFormatManager().GetNamedSummaryContainer().Delete(type);
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h180 Delete, member in class:clang::OpenACCClauseKind
291 case OpenACCClauseKind::Delete:
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h30 Delete, // (Src): delete node Src. enumerator in enum:clang::diff::ChangeKind
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h65 Status Delete(llvm::StringRef name) override;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp184 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB});
226 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB});
250 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB});
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-nice-strict_test.cc90 void Delete() { delete this; } function in class:testing::gmock_nice_strict_test::MockFoo
168 ON_CALL(*raw_foo, DoThis()).WillByDefault(Invoke(raw_foo, &MockFoo::Delete));
216 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete));
354 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete));
477 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete));
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp58 void Delete();
112 lock.Delete();
180 void ModuleLock::Delete() { function in class:ModuleLock
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h84 const FunctionDecl *Delete,
83 ResolvedOperatorDelete(const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) argument
/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp829 DominatorTree::UpdateType(DominatorTree::Delete, Pred, BB));
1636 DominatorTree::Delete, FC0.ExitingBlock, FC1.Preheader));
1641 DominatorTree::Delete, FC0.ExitBlock, FC1.Preheader));
1647 DominatorTree::Delete, FC0.ExitingBlock, FC0.ExitBlock));
1659 DominatorTree::Delete, FC1.Preheader, FC1.Header));
1707 TreeUpdates.emplace_back(DominatorTree::UpdateType(DominatorTree::Delete,
1711 TreeUpdates.emplace_back(DominatorTree::UpdateType(DominatorTree::Delete,
1754 // Delete the now empty loop L1.
1859 DominatorTree::Delete, FC1GuardBlock, FC1.Preheader));
1861 DominatorTree::Delete, FC1GuardBloc
[all...]
H A DLowerConstantIntrinsics.cpp91 DTU->applyUpdates({{DominatorTree::Delete, Source, Other}});
/freebsd-current/tools/test/stress2/misc/
H A Dseekdir.sh140 /* Delete them. */
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp207 Delete, ///< Delete the specified members enumerator in enum:ArchiveOperation
335 Operation = Delete;
460 if (Operation != Extract && Operation != Delete)
629 case Delete:
870 if (Operation == Delete) {
972 if (Operation == Delete)
1120 case Delete:
1173 enum class MRICommand { AddLib, AddMod, Create, CreateThin, Delete, Save, End, Invalid }; member in class:MRICommand
1200 .Case("delete", MRICommand::Delete)
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp100 const FunctionDecl *Delete,
170 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) {
172 L->ResolvedOperatorDelete(DD, Delete, ThisArg);
169 ResolvedOperatorDelete( const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp52 {DominatorTree::Delete, Preheader, Tmp},
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h51 // Delete feature Idx and its frequency from FeatureFreqs.
374 size_t Delete = 0;
381 Delete = i;
386 IsRareFeature[Delete] = false;
387 RareFeatures[Delete] = RareFeatures.back();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h32 void Delete() { function in class:__sanitizer::RingBuffer

Completed in 377 milliseconds

1234