Lines Matching full:if
148 if EMIT_WARNINGS:
151 if warning_type is None:
162 if element.tag == 'parameterlist':
165 if element.text:
170 if ds:
171 if docstring:
176 if element.tag == 'para':
177 if docstring:
180 if element.tag == 'ref':
183 if element.tail:
184 if docstring:
210 # if 'typedef void() lv_lru_free_t(void *v)' in d:
261 if name in structures:
276 if parent and refid:
280 if compounddef.attrib['id'] != self.refid:
284 if child.tag == 'includes':
304 if element.tag == 'location':
317 if t is None:
322 if not self.description:
329 if not field.description:
338 if field.name == name:
343 if self._deps is None:
354 if type_ in typedefs:
387 if c.tag == 'ref':
396 if child.tag == 'type':
407 if name in variables:
419 if parent is not None:
423 if compounddef.attrib['id'] != parent.refid:
427 if (
432 if memberdef.attrib['id'] == refid:
440 if element.tag == 'location':
446 if not self.description:
467 if name in namespaces:
488 # if compounddef.attrib['id'] != refid:
492 # if sectiondef.tag != 'sectiondef':
503 # if cls == ENUM:
504 # if sectiondef[0].text:
512 # if enums_[-1].is_member(sectiondef):
541 if name in groups:
562 if name in functions:
579 if parent is not None:
583 if compounddef.attrib['id'] != parent.refid:
587 if child.tag != 'sectiondef':
590 if child.attrib['kind'] != 'func':
594 if 'id' not in memberdef.attrib:
597 if memberdef.attrib['id'] == refid:
613 if child.tag == 'type':
614 if child.text and child.text.strip() == 'void':
617 if child.tag == 'param':
619 if t is not None:
623 if element.tag == 'declname':
628 if child.tag == 'location':
635 if element.tag != 'para':
639 … if desc_element.tag == 'simplesect' and desc_element.attrib['kind'] == 'return':
642 if desc_element.tag != 'parameterlist':
647 if parameternamelist.tag != 'parameternamelist':
654 if parameterdescription.tag == 'parameterdescription':
661 if parameter_name is not None:
663 if arg.name != parameter_name:
675 if not self.description:
682 if not arg.description:
689 if not self.res_description and not self.void_return:
695 if self.restype in self.types:
700 if self._deps is None:
710 if self.restype is not None:
714 if type_ in typedefs:
737 if name in files:
750 if member.tag != 'member':
754 if cls == ENUM:
755 if member[0].text:
763 if enums_[-1].is_member(member):
778 if name in enums:
792 if parent is not None:
796 if compounddef.attrib['id'] != parent.refid:
800 if child.tag != 'sectiondef':
803 if child.attrib['kind'] != 'enum':
807 if 'id' not in memberdef.attrib:
810 if memberdef.attrib['id'] == refid:
825 if element.tag == 'location':
829 if element.tag == 'detaileddescription':
838 if s_element.tag == 'name':
847 if item_name is not None:
849 if ev.name != item_name:
863 if not self.description:
870 if not member.description:
886 if ev.name == name:
910 if element.text:
915 if ds:
916 if define:
921 if element.tail:
922 if define:
937 if name in defines:
951 if parent is not None:
955 if compounddef.attrib['id'] != parent.refid:
959 if child.tag != 'sectiondef':
962 if child.attrib['kind'] != 'define':
966 if memberdef.attrib['id'] == refid:
980 if element.tag == 'location':
989 if child.tag == 'defname':
990 if self.params is None:
993 if child.text:
998 if initializer is None:
1003 if not self.description:
1038 if name in typedefs:
1052 if parent is not None:
1056 if compounddef.attrib['id'] != parent.refid:
1060 if child.tag != 'sectiondef':
1062 if child.attrib['kind'] != 'typedef':
1066 if 'id' not in memberdef.attrib:
1069 if memberdef.attrib['id'] == refid:
1083 if element.tag == 'location':
1087 if element.tag == 'detaileddescription':
1090 if not self.description:
1100 if self._deps is None:
1110 if self.type is not None:
1113 if type_ in typedefs:
1140 if name in classes:
1152 if member.tag != 'member':
1156 if cls == ENUM:
1160 if enums_[-1].is_member(member):
1174 if p:
1181 if p:
1189 if 'private' in file:
1192 if os.path.isdir(os.path.join(src_path, file)):
1196 if not file.endswith('.h'):
1199 if not os.path.exists(out_path):
1202 if index_file is None:
1204 if n:
1235 if iter_src(name, folder):
1236 if index_file is None:
1239 if n:
1249 if index_file is not None:
1260 if nme is None:
1263 if nme.startswith('_lv_'):
1268 if nme.endswith('_t'):
1283 if obj_name is None:
1290 # Reject (False) if `obj_name` doesn't have as many sections as `item_name`.
1291 if len(obj_name) < u_num:
1302 if not is_name_match(name1, name2):
1305 if obj.parent is not None and hasattr(obj.parent, 'header_file'):
1312 if not header_file:
1315 if header_file not in html_files:
1359 # If above failed (i.e. `branch` not valid), default to 'master'.
1360 if status != 0:
1366 # `branch` is valid. Capture release version if in a 'release/' branch.
1367 if branch.startswith('release/'):
1382 # Windows: it doesn't change the default DRIVE if `cd` is executed
1388 if start_dir is None:
1394 # This method of running Doxygen is used because if it
1406 if p.returncode:
1407 if out:
1414 if err:
1420 # If execution arrived here, Doxygen exited with code 0.
1434 if compound.attrib['kind'] in ('example', 'page', 'dir'):
1449 if enum_item.name == e_name:
1506 if not os.path.exists(api_path):
1530 if compound.attrib['kind'] in ('example', 'page', 'dir'):
1582 if item.endswith('.rst') and 'index.rst' not in item
1611 if html_includes: