Home
last modified time | relevance | path

Searched defs:IsRelational (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11675 bool IsRelational = BinaryOperator::isRelationalOp(Opc); in CheckCompareOperands() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12498 bool IsRelational = E->isRelationalOp() || E->getOpcode() == BO_Cmp; in EvaluateComparisonBinaryOperator() local