Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2199 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup() local
2201 useEHCleanup); in emitAutoVarTypeCleanup()
2441 bool useEHCleanup) { in emitArrayDestroy() argument
2468 if (useEHCleanup) in emitArrayDestroy()
2476 if (useEHCleanup) in emitArrayDestroy()
H A DCodeGenFunction.h2242 bool useEHCleanup);