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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 45 EvalResult LHSResult;
46 std::tie(LHSResult, RemainingExpr) =
48 if (LHSResult.hasError())
49 return handleError(Expr, LHSResult);
63 if (LHSResult.getValue() != RHSResult.getValue()) {
65 << format("0x%" PRIx64, LHSResult.getValue())
185 EvalResult computeBinOpResult(BinOpToken Op, const EvalResult &LHSResult,
191 return EvalResult(LHSResult.getValue() + RHSResult.getValue());
193 return EvalResult(LHSResult.getValue() - RHSResult.getValue());
195 return EvalResult(LHSResult.getValue() & RHSResult.getValue())
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 110 milliseconds