| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 87 void CheckGotoStmt(GotoStmt *GS); 492 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() 797 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
|
| H A D | SemaStmt.cpp | 1380 void VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 2396 return new (Context) GotoStmt(TheDecl, GotoLoc, LabelLoc); in ActOnGotoStmt()
|
| H A D | TreeTransform.h | 5984 TreeTransform<Derived>::TransformGotoStmt(GotoStmt *S) { in TransformGotoStmt()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | VariantValueTest.cpp | 72 EXPECT_FALSE(Value.getMatcher().hasTypedMatcher<GotoStmt>()); in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 21 def GotoStmt : Stmt;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 1211 class GotoStmt : public Stmt { 1216 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function 1220 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
|
| H A D | DataRecursiveASTVisitor.h | 1918 DEF_TRAVERSE_STMT(GotoStmt, {})
|
| H A D | RecursiveASTVisitor.h | 1935 DEF_TRAVERSE_STMT(GotoStmt, {})
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 387 CFGBlock *VisitGotoStmt(GotoStmt *G); 1015 const GotoStmt *G = cast<GotoStmt>(B->getTerminator()); in buildCFG() 1482 return VisitGotoStmt(cast<GotoStmt>(S)); in Visit() 2282 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) { in VisitGotoStmt()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 316 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| H A D | CGStmt.cpp | 254 case Stmt::GotoStmtClass: EmitGotoStmt(cast<GotoStmt>(*S)); break; in EmitSimpleStmt() 481 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) { in EmitGotoStmt()
|
| H A D | CoverageMappingGen.cpp | 644 void VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| H A D | CodeGenFunction.h | 1958 void EmitGotoStmt(const GotoStmt &S);
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTDumper.cpp | 481 void VisitGotoStmt(const GotoStmt *Node); 1625 void ASTDumper::VisitGotoStmt(const GotoStmt *Node) { in VisitGotoStmt()
|
| H A D | StmtProfile.cpp | 139 void StmtProfiler::VisitGotoStmt(const GotoStmt *S) { in VisitGotoStmt()
|
| H A D | StmtPrinter.cpp | 340 void StmtPrinter::VisitGotoStmt(GotoStmt *Node) { in VisitGotoStmt()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 73 class GotoStmt; variable
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1228 const internal::VariadicDynCastAllOfMatcher<Stmt, GotoStmt> gotoStmt;
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1844 void VisitGotoStmt(const GotoStmt *GS); 2220 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt() 4820 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 249 void ASTStmtReader::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt() 2288 S = new (Context) GotoStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 176 void ASTStmtWriter::VisitGotoStmt(GotoStmt *S) { in VisitGotoStmt()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1846 isa<GotoStmt>(Term)) { in GenerateAlternateExtensivePathDiagnostic()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1719 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
|
| H A D | RewriteModernObjC.cpp | 1939 if (isa<ReturnStmt>(S) || isa<GotoStmt>(S)) { in WarnAboutReturnGotoStmts()
|