Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTypePromotionInMathFnCheck.cpp78 auto TwoDoubleArgFns = hasAnyName("::atan2", "::copysign", "::fdim", "::fmax", in registerMatchers() local
82 callExpr(callee(functionDecl(TwoDoubleArgFns, parameterCountIs(2), in registerMatchers()