Home
last modified time | relevance | path

Searched refs:Tag2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin_LINE.cpp7 struct Tag2 {}; struct
44 constexpr InClassInit(Tag2) : Init(__builtin_LINE()), Init2(__builtin_LINE()) {} in InClassInit()
57 InClassInit test_three{Tag2{}}; in test_class()
/llvm-project-15.0.7/clang-tools-extra/test/modularize/Inputs/
H A DAnonymous.h10 Tag2 enumerator
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSimpleIListTest.cpp604 struct Tag2 {}; struct
607 ilist_node<DoubleNode, ilist_tag<Tag2>> {
609 typedef ilist_node<DoubleNode, ilist_tag<Tag2>> Node2Type;
621 typedef simple_ilist<DoubleNode, ilist_tag<Tag2>> TaggedList2Type;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp613 scudo::uptr Tag2 = scudo::extractTag(scudo::loadTag(P2)); in SCUDO_TYPED_TEST() local
614 EXPECT_NE(Tag1 % 2, Tag2 % 2); in SCUDO_TYPED_TEST()