Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp507 result = emitCaseStmt(*cast<CaseStmt>(sub), condType, buildingTopLevelCase); in emitCaseDefaultCascade()
521 mlir::LogicalResult CIRGenFunction::emitCaseStmt(const CaseStmt &s, in emitCaseStmt() function in CIRGenFunction
558 return emitCaseStmt(cast<CaseStmt>(s), condTypeStack.back(), in emitSwitchCase()
H A DCIRGenFunction.h820 mlir::LogicalResult emitCaseStmt(const clang::CaseStmt &s,