Home
last modified time | relevance | path

Searched refs:LabelStmt (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DLabelStmt.cpp27 LabelStmt::LabelStmt(const Symbol *name, const LexLocation &loc, Stmt *s) : in LabelStmt() function in LabelStmt
35 LabelStmt::~LabelStmt() in ~LabelStmt()
40 void LabelStmt::EmitActual(Bytecode &b) in EmitActual()
47 Stmt* LabelStmt::CloneActual(Mapping *m) const in CloneActual()
49 return new LabelStmt(fName, fLocation, GetBody()->Clone(m)); in CloneActual()
H A DGotoStmt.cpp31 LabelStmt* find(const Symbol *name);
32 void add(LabelStmt *s) { fLabels.push_back(s); } in add()
35 vector<LabelStmt*> fLabels;
87 LabelStmt* ls = dynamic_cast<LabelStmt*>(s); in operator ()()
129 LabelStmt* ls = fLabelSet.find(gs->fName); in operator ()()
162 LabelStmt* LabelSet::find(const Symbol *s) in find()
H A DLabelStmt.h41 class LabelStmt : public ChainStmt
44 LabelStmt(const Symbol *name, const LexLocation &loc, Stmt *s = 0);
45 ~LabelStmt();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp120 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
142 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.cpp120 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
142 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DVarBypassDetector.cpp119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation()
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dstmt.go282 type LabelStmt struct { struct
287 func NewLabelStmt(pos src.XPos, label *types.Sym) *LabelStmt {
288 n := &LabelStmt{Label: label}
294 func (n *LabelStmt) Sym() *types.Sym { return n.Label } argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
210 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
215 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.h31 class LabelStmt; variable
207 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
212 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);

12345678910>>...29