Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp12356 const auto *ECDHS = dyn_cast<EnumConstantDecl>(DREHS->getDecl()); in CheckLogicalOperands() local
12357 if (ECDHS && ECDHS->getInitVal() != 0 && ECDHS->getInitVal() != 1) in CheckLogicalOperands()