reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
835 if (lhs == rhs) { 852 switch (lhs.getSubKind()) { 863 return evalCastFromLoc(lhs, resultTy); 890 const llvm::APSInt &lVal = lhs.castAs<loc::ConcreteInt>().getValue(); 898 lhs.castAs<loc::ConcreteInt>().evalBinOp(BasicVals, op, *rInt); 911 if (lhs.isZeroConstant()) { 934 if (SymbolRef lSym = lhs.getAsLocSymbol(true)) { 945 return evalCastFromLoc(lhs, resultTy); 949 NonLoc l = evalCastFromLoc(lhs, boolType).castAs<NonLoc>(); 960 const MemRegion *LeftMR = lhs.getAsRegion(); 1092 SymbolRef LHSSym = lhs.getAsLocSymbol();