Searched defs:RightFR (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp537 const FieldRegion *RightFR,
548 if (LeftFR->getSuperRegion() != RightFR->getSuperRegion())
552 const FieldDecl *RightFD = RightFR->getDecl();
807 const FieldRegion *RightFR = dyn_cast<FieldRegion>(RightMR); local
809 if (RightFR && LeftFR) {
810 SVal R = evalBinOpFieldRegionFieldRegion(LeftFR, RightFR, op, resultTy,
536 evalBinOpFieldRegionFieldRegion(const FieldRegion *LeftFR, const FieldRegion *RightFR, BinaryOperator::Opcode op, QualType resultTy, SimpleSValBuilder &SVB) argument

Completed in 507 milliseconds