Home | History | Annotate | Download | only in Compiler

Lines Matching defs:is_string

159     #  is_string             boolean     Is a C char * type
217 is_string = 0
893 return not src_type.is_ptr or src_type.is_string or src_type.is_pyunicode_ptr
1205 if self.is_string or self.is_pyunicode_ptr:
2096 self.is_string = 1
2102 if self.is_string and not base_type.is_error:
2122 if self.is_string:
2130 if self.is_string: