Lines Matching refs:validity
142 self.validity = None
143 """index of validity include"""
146 """index of last line of the page (heuristic validity include, or // refEnd)"""
186 printPageInfoField('VALIDITY', pi.validity, file)
282 # # If nothing is found but an include line with no begin, validity,
289 # if pi.begin is None and pi.validity is None and pi.end is None:
292 # pi.Warning = 'No begin, validity, or end lines identified'
340 # We can get to this point with .include, .param, and .validity
408 # It looks for various generated file conventions, and for the api/validity
501 # Must match later type definitions in interface/validity includes
555 if gen_type == 'validity':
556 logDiag('Matched validity pattern')
562 pi.validity = line
563 logDiag('added TYPE =', pi.type, 'VALIDITY =', pi.validity)
565 logWarn('validity include:: line NOT inside block')
617 # OpenCL spec uses // refError to tag "validity" (Errors) language,
618 # instead of /validity/ includes.
623 pi.validity = line
624 logDiag('added VALIDITY (refError) =', pi.validity)