Home
last modified time | relevance | path

Searched refs:Tag1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin_LINE.cpp6 struct Tag1 {}; struct
43 constexpr InClassInit(Tag1, int l = __builtin_LINE()) : Init(l), Init2(l) {} in InClassInit()
55 InClassInit test_two{Tag1{}}; in test_class()
/llvm-project-15.0.7/clang-tools-extra/test/modularize/Inputs/
H A DAnonymous.h5 Tag1 enumerator
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSimpleIListTest.cpp603 struct Tag1 {}; struct
606 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;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp461 if (MDString *Tag1 = dyn_cast<MDString>(getOperand(0))) { in isTBAAVtableAccess() local
462 if (Tag1->getString() == "vtable pointer") in isTBAAVtableAccess()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp612 scudo::uptr Tag1 = scudo::extractTag(scudo::loadTag(P1)); in SCUDO_TYPED_TEST() local
614 EXPECT_NE(Tag1 % 2, Tag2 % 2); in SCUDO_TYPED_TEST()