Home
last modified time | relevance | path

Searched refs:Srand (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DProperlySeededRandomGeneratorCheck.cpp90 const auto *Srand = Result.Nodes.getNodeAs<CallExpr>("srand"); in check() local
91 if (Srand) in check()
92 checkSeed(Result, Srand); in check()