OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSResult
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
46
EvalResult
LHSResult
;
47
std::tie(
LHSResult
, RemainingExpr) =
49
if (
LHSResult
.hasError())
50
return handleError(Expr,
LHSResult
);
64
if (
LHSResult
.getValue() != RHSResult.getValue()) {
66
<< format("0x%" PRIx64,
LHSResult
.getValue())
186
EvalResult computeBinOpResult(BinOpToken Op, const EvalResult &
LHSResult
,
192
return EvalResult(
LHSResult
.getValue() + RHSResult.getValue());
194
return EvalResult(
LHSResult
.getValue() - RHSResult.getValue());
196
return EvalResult(
LHSResult
.getValue() & RHSResult.getValue())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
12186
EvalResult
LHSResult
; // meaningful only for binary operator expression.
12252
bool VisitBinOpLHSOnly(EvalResult &
LHSResult
, const BinaryOperator *E,
12255
bool VisitBinOp(const EvalResult &
LHSResult
, const EvalResult &RHSResult,
12277
VisitBinOpLHSOnly(EvalResult &
LHSResult
, const BinaryOperator *E,
12281
if (
LHSResult
.Failed)
12288
if (!
LHSResult
.Failed && HandleConversionToBool(
LHSResult
.Val, LHSAsBool)) {
12292
Success(LHSAsBool, E,
LHSResult
.Val);
12296
LHSResult
.Failed = true;
12315
if (
LHSResult
.Failed && !Info.noteFailure()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
8220
ExprResult
LHSResult
= CheckPlaceholderExpr(LHS.get());
8221
if (!
LHSResult
.isUsable()) return QualType();
8222
LHS =
LHSResult
;
8720
ExprResult
LHSResult
= CorrectDelayedTyposInExpr(LHSExpr);
8727
if (!
LHSResult
.isUsable())
8735
LHSExpr =
LHSResult
.get();
10877
Expr::EvalResult
LHSResult
;
10880
!LHS.get()->EvaluateAsInt(
LHSResult
, S.Context))
10882
llvm::APSInt Left =
LHSResult
.Val.getInt();
12447
ExprResult
LHSResult
= LHS, RHSResult = RHS
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
1203
Expr::EvalResult
LHSResult
;
1204
if (Bop->getLHS()->EvaluateAsInt(
LHSResult
, *Context)) {
1205
llvm::APSInt IntVal =
LHSResult
.Val.getInt();
Completed in 66 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026