Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DProperlySeededRandomGeneratorCheck.cpp38 auto RandomGeneratorEngineTypeMatcher = hasType(hasUnqualifiedDesugaredType( in registerMatchers() local
51 has(memberExpr(has(declRefExpr(RandomGeneratorEngineTypeMatcher)), in registerMatchers()
66 cxxConstructExpr(RandomGeneratorEngineTypeMatcher).bind("ctor")), in registerMatchers()