Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp105 const auto *SharedType = &Arena.createSequence( in TEST_F() local
108 symbol("class-type"), ruleFor("class-type"), {SharedType}); in TEST_F()
110 symbol("enum-type"), ruleFor("enum-type"), {SharedType}); in TEST_F()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp891 QualType SharedType = SharedAddresses[N].first.getType(); in emitInitialization() local
893 PrivateAddr, SharedAddr, SharedType); in emitInitialization()