Home
last modified time | relevance | path

Searched refs:AddrLabelExpr (Results 1 – 24 of 24) sorted by relevance

/external/clang/include/clang/AST/
DAPValue.h24 class AddrLabelExpr; variable
106 const AddrLabelExpr* LHSExpr;
107 const AddrLabelExpr* RHSExpr;
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr) in APValue()
338 const AddrLabelExpr* getAddrLabelDiffLHS() const { in getAddrLabelDiffLHS()
342 const AddrLabelExpr* getAddrLabelDiffRHS() const { in getAddrLabelDiffRHS()
386 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr, in setAddrLabelDiff()
387 const AddrLabelExpr* RHSExpr) { in setAddrLabelDiff()
DExpr.h3405 class AddrLabelExpr : public Expr {
3409 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() function
3416 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr() function
DRecursiveASTVisitor.h2197 DEF_TRAVERSE_STMT(AddrLabelExpr, {})
/external/lldb/include/lldb/Core/
DClangForward.h31 class AddrLabelExpr; variable
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h308 Loc makeLoc(const AddrLabelExpr *expr) { in makeLoc()
/external/clang/include/clang/Basic/
DStmtNodes.td97 def AddrLabelExpr : DStmt<Expr>;
/external/clang/lib/AST/
DStmt.cpp881 if (AddrLabelExpr *E = in getConstantTarget()
882 dyn_cast<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts())) in getConstantTarget()
DExprConstant.cpp4892 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr()
7115 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinOp()
7116 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinOp()
7313 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinaryOperator()
7314 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinaryOperator()
DASTDumper.cpp506 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
1928 void ASTDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr()
DStmtProfile.cpp772 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr()
DStmtPrinter.cpp1486 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1051 CGF->GetAddrOfLabel(cast<AddrLabelExpr>(E)->getLabel()); in EmitLValue()
1368 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in EmitConstantValue()
1369 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in EmitConstantValue()
DCGExprScalar.cpp248 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp253 return makeLoc(cast<AddrLabelExpr>(E)); in getConstantVal()
/external/v8/tools/gcmole/
Dgcmole.cc536 VISIT(AddrLabelExpr); in VisitExpr()
601 IGNORE_EXPR(AddrLabelExpr);
/external/clang/lib/Sema/
DJumpDiagnostics.cpp286 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
DSemaChecking.cpp5652 } else if (isa<AddrLabelExpr>(stackE)) { // address of label. in CheckReturnStackAddr()
DTreeTransform.h8689 TreeTransform<Derived>::TransformAddrLabelExpr(AddrLabelExpr *E) { in TransformAddrLabelExpr()
DSemaExpr.cpp11050 return new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl, in ActOnAddrLabel()
/external/clang/lib/Analysis/
DCFG.cpp429 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
1445 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit()
1632 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr()
/external/clang/include/clang/Serialization/
DASTReader.h61 class AddrLabelExpr; variable
/external/clang/lib/Serialization/
DASTReaderStmt.cpp856 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr()
2816 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp798 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr()
/external/clang/tools/libclang/
DCIndex.cpp1873 void VisitAddrLabelExpr(const AddrLabelExpr *E);
2226 void EnqueueVisitor::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr()