Home
last modified time | relevance | path

Searched refs:AddrLabelExpr (Results 1 – 25 of 25) 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.h3355 class AddrLabelExpr : public Expr {
3359 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() function
3366 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr() function
DDataRecursiveASTVisitor.h2178 DEF_TRAVERSE_STMT(AddrLabelExpr, {})
DRecursiveASTVisitor.h2208 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.td90 def AddrLabelExpr : DStmt<Expr>;
/external/clang/lib/CodeGen/
DCGExprConstant.cpp948 CGF->GetAddrOfLabel(cast<AddrLabelExpr>(E)->getLabel()); in EmitLValue()
1196 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in EmitConstantValue()
1197 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in EmitConstantValue()
DCGExprScalar.cpp243 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp236 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.cpp283 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
DSemaChecking.cpp5165 } else if (isa<AddrLabelExpr>(stackE)) { // address of label. in CheckReturnStackAddr()
DTreeTransform.h8018 TreeTransform<Derived>::TransformAddrLabelExpr(AddrLabelExpr *E) { in TransformAddrLabelExpr()
DSemaExpr.cpp10751 return new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl, in ActOnAddrLabel()
/external/clang/lib/AST/
DExprConstant.cpp4770 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr()
6764 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinOp()
6765 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinOp()
6962 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinaryOperator()
6963 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinaryOperator()
DASTDumper.cpp500 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
1871 void ASTDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr()
DStmt.cpp1004 if (AddrLabelExpr *E = in getConstantTarget()
1005 dyn_cast<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts())) in getConstantTarget()
DStmtProfile.cpp683 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr()
DStmtPrinter.cpp1330 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr()
/external/clang/lib/Analysis/
DCFG.cpp358 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
1388 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit()
1575 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr()
/external/clang/include/clang/Serialization/
DASTReader.h58 class AddrLabelExpr; variable
/external/clang/lib/Serialization/
DASTReaderStmt.cpp816 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr()
2560 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp755 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr()
/external/clang/tools/libclang/
DCIndex.cpp1820 void VisitAddrLabelExpr(const AddrLabelExpr *E);
2112 void EnqueueVisitor::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr()