Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1780 bool isDeleted() const { return getSPFlags() & SPFlagDeleted; } in isDeleted() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2477 bool isDeleted() const { in isDeleted() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5406 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2223 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted() function in llvm::slpvectorizer::BoUpSLP