HomeSort by relevance Sort by last modified time
    Searched refs:BO_LT (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 313 BO_LT, BO_GT, BO_LE, BO_GE, // [C99 6.5.8] Relational operators.
StmtVisitor.h 57 case BO_LT: DISPATCH(BinLT, BinaryOperator);
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 320 case BO_LT:
396 case BO_LT:
461 case BO_LT:
571 bool leftFirst = (op == BO_LT || op == BO_LE);
608 case BO_LT:
628 case BO_LT:
682 case BO_LT:
829 case BO_LT:
    [all...]
BasicValueFactory.cpp 208 case BO_LT:
SimpleConstraintManager.cpp 293 case BO_LT:
BugReporterVisitors.cpp     [all...]
ProgramState.cpp 340 SVal inBound = svalBuilder.evalBinOpNN(this, BO_LT, newIdx.castAs<NonLoc>(),
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 140 SVal LessThanZeroVal = svalBuilder.evalBinOp(state, BO_LT, sizeD, Zero, Ty);
ArrayBoundCheckerV2.cpp 115 svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(), *NV,
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 505 case BO_LT: return translateBinOp(til::BOP_Lt, BO, Ctx);
    [all...]
CFG.cpp 68 Op = BO_LT;
71 else if (Op == BO_LT)
743 case BO_LT:
    [all...]
  /external/clang/lib/AST/
Expr.cpp 139 case BO_LT: // Relational operators.
    [all...]
StmtProfile.cpp 965 BinaryOp = BO_LT;
    [all...]
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 443 clang::BO_LT,
808 clang::BO_LT,
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGStmtOpenMP.cpp     [all...]

Completed in 132 milliseconds