Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp85 ActiveLabel = Label; in jumpTrue()
93 ActiveLabel = Label; in jumpFalse()
100 CurrentLabel = ActiveLabel = Label; in jump()
106 ActiveLabel = Label; in fallthrough()
H A DEvalEmitter.h110 LabelTy ActiveLabel = 0; variable
114 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive()