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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 54 EvalResult RHSResult;
55 std::tie(RHSResult, RemainingExpr) =
57 if (RHSResult.hasError())
58 return handleError(Expr, RHSResult);
62 if (LHSResult.getValue() != RHSResult.getValue()) {
65 << " != " << format("0x%" PRIx64, RHSResult.getValue())
184 const EvalResult &RHSResult) const {
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/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 61 milliseconds