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 44 EvalResult LHSResult;
45 std::tie(LHSResult, RemainingExpr) =
47 if (LHSResult.hasError())
48 return handleError(Expr, LHSResult);
62 if (LHSResult.getValue() != RHSResult.getValue()) {
64 << format("0x%" PRIx64, LHSResult.getValue())
183 EvalResult computeBinOpResult(BinOpToken Op, const EvalResult &LHSResult,
189 return EvalResult(LHSResult.getValue() + RHSResult.getValue());
191 return EvalResult(LHSResult.getValue() - RHSResult.getValue());
193 return EvalResult(LHSResult.getValue() & RHSResult.getValue())
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 65 milliseconds