Home
last modified time | relevance | path

Searched refs:elseBuilder (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1433 mlir::Location thenLoc, BuilderCallbackRef elseBuilder, in emitIfOnBoolExpr() argument
1447 /*elseBuilder=*/elseBuilder); in emitIfOnBoolExpr()
H A DCIRGenFunction.h970 BuilderCallbackRef elseBuilder,
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp901 BuilderCallbackRef elseBuilder) { in build() argument
915 elseBuilder(builder, result.location); in build()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td550 CArg<"BuilderCallbackRef", "nullptr">:$elseBuilder)>