Lines Matching defs:checkResult
155 bool isFormatted, bool checkResult, mlir::Value &ok,
236 mlir::Location loc, bool checkResult,
238 if (!checkResult || !ok)
643 Fortran::semantics::Symbol &symbol, bool checkResult,
648 makeNextConditionalOn(builder, loc, checkResult, ok);
718 bool checkResult, mlir::Value &ok, bool inLoop) {
722 genIoLoop(converter, cookie, impliedDo->value(), isFormatted, checkResult,
728 makeNextConditionalOn(builder, loc, checkResult, ok, inLoop);
874 bool isFormatted, bool checkResult,
879 genIoLoop(converter, cookie, impliedDo->value(), isFormatted, checkResult,
885 makeNextConditionalOn(builder, loc, checkResult, ok, inLoop);
897 if (!checkResult) {
933 bool isFormatted, bool checkResult, mlir::Value &ok,
943 makeNextConditionalOn(builder, loc, checkResult, ok, inLoop);
962 genInputItemList(converter, cookie, itemList, isFormatted, checkResult,
965 genOutputItemList(converter, cookie, itemList, isFormatted, checkResult,
968 if (!checkResult) {
1394 const A &specList, bool checkResult, mlir::Value &ok) {
1397 makeNextConditionalOn(builder, loc, checkResult, ok);
2423 bool checkResult, mlir::Value &ok,
2428 makeNextConditionalOn(builder, loc, checkResult, ok);
2493 /*isFormatted=*/false, /*checkResult=*/false, ok, /*inLoop=*/false);