Home
last modified time | relevance | path

Searched refs:TagA (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIListNodeTest.cpp20 struct TagA {}; struct
29 !std::is_same<compute_node_options<Node, ilist_tag<TagA>>::type, in TEST()
33 !std::is_same<compute_node_options<Node, ilist_tag<TagA>>::type, in TEST()
63 ilist_tag<TagA>>::type, in TEST()
64 compute_node_options<Node, ilist_tag<TagA>, in TEST()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp679 TBAAStructTagNode TagA(A), TagB(B); in matchAccessTags() local
680 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags()
694 if (mayBeAccessToSubobjectOf(/* BaseTag= */ TagA, /* SubobjectTag= */ TagB, in matchAccessTags()
696 mayBeAccessToSubobjectOf(/* BaseTag= */ TagB, /* SubobjectTag= */ TagA, in matchAccessTags()