Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DDurationRewriter.cpp160 bool IsLiteralZero(const MatchFinder::MatchResult &Result, const Expr &Node) { in IsLiteralZero() function
279 if (IsLiteralZero(Result, RootNode)) in rewriteExprFromNumberToDuration()
297 if (IsLiteralZero(Result, RootNode)) in rewriteExprFromNumberToTime()
DDurationRewriter.h39 bool IsLiteralZero(const ast_matchers::MatchFinder::MatchResult &Result,
DDurationFactoryScaleCheck.cpp148 if (IsLiteralZero(Result, *Arg)) { in check()