Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12389 bool IsRelational = BinaryOperator::isRelationalOp(Opc); in CheckCompareOperands() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14357 bool IsRelational = E->isRelationalOp() || E->getOpcode() == BO_Cmp; in EvaluateComparisonBinaryOperator() local