Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp604 CGF->callCStructDestructor( in callSpecialFunction()
806 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Type)); in destroyNonTrivialCStruct()
867 void CodeGenFunction::callCStructDestructor(LValue Dst) { in callCStructDestructor() function in CodeGenFunction
H A DCodeGenFunction.h4488 void callCStructDestructor(LValue Dst);
H A DCGCall.cpp4609 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Ty)); in Emit()