Lines Matching defs:errmsg
292 {"errmsg", asBox, handleDynamicOptional}}},
300 {"errmsg", asBox, handleDynamicOptional}}},
309 {"errmsg", asBox, handleDynamicOptional}}},
3828 const fir::ExtendedValue &errmsg = args[3];
3832 !isStaticallyPresent(status) && !isStaticallyPresent(errmsg))
3845 isStaticallyPresent(errmsg)
3846 ? fir::getBase(errmsg)
3892 const fir::ExtendedValue &errmsg = args[4];
3899 !isStaticallyPresent(status) && !isStaticallyPresent(errmsg))
3912 isStaticallyPresent(errmsg)
3913 ? fir::getBase(errmsg)
3936 const fir::ExtendedValue &errmsg = args[5];
3943 !isStaticallyPresent(status) && !isStaticallyPresent(errmsg))
3980 isStaticallyPresent(errmsg)
3981 ? fir::getBase(errmsg)