Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h263 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2016 bool isDeleted() const { return getSPFlags() & SPFlagDeleted; } in isDeleted() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2422 bool isDeleted() const { in isDeleted() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5168 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2207 bool isDeleted(Instruction *I) const { return DeletedInstructions.count(I); } in isDeleted() function in llvm::slpvectorizer::BoUpSLP