Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp76 if (!ContainsLabel(S)) { in EmitStmt()
916 if (S.isConstexpr() || !ContainsLabel(Skipped)) { in EmitIfStmt()
2072 if (CodeGenFunction::ContainsLabel(*I, true)) in CollectStatementsForCase()
2116 if (CodeGenFunction::ContainsLabel(*I, true)) in CollectStatementsForCase()
2146 if (CodeGenFunction::ContainsLabel(S, true)) in CollectStatementsForCase()
2199 return !CodeGenFunction::ContainsLabel(&S); in FindCaseStatementsForValue()
H A DCodeGenFunction.cpp1675 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) { in ContainsLabel() function in CodeGenFunction
1698 if (ContainsLabel(SubStmt, IgnoreCaseStmts)) in ContainsLabel()
1785 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCGExprScalar.cpp5270 if (!CGF.ContainsLabel(E->getRHS())) { in VisitBinLAnd()
5413 if (!CGF.ContainsLabel(E->getRHS())) { in VisitBinLOr()
5531 if (!CGF.ContainsLabel(dead)) { in VisitAbstractConditionalOperator()
H A DCGDecl.cpp1948 if (!Init || !ContainsLabel(Init)) { in EmitAutoVarInit()
H A DCodeGenFunction.h5164 static bool ContainsLabel(const Stmt *S, bool IgnoreCaseStmts = false);
H A DCGExpr.cpp5400 if (!CGF.ContainsLabel(Dead)) { in HandleConditionalOperatorLValueSimpleCase()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc3853 …ction13ContainsLabelEPKNS_4StmtEb", "clang::CodeGen::CodeGenFunction::ContainsLabel(clang::Stmt co…