Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h115 using OptLabelTy = std::optional<LabelTy>; variable
444 OptLabelTy BreakLabel;
448 OptLabelTy ContinueLabel;
450 OptLabelTy DefaultLabel;
H A DCompiler.cpp124 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy; typedef in clang::interp::LoopScope
145 OptLabelTy OldBreakLabel;
146 OptLabelTy OldContinueLabel;
155 using OptLabelTy = typename Compiler<Emitter>::OptLabelTy; typedef in clang::interp::SwitchScope
159 OptLabelTy DefaultLabel) in SwitchScope()
178 OptLabelTy OldBreakLabel;
179 OptLabelTy OldDefaultLabel;
5670 OptLabelTy DefaultLabel = std::nullopt; in visitSwitchStmt()