Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp110 ActiveLabel = Label; in jumpTrue()
118 ActiveLabel = Label; in jumpFalse()
125 CurrentLabel = ActiveLabel = Label; in jump()
131 ActiveLabel = Label; in fallthrough()
H A DEvalEmitter.h69 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive()
125 LabelTy ActiveLabel = 0; variable