Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp595 Scope.shouldTestFlagInNormalCleanup() ? Scope.getActiveFlag() in PopCleanupBlock()
598 Scope.shouldTestFlagInEHCleanup() ? Scope.getActiveFlag() in PopCleanupBlock()
1127 Address var = Scope.getActiveFlag(); in SetupCleanupBlockActivation()
DCGCleanup.h324 Address getActiveFlag() const { in getActiveFlag() function