/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 420 let Read = [{ const_cast<AddrLabelExpr *>(node.getAddrLabelDiffLHS()) }]; 423 let Read = [{ const_cast<AddrLabelExpr *>(node.getAddrLabelDiffRHS()) }]; 426 return APValue(cast<AddrLabelExpr>(lhs), cast<AddrLabelExpr>(rhs));
|
H A D | StmtDataCollectors.td | 161 class AddrLabelExpr {
|
H A D | TextNodeDumper.h | 289 void VisitAddrLabelExpr(const AddrLabelExpr *Node);
|
H A D | JSONNodeDumper.h | 301 void VisitAddrLabelExpr(const AddrLabelExpr *ALE);
|
H A D | Stmt.h | 60 class AddrLabelExpr; variable 3421 AddrLabelExpr *getLabelExpr(unsigned i) const; 3423 using labels_iterator = CastIterator<AddrLabelExpr>; 3424 using const_labels_iterator = ConstCastIterator<AddrLabelExpr>;
|
H A D | Expr.h | 4362 class AddrLabelExpr : public Expr { 4366 AddrLabelExpr(SourceLocation AALoc, SourceLocation LLoc, LabelDecl *L, in AddrLabelExpr() function 4374 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 318 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation() 688 for (AddrLabelExpr *L : G->labels()) { in VerifyJumps()
|
H A D | CheckExprLifetime.cpp | 904 Visit(Path, Local(cast<AddrLabelExpr>(Init)), RK_ReferenceBinding); in visitLocalsRetainedByInitializer() 1206 } else if (isa<AddrLabelExpr>(L)) { in checkExprLifetimeImpl()
|
H A D | SemaCoroutine.cpp | 1134 for (AddrLabelExpr *ALE : Fn->AddrLabels) in CheckCompletedCoroutineBody()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 385 loc::GotoLabel makeLoc(const AddrLabelExpr *expr) { in makeLoc()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 528 AddrLabelExpr *GCCAsmStmt::getLabelExpr(unsigned i) const { in getLabelExpr() 529 return cast<AddrLabelExpr>(Exprs[i + NumOutputs + NumInputs]); in getLabelExpr() 1184 if (auto *E = dyn_cast<AddrLabelExpr>(getTarget()->IgnoreParenImpCasts())) in getConstantTarget()
|
H A D | ASTStructuralEquivalence.cpp | 173 bool IsStmtEquivalent(const AddrLabelExpr *E1, const AddrLabelExpr *E2) { in IsStmtEquivalent()
|
H A D | ExprConstant.cpp | 9107 bool VisitAddrLabelExpr(const AddrLabelExpr *E) in VisitAddrLabelExpr() 13438 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinOp() 13439 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinOp() 13985 const AddrLabelExpr *LHSAddrExpr = dyn_cast<AddrLabelExpr>(LHSExpr); in VisitBinaryOperator() 13986 const AddrLabelExpr *RHSAddrExpr = dyn_cast<AddrLabelExpr>(RHSExpr); in VisitBinaryOperator()
|
H A D | JSONNodeDumper.cpp | 1464 void JSONNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *ALE) { in VisitAddrLabelExpr()
|
H A D | StmtProfile.cpp | 1515 void StmtProfiler::VisitAddrLabelExpr(const AddrLabelExpr *S) { in VisitAddrLabelExpr()
|
H A D | ASTImporter.cpp | 590 ExpectedStmt VisitAddrLabelExpr(AddrLabelExpr *E); 7631 ExpectedStmt ASTNodeImporter::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() 7640 return new (Importer.getToContext()) AddrLabelExpr( in VisitAddrLabelExpr() 10300 Result.setAddrLabelDiff(cast<AddrLabelExpr>(ImpLHS), in ImportAPValue() 10301 cast<AddrLabelExpr>(ImpRHS)); in ImportAPValue()
|
H A D | StmtPrinter.cpp | 1719 void StmtPrinter::VisitAddrLabelExpr(AddrLabelExpr *Node) { in VisitAddrLabelExpr()
|
H A D | TextNodeDumper.cpp | 1521 void TextNodeDumper::VisitAddrLabelExpr(const AddrLabelExpr *Node) { in VisitAddrLabelExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 246 llvm::SmallVector<AddrLabelExpr *, 4> AddrLabels;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 111 def AddrLabelExpr : StmtNode<Expr>;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 2002 ConstantLValue VisitAddrLabelExpr(const AddrLabelExpr *E); 2215 ConstantLValueEmitter::VisitAddrLabelExpr(const AddrLabelExpr *E) { in VisitAddrLabelExpr() 2396 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in tryEmitPrivate() 2397 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in tryEmitPrivate()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 187 bool VisitAddrLabelExpr(const AddrLabelExpr *E);
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 1134 bool matchesSpecialized(const AddrLabelExpr &Node, 1213 ElaboratedType, InjectedClassNameType, LabelStmt, AddrLabelExpr,
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 560 CFGBlock *VisitAddrLabelExpr(AddrLabelExpr *A, AddStmtChoice asc); 2214 return VisitAddrLabelExpr(cast<AddrLabelExpr>(S), asc); in Visit() 2459 CFGBlock *CFGBuilder::VisitAddrLabelExpr(AddrLabelExpr *A, in VisitAddrLabelExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1333 void ASTStmtReader::VisitAddrLabelExpr(AddrLabelExpr *E) { in VisitAddrLabelExpr() 3256 S = new (Context) AddrLabelExpr(Empty); in ReadStmtFromStream()
|