Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp689 bool IsEndB = EndDirectives.contains(DirB); in emitLeafTable() local
690 if (IsEndA != IsEndB) in emitLeafTable()
691 return IsEndA < IsEndB; in emitLeafTable()