Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1377 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
1379 useEHCleanup); in emitAutoVarTypeCleanup()
1550 bool useEHCleanup) { in emitArrayDestroy() argument
1576 if (useEHCleanup) in emitArrayDestroy()
1583 if (useEHCleanup) in emitArrayDestroy()
DCodeGenFunction.h1280 bool checkZeroLength, bool useEHCleanup);