HomeSort by relevance Sort by last modified time
    Searched full:rhs_i (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 344 const llvm::APSInt *rhs_I;
346 rhs_I = &BasicVals.Convert(lhsInt.getValue(), *Constant);
348 rhs_I = &BasicVals.Convert(resultTy, *Constant);
350 rhs = nonloc::ConcreteInt(*rhs_I);
515 if (nonloc::ConcreteInt *rhs_I = dyn_cast<nonloc::ConcreteInt>(&rhs)){
517 rhs_I->getValue()));
529 const llvm::APSInt &rhs_I = BasicVals.Convert(conversionType,
531 rhs = nonloc::ConcreteInt(rhs_I);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 64 milliseconds