OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseExp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
1434
Expr *
BaseExp
= BaseExpr.get()->IgnoreParenImpCasts();
1435
if (UnaryOperator *UO = dyn_cast<UnaryOperator>(
BaseExp
))
1437
BaseExp
= UO->getSubExpr()->IgnoreParenCasts();
1439
if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(
BaseExp
))
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp
264
const SCEV *
BaseExp
= SE.getTruncateOrZeroExtend(SE.getSCEV(Base), PtrTy);
265
const SCEV *Diff = SE.getMinusSCEV(AddrExp,
BaseExp
);
Completed in 77 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026