Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp614 CGF->callCStructDestructor( in callSpecialFunction()
816 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Type)); in destroyNonTrivialCStruct()
878 void CodeGenFunction::callCStructDestructor(LValue Dst) { in callCStructDestructor() function in CodeGenFunction
DCodeGenFunction.h3944 void callCStructDestructor(LValue Dst);
DCGCall.cpp3928 CGF.callCStructDestructor(CGF.MakeAddrLValue(Addr, Ty)); in Emit()