Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DPreferMemberInitializerCheck.cpp42 static bool isUnaryExprOfLiteral(const Expr *E) { in isUnaryExprOfLiteral() function
49 if (isLiteral(Value) || isUnaryExprOfLiteral(Value)) in shouldBeDefaultMemberInitializer()