Home
last modified time | relevance | path

Searched refs:callCStructDestructor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp611 CGF->callCStructDestructor( in callSpecialFunction()
813 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Type)); in destroyNonTrivialCStruct()
875 void CodeGenFunction::callCStructDestructor(LValue Dst) { in callCStructDestructor() function in CodeGenFunction
H A DCodeGenFunction.h4078 void callCStructDestructor(LValue Dst);
H A DCGCall.cpp4307 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Ty)); in Emit()