reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/StmtPrinter.cpp
  417   if (Node->isAsmGoto())
tools/clang/lib/Analysis/CFG.cpp
 3264   if (!G->isAsmGoto())
tools/clang/lib/CodeGen/CGStmt.cpp
 2219     IsGCCAsmGoto = GS->isAsmGoto();
tools/clang/lib/Sema/JumpDiagnostics.cpp
  347       if (GS->isAsmGoto()) {
tools/clang/lib/Sema/SemaStmtAsm.cpp
  477     if (NS->isAsmGoto() && ConstraintIdx >= NS->getNumInputs())
  693   if (NS->isAsmGoto())
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  401         assert(cast<GCCAsmStmt>(Term)->isAsmGoto() && "Encountered GCCAsmStmt without labels");