Home
last modified time | relevance | path

Searched refs:ContainsLabel (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp69 if (!ContainsLabel(S)) { in EmitStmt()
798 if (S.isConstexpr() || !ContainsLabel(Skipped)) { in EmitIfStmt()
1726 if (CodeGenFunction::ContainsLabel(*I, true)) in CollectStatementsForCase()
1770 if (CodeGenFunction::ContainsLabel(*I, true)) in CollectStatementsForCase()
1800 if (CodeGenFunction::ContainsLabel(S, true)) in CollectStatementsForCase()
1853 return !CodeGenFunction::ContainsLabel(&S); in FindCaseStatementsForValue()
H A DCodeGenFunction.cpp1499 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() function in CodeGenFunction
1522 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
1602 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCGExprScalar.cpp4539 if (!CGF.ContainsLabel(E->getRHS())) in VisitBinLAnd()
4655 if (!CGF.ContainsLabel(E->getRHS())) in VisitBinLOr()
4759 if (!CGF.ContainsLabel(dead)) { in VisitAbstractConditionalOperator()
H A DCGDecl.cpp1831 if (!Init || !ContainsLabel(Init)) return; in EmitAutoVarInit()
H A DCodeGenFunction.h4535 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);
H A DCGExpr.cpp4597 if (!CGF.ContainsLabel(Dead)) { in HandleConditionalOperatorLValueSimpleCase()