Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp13586 const auto *ECDHS = dyn_cast<EnumConstantDecl>(DREHS->getDecl()); in CheckLogicalOperands() local
13587 if (ECDHS && ECDHS->getInitVal() != 0 && ECDHS->getInitVal() != 1) in CheckLogicalOperands()