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

  /external/clang/include/clang/AST/
APValue.h 107 const AddrLabelExpr* RHSExpr;
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
163 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
344 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
387 const AddrLabelExpr* RHSExpr) {
389 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 504 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
507 const Expr *BoolExpr = RHSExpr;
510 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
543 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
546 const Expr *BoolExpr = RHSExpr;
549 IntLiteral = dyn_cast<IntegerLiteral>(RHSExpr);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 75 milliseconds