Lines Matching full:if

80     if hasattr(n, 'coord') and n.coord is not None:
81 if 'fake_libc_include' in n.coord.file:
83 if FILTER_PRIVATE and '_private.h' not in n.coord.file:
112 if filter_node(self):
115 if self.dim is None:
120 if isinstance(self.type, TypeDecl):
156 if filter_node(self):
186 if filter_node(self):
189 if self.name and self.name == '_silence_gcc_warning':
192 if not self.name:
198 if name:
199 if name == '_silence_gcc_warning':
204 if isinstance(self.parent, (Struct, Union)):
205 if self.bitsize:
231 if isinstance(self.type, (Struct, Union)):
234 if 'quals' in res:
239 if res['json_type'] == 'forward_decl':
240 if res['name'] and res['name'] not in forward_decls:
247 if self.name:
254 if doc_search is None:
259 if (
266 if docstring:
269 if 'quals' in type_dict:
306 if filter_node(self):
343 if name and name not in collected_types:
360 if self.values:
364 if filter_node(self):
367 if self.name:
370 if doc_search is None:
391 if code[index - 1].isdigit():
452 if filter_node(self):
466 if parent_name and parent_name.startswith('_'):
467 if parent_name[1:] in collected_types:
496 if doc_search is None:
532 if filter_node(self):
539 if isinstance(obj, list):
585 if no_docstrings:
643 if (
652 if item.type.decls is None:
655 if item.type.name in forward_struct_decls:
657 if len(decs) == 2:
660 if FILTER_PRIVATE:
661 if (
668 if decl.type.decls and '_private.h' in decl.coord.file:
693 if item.type.type.name in forward_struct_decls:
698 if filter_node(item):
721 if item is None:
724 if is_type(item, 'typedef'):
742 if item['name'] is None:
759 if '_' + tdef_name in _enums:
765 if tdef_name.endswith('_t'):
771 if not en_name.startswith('NO_NAME_'):
777 if not member['name'].startswith('_')
780 if not member_names:
785 if c_name != td_name:
794 if enm['name'].startswith('NO_NAME_'):
810 if isinstance(typedef, list):
812 if obj_dict['json_type'] == 'struct':
860 if name and name not in collected_types:
886 if filter_node(self):
889 if self.name:
891 if doc_search is None:
898 if docstring is None:
900 if ret_docstring is None:
912 if arg['name'] and doc_search is not None:
914 if doc_arg.name == arg['name']:
915 if doc_arg.description is None:
967 if filter_node(self):
995 if filter_node(self):
1000 if name in BASIC_TYPES:
1042 if filter_node(self):
1071 if filter_node(self):
1074 if isinstance(self.type, FuncDecl):
1084 if 'quals' in res:
1104 if name and name not in collected_types:
1123 if filter_node(self):
1126 if not self.decls:
1128 if not name:
1131 if name:
1133 if struct_doc:
1151 if self.name:
1158 if struct_doc is not None:
1168 if struct_doc is not None:
1170 if field_doc.name == field['name']:
1219 if parent.declname == self.declname:
1225 if parent.name == self.declname:
1232 if parent is None:
1240 if filter_node(self):
1243 if self.parent is None:
1245 if self.declname is not None and not self.type.name:
1251 if not self.type.name and self.declname:
1268 if self._parent is None:
1273 if self.name and self.name not in collected_types:
1282 if filter_node(self):
1309 if not self.type.type.name and self.type.name:
1319 if doc_search is None:
1324 if (
1331 if 'quals' in type_dict:
1336 if (
1344 if isinstance(self.type, TypeDecl):
1347 if type_dict['name'] is None:
1348 if self.name is not None:
1353 if 'quals' in type_dict:
1360 if 'docstring' not in type_dict:
1363 if not type_dict['docstring']:
1366 if type_dict['name'] in _structures:
1369 if 'quals' in _structures[type_dict['name']]:
1376 if (
1386 if type_dict['name'] in _unions:
1389 if 'quals' in _unions[type_dict['name']]:
1396 if (
1406 if type_dict['name'] in _enums:
1407 if self.name is not None:
1421 if 'quals' in _enums[type_dict['name']]:
1428 if (
1438 if not type_dict['name']:
1442 if type_dict['name'] and type_dict['name'][1:] == self.name:
1446 if type_dict['name'] and type_dict['name'] == self.name:
1449 if isinstance(self.type.type, (Struct, Union)):
1464 if self.type.type.name:
1467 if not type_dict['docstring']:
1471 if not type_dict['name']:
1472 if self.type.name:
1491 if 'quals' in type_dict:
1496 if (
1503 if 'name' in type_dict and type_dict['name']:
1504 if type_dict['name'] == self.name:
1506 if type_dict['name'][1:] == self.name:
1544 if filter_node(self):
1547 if not self.name and isinstance(self.type, IdentifierType):
1552 if self.name and self.parent.name:
1555 if func_docs is not None:
1557 if arg.name and arg.name == self.name:
1601 if name and name not in collected_types:
1620 if filter_node(self):
1623 if not self.decls:
1625 if not name:
1628 if name:
1630 if union_doc:
1647 if self.name:
1654 if union_doc is not None:
1664 if union_doc is not None:
1666 if field_doc.name == field['name']: