Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp439 CIRGenFunction::emitCaseDefaultCascade(const T *stmt, mlir::Type condType, in emitCaseDefaultCascade() function in CIRGenFunction
541 return emitCaseDefaultCascade(&s, condType, value, kind, in emitCaseStmt()
548 return emitCaseDefaultCascade(&s, condType, builder.getArrayAttr({}), in emitDefaultStmt()
H A DCIRGenFunction.h815 mlir::LogicalResult emitCaseDefaultCascade(const T *stmt, mlir::Type condType,