Home
last modified time | relevance | path

Searched refs:misracppstyle (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenvk.py113 misracppstyle = args.misracppstyle;
501 misracppstyle = misracppstyle)
543 misracppstyle = misracppstyle)
574 misracppstyle = misracppstyle)
602 misracppstyle = misracppstyle)
[all...]
H A Dcgenerator.py41 misracppstyle=False,
90 - misracppstyle - generate MISRA C++-friendly headers"""
151 self.misracppstyle = misracppstyle
351 if category == 'define' and self.misracppstyle():
512 def misracppstyle(self): member in COutputGenerator
513 return self.genOpts.misracppstyle;
H A Dgenerator.py562 def misracppstyle(self): member in OutputGenerator
596 if bitwidth > 32 or self.misracppstyle():
669 elif self.misracppstyle():
827 if self.misracppstyle() and enuminfo.elem.get('type') and not alias:
1107 if (self.misracppstyle() and prefix.find('const ') != -1):
1356 if self.misracppstyle():
/third_party/vulkan-headers/registry/
H A Dcgenerator.py41 misracppstyle=False,
90 - misracppstyle - generate MISRA C++-friendly headers"""
151 self.misracppstyle = misracppstyle
351 if category == 'define' and self.misracppstyle():
512 def misracppstyle(self): member in COutputGenerator
513 return self.genOpts.misracppstyle;
H A Dgenerator.py562 def misracppstyle(self): member in OutputGenerator
596 if bitwidth > 32 or self.misracppstyle():
669 elif self.misracppstyle():
827 if self.misracppstyle() and enuminfo.elem.get('type') and not alias:
1107 if (self.misracppstyle() and prefix.find('const ') != -1):
1356 if self.misracppstyle():
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/
H A DMakefile53 MISRACPPOPTS ?= -misracppstyle

Completed in 8 milliseconds