Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1291 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
1293 useEHCleanup); in emitAutoVarTypeCleanup()
1460 bool useEHCleanup) { in emitArrayDestroy() argument
1486 if (useEHCleanup) in emitArrayDestroy()
1492 if (useEHCleanup) in emitArrayDestroy()
DCodeGenFunction.h1112 bool checkZeroLength, bool useEHCleanup);