/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 93 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 D | MemorySlotInterfaces.h | 39 Delete, enumerator
|
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | new_array_cookie_uaf_test.cpp | 20 __attribute__((noinline)) void Delete(C *c) { delete[] c; } in Delete() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 26 enum class UpdateKind : unsigned char { Insert, Delete }; enumerator
|
/llvm-project/lldb/source/DataFormatters/ |
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
|
H A D | TypeCategoryMap.cpp | 40 bool TypeCategoryMap::Delete(KeyType name) { in Delete() function in TypeCategoryMap
|
H A D | TypeCategory.cpp | 151 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { in Delete() function in TypeCategoryImpl
|
/llvm-project/llvm/unittests/IR/ |
H A D | CFGBuilder.h | 64 enum class ActionKind { Insert, Delete }; enumerator
|
H A D | CFGBuilder.cpp | 217 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local 252 const auto Delete = CFGBuilder::ActionKind::Delete; in TEST() local
|
H A D | DominatorTreeBatchUpdatesTest.cpp | 31 const auto Delete = DominatorTree::Delete; variable
|
/llvm-project/flang/runtime/ |
H A D | file.h | 22 enum class CloseStatus { Keep, Delete }; enumerator
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | SpecialMembers.cpp | 50 bool Delete = !D || D->isDeleted(); in buildSpecialMemberDeclarations() local
|
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 30 Delete, // (Src): delete node Src. enumerator
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 63 bool Delete(lldb::TypeNameSpecifierImplSP type_sp) { in Delete() function 70 bool Delete(ConstString name) { in Delete() function
|
H A D | FormattersContainer.h | 167 bool Delete(TypeMatcher matcher) { in Delete() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ring_buffer.h | 32 void Delete() { in Delete() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | raw-string-literal.cpp | 42 char const *const Delete("\\\177"); variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1y-contextual-conversion-tweaks.cpp | 20 void Delete() { in Delete() function
|
/llvm-project/lldb/source/Host/windows/ |
H A D | PipeWindows.cpp | 264 Status PipeWindows::Delete(llvm::StringRef name) { return Status(); } Delete() function in PipeWindows
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTMutationListener.h | 86 const FunctionDecl *Delete, in ResolvedOperatorDelete()
|
/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 180 void ModuleLock::Delete() { in Delete() function in ModuleLock
|
/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 258 Status PipePosix::Delete(llvm::StringRef name) { in Delete() function in PipePosix
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 202 Delete, global() enumerator
|
/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 208 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 D | DeclTest.cpp | 470 auto *Delete = selectFirst<FunctionDecl>( in TEST() local
|