Searched refs:retag (Results 1 – 6 of 6) sorted by relevance
5 ; RUN: opt < %s -hwasan -hwasan-with-ifunc=1 -hwasan-uar-retag-to-zero=0 -S | FileCheck %s --check-…
21 retag 4.4 as 4.6 as well.31 mistake releasing 4.4 as "3.5+ only", which made it necessary to retag 4.3 as
537 def retag(self, tagging, tag=None): member in Asn1Value5280 retag = False5283 retag = True5291 retag = True5293 retag = True5296 retag = True5298 if retag:5299 return value.retag(params)
657 to create a copy of the object without explicit/implicit tagging. The `.retag()`674 print(person.retag({'implicit': 1}).tag)
755 b = a.retag('explicit', 0)