Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/p4/compiler/
DcompilationException.py6 def __init__(self, isBug, format, *message): argument
11 assert isinstance(isBug, bool)
14 self.isBug = isBug
Dp4toEbpf.py97 if e.isBug:
DebpfStructType.py27 e.isBug, "{0}.{1}: {2}", hlirParentType, self.name, e.show())