Home
last modified time | relevance | path

Searched refs:IndirectJumpTargets (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp77 SmallVector<LabelDecl*, 4> IndirectJumpTargets; member in __anond6565a0e0111::JumpScopeChecker
318 IndirectJumpTargets.push_back(cast<AddrLabelExpr>(S)->getLabel()); in BuildScopeInformation()
715 IsAsmGoto ? AsmJumpTargets : IndirectJumpTargets; in VerifyIndirectOrAsmJumps()