Home
last modified time | relevance | path

Searched defs:isDeleted (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h263 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() function
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1838 bool isDeleted() const { return getSPFlags() & SPFlagDeleted; } isDeleted() function
/llvm-project/clang/include/clang/AST/
H A DDecl.h2504 bool isDeleted() const { isDeleted() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5430 AST_MATCHER(FunctionDecl,isDeleted) AST_MATCHER() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2474 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } isDeleted() function in llvm::slpvectorizer::BoUpSLP
[all...]