Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1662 struct CallBlockRelease final : EHScopeStack::Cleanup { struct
1663 Address Addr;
1664 BlockFieldFlags FieldFlags;
1665 bool LoadBlockVarAddr, CanThrow;
1667 CallBlockRelease(Address Addr, BlockFieldFlags Flags, bool LoadValue, in CallBlockRelease() argument
1672 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()