Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1365 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
1367 useEHCleanup); in emitAutoVarTypeCleanup()
1541 bool useEHCleanup) { in emitArrayDestroy() argument
1567 if (useEHCleanup) in emitArrayDestroy()
1574 if (useEHCleanup) in emitArrayDestroy()
DCodeGenFunction.h1199 bool checkZeroLength, bool useEHCleanup);