Searched refs:Provenance (Results 1 – 2 of 2) sorted by relevance
3728 Provenance.resize(BW); in BitPart()3736 SmallVector<int8_t, 32> Provenance; // int8_t means max size is i128. member3811 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()3812 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()3813 A->Provenance[BitIdx] != B->Provenance[BitIdx]) in collectBitParts()3816 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()3817 Result->Provenance[BitIdx] = B->Provenance[BitIdx]; in collectBitParts()3819 Result->Provenance[BitIdx] = A->Provenance[BitIdx]; in collectBitParts()3844 auto &P = Result->Provenance; in collectBitParts()3876 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()[all …]
12 ## Provenance section in Capsicum User Space Tests