HomeSort by relevance Sort by last modified time
    Searched refs:RHSExpr (Results 1 - 7 of 7) 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/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 50 StringRef RHSExpr = Expr.substr(EQIdx + 1).ltrim();
53 evalComplexExpr(evalSimpleExpr(RHSExpr));
57 return handleError(Expr, unexpectedToken(RemainingExpr, 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/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 146 milliseconds