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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp522 /*useEHCleanup*/ true);
1253 bool useEHCleanup = (cleanupKind & EHCleanup); local
1255 useEHCleanup);
1414 /// \param useEHCleanup - whether to push an EH cleanup to destroy
1422 bool useEHCleanup) {
1448 if (useEHCleanup)
1454 if (useEHCleanup)
1493 /*checkZeroLength*/ true, /*useEHCleanup*/ false);
1417 emitArrayDestroy(llvm::Value *begin, llvm::Value *end, QualType type, Destroyer *destroyer, bool checkZeroLength, bool useEHCleanup) argument
H A DCodeGenFunction.h1050 bool checkZeroLength, bool useEHCleanup);

Completed in 1794 milliseconds