Searched refs:Srand (Results 1 – 1 of 1) sorted by relevance
90 const auto *Srand = Result.Nodes.getNodeAs<CallExpr>("srand"); in check() local91 if (Srand) in check()92 checkSeed(Result, Srand); in check()