Home
last modified time | relevance | path

Searched refs:dtorCleanups (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp577 assert(!cir::MissingFeatures::dtorCleanups()); in emitDestructorBody()
594 assert(!cir::MissingFeatures::dtorCleanups()); in emitDestructorBody()
608 assert(!cir::MissingFeatures::dtorCleanups()); in emitDestructorBody()
626 assert(!cir::MissingFeatures::dtorCleanups()); in emitDestructorBody()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h254 static bool dtorCleanups() { return false; } in dtorCleanups() function