HomeSort by: relevance | last modified time | path
    Searched refs:IsRelational (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 12498 bool IsRelational = E->isRelationalOp() || E->getOpcode() == BO_Cmp;
12677 if (LHSTy->isVoidPointerType() && LHSOffset != RHSOffset && IsRelational)
12688 if (!LHSDesignator.Invalid && !RHSDesignator.Invalid && IsRelational) {
12734 if (!LHSValue.Base.isNull() && IsRelational) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 11675 bool IsRelational = BinaryOperator::isRelationalOp(Opc);
11677 bool IsOrdered = IsRelational || IsThreeWay;
11826 if (IsRelational) {
11843 } else if (!IsRelational &&
11904 if (IsRelational &&

Completed in 92 milliseconds