OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RHSExpr
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
482
const SCEV *
RHSExpr
= SE->getSCEV(RHS);
483
if (BExpr !=
RHSExpr
) {
485
tryReassociatedBinaryOp(getBinarySCEV(I, AExpr,
RHSExpr
), B, I))
488
if (AExpr !=
RHSExpr
) {
490
tryReassociatedBinaryOp(getBinarySCEV(I, BExpr,
RHSExpr
), A, I))
602
const SCEV *
RHSExpr
= SE->getSCEV(RHS);
605
if (BExpr ==
RHSExpr
)
609
std::swap(BExpr,
RHSExpr
);
611
if (AExpr ==
RHSExpr
)
615
std::swap(AExpr,
RHSExpr
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
296
const AddrLabelExpr*
RHSExpr
;
354
APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr*
RHSExpr
)
356
MakeAddrLabelDiff(); setAddrLabelDiff(LHSExpr,
RHSExpr
);
577
return ((const AddrLabelDiffData *)(const char *)&Data)->
RHSExpr
;
618
const AddrLabelExpr*
RHSExpr
) {
620
((AddrLabelDiffData *)(char *)&Data)->
RHSExpr
=
RHSExpr
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
7719
bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *
RHSExpr
,
7722
Expr *NonPointerExpr =
RHSExpr
;
7728
NullExpr =
RHSExpr
;
7780
Expr *
RHSExpr
= RHS.get();
7783
S.Diag(
RHSExpr
->getBeginLoc(), diag::ext_typecheck_cond_one_void)
7784
<<
RHSExpr
->getSourceRange();
7785
if (!
RHSExpr
->getType()->isVoidType())
8625
Expr *
RHSExpr
) {
8653
SourceRange(CondRHS->getBeginLoc(),
RHSExpr
->getEndLoc()));
8714
Expr *
RHSExpr
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
55
StringRef
RHSExpr
= Expr.substr(EQIdx + 1).ltrim();
58
evalComplexExpr(evalSimpleExpr(
RHSExpr
, OutsideLoad), OutsideLoad);
62
return handleError(Expr, unexpectedToken(RemainingExpr,
RHSExpr
, ""));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp
2101
const AddrLabelExpr *
RHSExpr
= Value.getAddrLabelDiffRHS();
2103
llvm::Constant *RHS = tryEmitPrivate(
RHSExpr
,
RHSExpr
->getType());
CGOpenMPRuntime.cpp
5729
const Expr *
RHSExpr
= UpExpr;
5730
if (
RHSExpr
) {
5733
RHSExpr
->IgnoreParenImpCasts())) {
5736
RHSExpr
= ACO->getCond();
5739
dyn_cast<BinaryOperator>(
RHSExpr
->IgnoreParenImpCasts())) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
922
const Expr *
RHSExpr
= B->getRHS()->IgnoreParens();
925
const Expr *BoolExpr =
RHSExpr
;
928
IntLiteral = dyn_cast<IntegerLiteral>(
RHSExpr
);
961
const Expr *
RHSExpr
= B->getRHS()->IgnoreParens();
964
const Expr *BoolExpr =
RHSExpr
;
967
IntLiteral = dyn_cast<IntegerLiteral>(
RHSExpr
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
4880
void DiagnoseSelfMove(const Expr *LHSExpr, const Expr *
RHSExpr
,
5446
tok::TokenKind Kind, Expr *LHSExpr, Expr *
RHSExpr
);
5448
BinaryOperatorKind Opc, Expr *LHSExpr, Expr *
RHSExpr
);
5450
Expr *LHSExpr, Expr *
RHSExpr
);
5460
Expr *CondExpr, Expr *LHSExpr, Expr *
RHSExpr
);
5500
Expr *
RHSExpr
, SourceLocation RPLoc);
11617
bool DiagnoseConditionalForNull(Expr *LHSExpr, Expr *
RHSExpr
,
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
12398
const Expr *
RHSExpr
= RHSVal.getLValueBase().dyn_cast<const Expr*>();
12399
if (!LHSExpr || !
RHSExpr
)
12402
const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(
RHSExpr
);
12909
const Expr *
RHSExpr
= RHSValue.Base.dyn_cast<const Expr *>();
12910
if (!LHSExpr || !
RHSExpr
)
12913
const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(
RHSExpr
);
Completed in 99 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026