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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp634 /*useEHCleanup*/ true);
1991 bool useEHCleanup = (cleanupKind & EHCleanup); local
1993 useEHCleanup);
2155 /// \param useEHCleanup - whether to push an EH cleanup to destroy
2164 bool useEHCleanup) {
2190 if (useEHCleanup)
2197 if (useEHCleanup)
2236 /*checkZeroLength*/ true, /*useEHCleanup*/ false);
2158 emitArrayDestroy(llvm::Value *begin, llvm::Value *end, QualType elementType, CharUnits elementAlign, Destroyer *destroyer, bool checkZeroLength, bool useEHCleanup) argument
H A DCodeGenFunction.h1929 bool checkZeroLength, bool useEHCleanup);

Completed in 154 milliseconds