Home
last modified time | relevance | path

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

/zcbor-3.6.0/zcbor/
Dzcbor.py163 def add_semicolon(decl): argument
164 if len(decl) != 0 and decl[-1][-1] != ";":
165 decl[-1] += ";"
166 return decl
1809 decl = [line for child in self.value for line in child.full_declaration()]
1810 return decl
1814 decl = list()
1817 decl.extend(child.add_var_name(
1819 return decl
1957 decl = self.add_var_name(var_type, anonymous=(self.type == "UNION"))
[all …]