Searched refs:maybe_tag (Results 1 – 1 of 1) sorted by relevance
99 std::optional<uint64_t> maybe_tag = form_value->getAsUnsignedConstant(); in EntryHasMatchingTag() local100 if (!maybe_tag) in EntryHasMatchingTag()102 auto tag = static_cast<dw_tag_t>(*maybe_tag); in EntryHasMatchingTag()