Lines Matching full:definitions
113 # This doesn't parse the struct definitions completely, it just assumes
244 """OBJECT_CHECK/OBJECT_CLASS_CHECK/OBJECT_GET_CLASS macro definitions
777 definitions: List[FileMatch]
796 # first we scan for all symbol definitions and usage:
802 index.setdefault(i, SymbolUserList([], [])).definitions.append(d)
817 if len(ul.definitions) == 0:
827 if len(ul.definitions) > 1:
828 ul.definitions[1].warn("%s defined twice", i.name)
829 ul.definitions[0].warn("previously defined here")
833 assert len(ul.definitions) == 1
834 definition = ul.definitions[0]