HomeSort by relevance Sort by last modified time
    Searched refs:isComparisonOp (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 53 if (BinaryOperator::isComparisonOp(SSE->getOpcode())) {
144 if (BinaryOperator::isComparisonOp(op)) {
160 assert(BinaryOperator::isComparisonOp(Op));
250 assert(BinaryOperator::isComparisonOp(op) &&
SimpleSValBuilder.cpp 279 if (BinaryOperator::isComparisonOp(op)) {
369 if (BinaryOperator::isComparisonOp(op)) {
542 if (!BinaryOperator::isComparisonOp(op))
593 if (!(BinaryOperator::isComparisonOp(op) || op == BO_Sub))
649 if (!BinaryOperator::isComparisonOp(op))
707 if (BinaryOperator::isComparisonOp(op)) {
860 assert(!BinaryOperator::isComparisonOp(op) &&
    [all...]
SVals.cpp 225 assert(BinaryOperator::isComparisonOp(Op) || Op == BO_Sub);
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 226 if (E->isComparisonOp()) {
TestAfterDivZeroChecker.cpp 218 if (B->isComparisonOp()) {
IdenticalExprChecker.cpp 191 if (BinaryOperator::isComparisonOp(Op))
  /external/clang/lib/Analysis/
BodyFarm.cpp 96 BinaryOperator::isComparisonOp(Op));
ReachableCode.cpp 211 IncludeIntegers &= (B->isLogicalOp() || B->isComparisonOp());
CFG.cpp 767 if (!LHS->isComparisonOp() || !RHS->isComparisonOp())
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Expr.h     [all...]

Completed in 684 milliseconds

1 2