Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h292 return NeedsCopyDispose && !Block->doesNotEscape(); in needsCopyDisposeHelpers()
H A DCGBlocks.cpp958 llvm::Constant *blockISA = blockInfo.getBlockDecl()->doesNotEscape() in EmitBlockLiteral()
976 if (blockInfo.getBlockDecl()->doesNotEscape()) in EmitBlockLiteral()
H A DCGCall.cpp1953 if (!BD->doesNotEscape()) in ConstructAttributeList()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1443 if (BD->doesNotEscape()) in markEscapingByrefs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h4009 bool doesNotEscape() const { return BlockDeclBits.DoesNotEscape; } in doesNotEscape() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1112 Record.push_back(D->doesNotEscape()); in VisitBlockDecl()