HomeSort by relevance Sort by last modified time
    Searched refs:LHSExpr (Results 1 - 9 of 9) 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/Transforms/Scalar/
NaryReassociate.cpp 504 Instruction *NaryReassociate::tryReassociatedBinaryOp(const SCEV *LHSExpr,
507 // Look for the closest dominator LHS of I that computes LHSExpr, and replace
509 auto *LHS = findClosestMatchingDominator(LHSExpr, I);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 42 StringRef LHSExpr = Expr.substr(0, EQIdx).rtrim();
46 evalComplexExpr(evalSimpleExpr(LHSExpr, OutsideLoad), OutsideLoad);
50 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, ""));
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 645 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
648 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
653 BoolExpr = LHSExpr;
684 const Expr *LHSExpr = B->getLHS()->IgnoreParens();
687 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(LHSExpr);
692 BoolExpr = LHSExpr;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 165 milliseconds