Searched refs:thisVal (Results 1 – 3 of 3) sorted by relevance
790 String thisVal = getKeywordValue(thisKey); in compareTo() local792 if (thisVal == null) { in compareTo()797 cmp = thisVal.compareTo(otherVal); in compareTo()
843 String thisVal = getKeywordValue(thisKey); in compareTo() local845 if (thisVal == null) { in compareTo()850 cmp = thisVal.compareTo(otherVal); in compareTo()
470 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame)); in ProcessInitializer() local488 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal); in ProcessInitializer()491 FieldLoc = State->getLValue(BMI->getMember(), thisVal); in ProcessInitializer()