Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp612 Scope.shouldTestFlagInNormalCleanup() ? Scope.getActiveFlag() in PopCleanupBlock()
615 Scope.shouldTestFlagInEHCleanup() ? Scope.getActiveFlag() in PopCleanupBlock()
1156 Address var = Scope.getActiveFlag(); in SetupCleanupBlockActivation()
DCGCleanup.h325 Address getActiveFlag() const { in getActiveFlag() function