Home
last modified time | relevance | path

Searched defs:atomicType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp859 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests() local
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp97 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData() local
DCGExprAgg.cpp762 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
/external/clang/lib/CodeGen/
DCGExprAgg.cpp624 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1002 const AstTypeMatcher<AtomicType> atomicType; variable