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 41 EvalResult LHSResult;
42 std::tie(LHSResult, RemainingExpr) =
44 if (LHSResult.hasError())
45 return handleError(Expr, LHSResult);
59 if (LHSResult.getValue() != RHSResult.getValue()) {
61 << format("0x%lx", LHSResult.getValue()) << " != "
158 EvalResult computeBinOpResult(BinOpToken Op, const EvalResult &LHSResult,
163 return EvalResult(LHSResult.getValue() + RHSResult.getValue());
165 return EvalResult(LHSResult.getValue() - RHSResult.getValue());
167 return EvalResult(LHSResult.getValue() & RHSResult.getValue())
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 142 milliseconds