Home
last modified time | relevance | path

Searched refs:createCleanupActiveFlag (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.cpp292 Address CodeGenFunction::createCleanupActiveFlag() { in createCleanupActiveFlag() function in CodeGenFunction
H A DCodeGenFunction.h794 Address ActiveFlag = createCleanupActiveFlag();
828 initFullExprCleanupWithFlag(createCleanupActiveFlag());
832 Address createCleanupActiveFlag();
H A DCGDecl.cpp2170 Address ActiveFlag = createCleanupActiveFlag(); in pushLifetimeExtendedDestroy()