Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp24 static void makeVisible(GlobalValue &GV, bool Delete) { in makeVisible()
73 bool Delete = deleteStuff == (bool)Named.count(&GV) && in run() local
93 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in run() local
110 bool Delete = deleteStuff == (bool)Named.count(&GA); in run() local
133 bool Delete = deleteStuff == (bool)Named.count(&IF); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
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
H A DTypeCategory.cpp151 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { in Delete() function in TypeCategoryImpl
H A DTypeCategoryMap.cpp40 bool TypeCategoryMap::Delete(KeyType name) { in Delete() function in TypeCategoryMap
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h63 bool Delete(lldb::TypeNameSpecifierImplSP type_sp) { in Delete() function
70 bool Delete(ConstString name) { in Delete() function
H A DFormattersContainer.h167 bool Delete(TypeMatcher matcher) { in Delete() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h30 Delete, // (Src): delete node Src. enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h32 void Delete() { in Delete() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h86 const FunctionDecl *Delete, in ResolvedOperatorDelete()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp180 void ModuleLock::Delete() { in Delete() function in ModuleLock
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h202 Delete, enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp258 Status PipePosix::Delete(llvm::StringRef name) { in Delete() function in PipePosix
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp208 Delete, ///< Delete the specified members enumerator
1184 enum class MRICommand { AddLib, AddMod, Create, CreateThin, Delete, Save, End, Invalid }; in runMRIScript() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp511 const int Delete = Get(I - 1, Row) + 1; nearestMatchesForCodepointName() local
/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
H A Dgmock-spec-builders_test.cc1777 ACTION_P(Delete, ptr) { delete ptr; } in ACTION_P() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h373 size_t Delete = 0; AddRareFeature() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp108 bool Delete = false; in ParseCXXInlineMethodDef() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp178 const CXXDestructorDecl *DD, const FunctionDecl *Delete, Expr *ThisArg) { in ResolvedOperatorDelete()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h336 static void Delete(T* x) { in Delete() function
/freebsd/stand/efi/include/
H A Defiprot.h279 EFI_FILE_DELETE Delete; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h119 Delete, // ?3 # operator delete enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3712 Delete enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6883 const FunctionDecl *Delete, in ResolvedOperatorDelete()