HomeSort by relevance Sort by last modified time
    Searched refs:getLHS (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 261 const SCEV *getLHS() const { return LHS; }
537 push(UDiv->getLHS());
599 return SE.getUDivExpr(((SC*)this)->visit(Expr->getLHS()),
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 222 return (RefD == getReferencedDecl(Bop->getLHS())) && isPlusOneAssign(Bop);
438 if (bopE->getOpcode() == BO_Comma && bopE->getLHS() == E &&
TransAutoreleasePool.cpp 189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts())))
272 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS()))
CheckObjCDealloc.cpp 62 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParenCasts()))
MallocSizeofChecker.cpp 116 Visit(E->getLHS());
CheckSecuritySyntaxOnly.cpp 194 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
251 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
IvarInvalidationChecker.cpp 684 check(BO->getLHS());
688 if (Opcode != BO_Assign && isZero(BO->getLHS())) {
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CodeGenFunction.cpp     [all...]
CoverageMappingGen.cpp 789 Visit(CS->getLHS());
856 Visit(E->getLHS());
864 Visit(E->getLHS());
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 393 classify(BO->getLHS(), C);
424 classify(BO->getLHS(), Use);
426 classify(BO->getLHS(), Ignore);
747 FindVarResult Var = findVar(BO->getLHS());
LiveVariables.cpp 338 Expr *LHS = B->getLHS()->IgnoreParens();
522 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {
Consumed.cpp 704 InfoEntry LEntry = findInfo(BinOp->getLHS()),
734 forwardInfo(BinOp->getLHS(), BinOp);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 214 const SCEV *LO = X->getLHS();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCExpr.cpp 176 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
  /external/clang/lib/Sema/
SemaStmt.cpp 138 CanAssign = Op->getLHS()->IgnoreParenImpCasts()->isLValue();
821 Expr *Lo = CS->getLHS();
901 Expr *PrevCase = CaseVals[i-1].second->getLHS()->IgnoreParenCasts();
902 Expr *CurrCase = CaseVals[i].second->getLHS()->IgnoreParenCasts();
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 520 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
535 : ClassifyInternal(Ctx, E->getLHS());
ExprConstant.cpp     [all...]
Expr.cpp 90 E = BO->getLHS();
96 CommaLHSs.push_back(BO->getLHS());
153 return BO->getLHS()->isKnownToHaveBooleanValue() &&
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 757 case 0: return getLHS();
763 Init *getLHS() const { return LHS; }
812 case 0: return getLHS();
819 Init *getLHS() const { return LHS; }
    [all...]
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 131 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 221 int64_t LHSVal = EvaluateCRExpr(BE->getLHS());
818 BinExpr->getLHS(), Ctx);
    [all...]

Completed in 527 milliseconds

12 3 4 5