Searched refs:AddrLabelExpr (Results 1 - 23 of 23) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h24 class AddrLabelExpr;
106 const AddrLabelExpr* LHSExpr;
107 const AddrLabelExpr* RHSExpr;
161 APValue(const AddrLabelExpr* LHSExpr, const AddrLabelExpr* RHSExpr)
338 const AddrLabelExpr* getAddrLabelDiffLHS() const {
342 const AddrLabelExpr* getAddrLabelDiffRHS() const {
386 void setAddrLabelDiff(const AddrLabelExpr* LHSExpr,
387 const AddrLabelExpr* RHSExpr) {
H A DExpr.h3350 /// AddrLabelExpr - The GNU address of label extension, representing &&label.
3351 class AddrLabelExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3355 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
3362 explicit AddrLabelExpr(EmptyShell Empty) function in class:clang::StringLiteral::OffsetOfExpr::AddrLabelExpr
H A DDataRecursiveASTVisitor.h2159 DEF_TRAVERSE_STMT(AddrLabelExpr, {})
H A DRecursiveASTVisitor.h2181 DEF_TRAVERSE_STMT(AddrLabelExpr, {})
/external/lldb/include/lldb/Core/
H A DClangForward.h31 class AddrLabelExpr;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h308 Loc makeLoc(const AddrLabelExpr *expr) {
/external/clang/lib/AST/
H A DASTDumper.cpp325 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
1811 void ASTDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) {
H A DStmt.cpp945 if (AddrLabelExpr *E =
946 dyn_cast<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts()))
H A DExprConstant.cpp4318 // * AddrLabelExpr
4657 bool VisitAddrLabelExpr(const AddrLabelExpr *E)
6520 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
6521 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr);
6702 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr);
6703 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExp
[all...]
H A DStmtProfile.cpp545 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) {
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp921 CGF->GetAddrOfLabel(cast<AddrLabelExpr>(E)->getLabel());
1149 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS();
1150 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS();
H A DCGExprScalar.cpp206 Value *VisitAddrLabelExpr(const AddrLabelExpr *E) {
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp282 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel());
H A DSemaChecking.cpp4467 } else if (isa<AddrLabelExpr>(stackE)) { // address of label.
H A DTreeTransform.h7506 TreeTransform<Derived>::TransformAddrLabelExpr(AddrLabelExpr *E) {
H A DSemaExpr.cpp10060 return new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl,
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp236 return makeLoc(cast<AddrLabelExpr>(E));
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc536 VISIT(AddrLabelExpr);
601 IGNORE_EXPR(AddrLabelExpr);
/external/clang/include/clang/Serialization/
H A DASTReader.h58 class AddrLabelExpr;
/external/clang/lib/Analysis/
H A DCFG.cpp352 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc);
1320 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc);
1507 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp815 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) {
2298 S = new (Context) AddrLabelExpr(Empty);
H A DASTWriterStmt.cpp749 void ASTStmtWriter::VisitAddrLabelExpr(AddrLabelExpr *E) {
/external/clang/tools/libclang/
H A DCIndex.cpp1813 void VisitAddrLabelExpr(const AddrLabelExpr *E);
2016 void EnqueueVisitor::VisitAddrLabelExpr(const AddrLabelExpr *E) {
3777 return cxstring::createRef("AddrLabelExpr");

Completed in 351 milliseconds