Home
last modified time | relevance | path

Searched defs:GotoStmt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dattr-likelihood-if-branch-weights.cpp105 void GotoStmt() { in GotoStmt() function
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DAvoidGotoCheck.cpp20 AST_MATCHER(GotoStmt, isForwardJumping) { in AST_MATCHER() argument
/external/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp113 GotoStmt, enumerator
/external/llvm-project/clang/include/clang/AST/
DStmt.h231 friend class GotoStmt; variable
2577 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
2583 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) {} in GotoStmt() function
/external/clang/include/clang/AST/
DStmt.h1229 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt() function
1233 explicit GotoStmt(EmptyShell Empty) : Stmt(GotoStmtClass, Empty) { } in GotoStmt() function
/external/clang/include/clang/Serialization/
DASTReader.h77 class GotoStmt; variable
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp1102 void Before(const GotoStmt &) { // R1157 in Before()