Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTypePromotionInMathFnCheck.cpp164 static llvm::StringSet<> Cpp11OnlyFns = { in check() local
171 bool StdFnRequiresCpp11 = Cpp11OnlyFns.count(OldFnName); in check()