Searched refs:DestroyNRVOVariable (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp484 struct DestroyNRVOVariable : EHScopeStack::Cleanup { struct in namespace:__anon1703
485 DestroyNRVOVariable(Address addr, QualType type, llvm::Value *NRVOFlag) function in struct:__anon1703::DestroyNRVOVariable
512 virtual ~DestroyNRVOVariable() = default;
516 : DestroyNRVOVariable<DestroyNRVOVariableCXX> {
519 : DestroyNRVOVariable<DestroyNRVOVariableCXX>(addr, type, NRVOFlag),
532 : DestroyNRVOVariable<DestroyNRVOVariableC> {
534 : DestroyNRVOVariable<DestroyNRVOVariableC>(addr, Ty, NRVOFlag) {}

Completed in 115 milliseconds