Searched refs:Tag1 (Results 1 – 5 of 5) sorted by relevance
6 struct Tag1 {}; struct43 constexpr InClassInit(Tag1, int l = __builtin_LINE()) : Init(l), Init2(l) {} in InClassInit()55 InClassInit test_two{Tag1{}}; in test_class()
5 Tag1 enumerator
603 struct Tag1 {}; struct606 struct DoubleNode : ilist_node<DoubleNode, ilist_tag<Tag1>>,608 typedef ilist_node<DoubleNode, ilist_tag<Tag1>> Node1Type;620 typedef simple_ilist<DoubleNode, ilist_tag<Tag1>> TaggedList1Type;
461 if (MDString *Tag1 = dyn_cast<MDString>(getOperand(0))) { in isTBAAVtableAccess() local462 if (Tag1->getString() == "vtable pointer") in isTBAAVtableAccess()
612 scudo::uptr Tag1 = scudo::extractTag(scudo::loadTag(P1)); in SCUDO_TYPED_TEST() local614 EXPECT_NE(Tag1 % 2, Tag2 % 2); in SCUDO_TYPED_TEST()