Searched refs:CheckForInfo (Results 1 – 2 of 2) sorted by relevance
160 struct CheckForInfo { struct165 std::variant<RangeForInfo, CheckForInfo> Info; argument199 Info(CheckForInfo{{}, {Init, Cond, Inc}}) {} in ForStmtBeginChecker()206 Info(CheckForInfo{{OldInit, OldCond, OldInc}, {Init, Cond, Inc}}) {} in ForStmtBeginChecker()
1495 const CheckForInfo &CFI = std::get<CheckForInfo>(Info); in checkFor()