HomeSort by relevance Sort by last modified time
    Searched refs:LHSExpr (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
APValue.h 106 const AddrLabelExpr* LHSExpr;
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
163 MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr, RHSExpr);
340 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->LHSExpr;
386 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr,
388 ((AddrLabelDiffData*)(char*)Data.buffer)->LHSExpr = LHSExpr;
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 39 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim();
43 evalComplexExpr(evalSimpleExpr(LHSExpr));
47 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, ""));
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 503 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
506 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
511 BoolExpr = LHSExpr;
542 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
545 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
550 BoolExpr = LHSExpr;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 972 milliseconds