Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp67 if (!ContainsLabel(S)) { in EmitStmt()
732 if (S.isConstexpr() || !ContainsLabel(Skipped)) { in EmitIfStmt()
1595 if (CodeGenFunction::ContainsLabel(*I, true)) in CollectStatementsForCase()
1639 if (CodeGenFunction::ContainsLabel(*I, true)) in CollectStatementsForCase()
1669 if (CodeGenFunction::ContainsLabel(S, true)) in CollectStatementsForCase()
1722 return !CodeGenFunction::ContainsLabel(&S); in FindCaseStatementsForValue()
H A DCodeGenFunction.cpp1402 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() function in CodeGenFunction
1425 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
1505 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCGExprScalar.cpp4292 if (!CGF.ContainsLabel(E->getRHS())) in VisitBinLAnd()
4408 if (!CGF.ContainsLabel(E->getRHS())) in VisitBinLOr()
4512 if (!CGF.ContainsLabel(dead)) { in VisitAbstractConditionalOperator()
H A DCGDecl.cpp1811 if (!Init || !ContainsLabel(Init)) return; in EmitAutoVarInit()
H A DCodeGenFunction.h4446 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);
H A DCGExpr.cpp4536 if (!ContainsLabel(dead)) { in EmitConditionalOperatorLValue()