Home
last modified time | relevance | path

Searched refs:doesNotEscape (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h287 return NeedsCopyDispose && !Block->doesNotEscape(); in needsCopyDisposeHelpers()
H A DCGBlocks.cpp829 llvm::Constant *blockISA = blockInfo.getBlockDecl()->doesNotEscape() in EmitBlockLiteral()
847 if (blockInfo.getBlockDecl()->doesNotEscape()) in EmitBlockLiteral()
H A DCGCall.cpp2206 if (!BD->doesNotEscape()) in ConstructAttributeList()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2048 if (BD->doesNotEscape()) in markEscapingByrefs()
H A DSemaDecl.cpp14457 R = !CurBD->doesNotEscape(); in diagnoseImplicitlyRetainedSelf()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4291 bool doesNotEscape() const { return BlockDeclBits.DoesNotEscape; } in doesNotEscape() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1184 Record.push_back(D->doesNotEscape()); in VisitBlockDecl()