Lines Matching defs:warning
121 // we extend it on the right with spaces and a warning if
123 // the usage conforms to the standard and no warning is needed.
262 // arrays. Emit a warning when downconverting.
298 // always be safe even when downconverting so no warning is needed.
1006 std::optional<std::string> warning;
1008 dummy.ignoreTKR, &warning,
1019 if (warning && context.ShouldWarn(common::UsageWarning::CUDAUsage)) {
1021 std::move(*warning));
1112 std::optional<std::string> warning;
1115 /*specificIntrinsic=*/nullptr, &warning)) {
1132 } else if (warning &&
1136 dummyName, std::move(*warning));
1526 std::optional<std::string> warning;
1536 specificIntrinsic, whyNot, warning,
1539 if (!msg && warning &&
1545 whyNot = std::move(*warning);
1973 "SIZE= argument that is allocatable or pointer must be present at execution; parenthesize to silence this warning"_warn_en_US);