Searched defs:atomicType (Results 1 – 5 of 5) sorted by relevance
859 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests() local
97 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData() local
762 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
624 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
1002 const AstTypeMatcher<AtomicType> atomicType; variable