Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h34 using OptLabelTy = std::optional<LabelTy>; variable
79 OptLabelTy BreakLabel;
81 OptLabelTy ContinueLabel;
83 OptLabelTy DefaultLabel;
H A DByteCodeStmtGen.cpp37 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy; typedef in clang::interp::LoopScope
53 OptLabelTy OldBreakLabel;
54 OptLabelTy OldContinueLabel;
61 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy; typedef in clang::interp::SwitchScope
65 LabelTy BreakLabel, OptLabelTy DefaultLabel) in SwitchScope()
81 OptLabelTy OldBreakLabel;
82 OptLabelTy OldDefaultLabel;
585 OptLabelTy DefaultLabel = std::nullopt; in visitSwitchStmt()