Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp93 if (!Delete) { in run() local
24 makeVisible(GlobalValue & GV,bool Delete) makeVisible() argument
73 bool Delete = deleteStuff == (bool)Named.count(&GV) && run() local
110 bool Delete = deleteStuff == (bool)Named.count(&GA); run() local
133 bool Delete = deleteStuff == (bool)Named.count(&IF); run() local
[all...]
/llvm-project/mlir/include/mlir/Interfaces/
H A DMemorySlotInterfaces.h39 Delete, enumerator
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dnew_array_cookie_uaf_test.cpp20 __attribute__((noinline)) void Delete(C *c) { delete[] c; } in Delete() function
/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
/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 DTypeCategoryMap.cpp40 bool TypeCategoryMap::Delete(KeyType name) { in Delete() function in TypeCategoryMap
H A DTypeCategory.cpp151 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { in Delete() function in TypeCategoryImpl
/llvm-project/llvm/unittests/IR/
H A DCFGBuilder.h64 enum class ActionKind { Insert, Delete }; enumerator
H A DCFGBuilder.cpp217 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local
252 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local
H A DDominatorTreeBatchUpdatesTest.cpp31 const auto Delete = DominatorTree::Delete; variable
/llvm-project/flang/runtime/
H A Dfile.h22 enum class CloseStatus { Keep, Delete }; enumerator
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DSpecialMembers.cpp50 bool Delete = !D || D->isDeleted(); in buildSpecialMemberDeclarations() local
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h30 Delete, // (Src): delete node Src. enumerator
/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
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h32 void Delete() { in Delete() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Draw-string-literal.cpp42 char const *const Delete("\\\177"); variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-contextual-conversion-tweaks.cpp20 void Delete() { in Delete() function
/llvm-project/lldb/source/Host/windows/
H A DPipeWindows.cpp264 Status PipeWindows::Delete(llvm::StringRef name) { return Status(); } Delete() function in PipeWindows
/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h86 const FunctionDecl *Delete, in ResolvedOperatorDelete()
/llvm-project/lldb/source/Target/
H A DModuleCache.cpp180 void ModuleLock::Delete() { in Delete() function in ModuleLock
/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp258 Status PipePosix::Delete(llvm::StringRef name) { in Delete() function in PipePosix
/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h202 Delete, global() enumerator
/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
/llvm-project/clang/unittests/AST/
H A DDeclTest.cpp470 auto *Delete = selectFirst<FunctionDecl>( in TEST() local

12