Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.cpp83 ActiveLabel = Label; in jumpTrue()
91 ActiveLabel = Label; in jumpFalse()
98 CurrentLabel = ActiveLabel = Label; in jump()
104 ActiveLabel = Label; in fallthrough()
H A DEvalEmitter.h108 LabelTy ActiveLabel = 0; variable
112 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive()