Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp268 assert(!cleanup.getActiveFlag() && "cleanup already has active flag?"); in initFullExprCleanup()
581 Scope.shouldTestFlagInNormalCleanup() ? Scope.getActiveFlag() : nullptr; in PopCleanupBlock()
583 Scope.shouldTestFlagInEHCleanup() ? Scope.getActiveFlag() : nullptr; in PopCleanupBlock()
1080 llvm::AllocaInst *var = Scope.getActiveFlag(); in SetupCleanupBlockActivation()
DCGCleanup.h298 llvm::AllocaInst *getActiveFlag() const { return ActiveFlag; } in getActiveFlag() function