HomeSort by relevance Sort by last modified time
    Searched defs:BaseExpr (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 531 const SCEV *BaseExpr = SE->getGEPExpr(GEP->getSourceElementType(),
536 factorArrayIndex(ArrayIdx, BaseExpr, ElementSize, GEP);
542 factorArrayIndex(TruncatedArrayIdx, BaseExpr, ElementSize, GEP);
  /external/clang/include/clang/AST/
ExprCXX.h 627 Expr *BaseExpr;
634 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
639 /*type-dependent*/ false, baseExpr->isValueDependent(),
640 baseExpr->isInstantiationDependent(),
641 baseExpr->containsUnexpandedParameterPack()),
642 BaseExpr(baseExpr), TheDecl(decl),
656 return BaseExpr->getLocStart();
665 return child_range((Stmt**)&BaseExpr, (Stmt**)&BaseExpr + 1)
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 288 const Expr *BaseExpr = BO->getLHS();
305 This = EmitPointerWithAlignment(BaseExpr);
307 This = EmitLValue(BaseExpr).getAddress();
    [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 840 milliseconds