Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp603 LexicalScope ConditionScope(*this, S.getCond()->getSourceRange()); in EmitIfStmt() local
703 RunCleanupsScope ConditionScope(*this); in EmitWhileStmt() local
724 if (ConditionScope.requiresCleanups()) in EmitWhileStmt()
748 ConditionScope.ForceCleanup(); in EmitWhileStmt()
860 LexicalScope ConditionScope(*this, S.getSourceRange()); in EmitForStmt() local
912 ConditionScope.ForceCleanup(); in EmitForStmt()
1600 RunCleanupsScope ConditionScope(*this); in EmitSwitchStmt() local
1658 if (ConditionScope.requiresCleanups()) { in EmitSwitchStmt()
1668 ConditionScope.ForceCleanup(); in EmitSwitchStmt()
H A DCGOpenMPRuntime.cpp2802 CodeGenFunction::LexicalScope ConditionScope(CGF, Cond->getSourceRange()); in emitOMPIfClause() local