Lines Matching refs:STRING
1313 elif sym.orig_type is STRING:
1489 elif sym.orig_type is STRING:
1872 if sym.orig_type is STRING:
3762 elif sym.orig_type: # STRING/INT/HEX
3771 if sym.orig_type is STRING:
4003 The type of the symbol. One of BOOL, TRISTATE, STRING, INT, HEX, UNKNOWN.
4404 elif self.orig_type is STRING:
4547 # sym.orig_type is STRING
4616 (self.orig_type is STRING or
4946 if self.orig_type: # STRING/INT/HEX
6025 if v1.orig_type is STRING and v2.orig_type is STRING:
6985 STRING = _T_STRING
6993 STRING: "string",
7003 STRING: 0,
7012 _T_DEF_STRING: STRING,