Home
last modified time | relevance | path

Searched refs:LabelDecl (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
71 SmallVector<LabelDecl*, 4> AsmJumpTargets;
621 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
669 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
706 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
707 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
710 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
714 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
727 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
730 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
71 SmallVector<LabelDecl*, 4> AsmJumpTargets;
636 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
684 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
721 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
722 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
725 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
729 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
742 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
745 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
71 SmallVector<LabelDecl*, 4> AsmJumpTargets;
636 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
684 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
721 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
722 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
725 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
729 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
742 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
745 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
71 SmallVector<LabelDecl*, 4> AsmJumpTargets;
621 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
669 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
706 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
707 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
710 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
714 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
727 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
730 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
71 SmallVector<LabelDecl*, 4> AsmJumpTargets;
621 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
669 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
706 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
707 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
710 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
714 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
727 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
730 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
78 SmallVector<LabelDecl*, 4> AsmJumpTargets;
672 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
720 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
757 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
758 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
761 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
765 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
778 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
781 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp71 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
72 SmallVector<LabelDecl*, 4> AsmJumpTargets;
648 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
696 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
733 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
734 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
737 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
741 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
754 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
757 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp71 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
72 SmallVector<LabelDecl*, 4> AsmJumpTargets;
648 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
696 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
733 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
734 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
737 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
741 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
754 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
757 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
78 SmallVector<LabelDecl*, 4> AsmJumpTargets;
666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
714 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
751 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
752 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
755 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
759 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
772 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
775 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
78 SmallVector<LabelDecl*, 4> AsmJumpTargets;
666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
714 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
751 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
752 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
755 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
759 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
772 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
775 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
78 SmallVector<LabelDecl*, 4> AsmJumpTargets;
666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
714 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
751 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
752 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
755 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
759 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
772 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
775 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp71 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
72 SmallVector<LabelDecl*, 4> AsmJumpTargets;
648 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
696 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
733 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
734 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
737 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
741 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
754 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
757 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
78 SmallVector<LabelDecl*, 4> AsmJumpTargets;
666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
714 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
751 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
752 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
755 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
759 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
772 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
775 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
78 SmallVector<LabelDecl*, 4> AsmJumpTargets;
666 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
714 SmallVector<LabelDecl *, 4> JumpTargets = in VerifyIndirectOrAsmJumps()
751 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectOrAsmJumps()
752 for (SmallVectorImpl<LabelDecl *>::iterator I = JumpTargets.begin(), in VerifyIndirectOrAsmJumps()
755 LabelDecl *TheLabel = *I; in VerifyIndirectOrAsmJumps()
759 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()
772 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectOrAsmJumps()
775 LabelDecl *TargetLabel = TI->second; in VerifyIndirectOrAsmJumps()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
83 LabelDecl *Target, unsigned TargetScope);
607 LabelDecl *Target = IGS->getConstantTarget();
688 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes;
689 for (SmallVectorImpl<LabelDecl*>::iterator
692 LabelDecl *TheLabel = *I;
696 LabelDecl *&Target = TargetScopes[LabelScope];
709 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator
712 LabelDecl *TargetLabel = TI->second;
789 LabelDecl *Target, bool &Diagnosed) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp70 SmallVector<LabelDecl*, 4> IndirectJumpTargets;
83 LabelDecl *Target, unsigned TargetScope);
607 LabelDecl *Target = IGS->getConstantTarget(); in VerifyJumps()
688 llvm::DenseMap<unsigned, LabelDecl*> TargetScopes; in VerifyIndirectJumps()
689 for (SmallVectorImpl<LabelDecl*>::iterator in VerifyIndirectJumps()
692 LabelDecl *TheLabel = *I; in VerifyIndirectJumps()
696 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectJumps()
709 for (llvm::DenseMap<unsigned,LabelDecl*>::iterator in VerifyIndirectJumps()
712 LabelDecl *TargetLabel = TI->second; in VerifyIndirectJumps()
789 LabelDecl *Target, bool &Diagnosed) { in DiagnoseIndirectJumpStmt()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
584 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
588 const LabelDecl *getLabel() const { in getLabel()
589 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
576 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
580 const LabelDecl *getLabel() const { in getLabel()
581 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
570 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
574 const LabelDecl *getLabel() const { in getLabel()
575 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
576 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
580 const LabelDecl *getLabel() const { in getLabel()
581 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
576 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
580 const LabelDecl *getLabel() const { in getLabel()
581 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
576 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
580 const LabelDecl *getLabel() const { in getLabel()
581 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
576 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
580 const LabelDecl *getLabel() const { in getLabel()
581 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
584 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
588 const LabelDecl *getLabel() const { in getLabel()
589 return static_cast<const LabelDecl *>(Data); in getLabel()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h40 class LabelDecl; variable
584 explicit GotoLabel(const LabelDecl *Label) : Loc(GotoLabelKind, Label) { in GotoLabel()
588 const LabelDecl *getLabel() const { in getLabel()
589 return static_cast<const LabelDecl *>(Data); in getLabel()

12345678910>>...26