Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftMangle.cpp2139 const DependentSizedArrayType *DSAT = in mangleArrayType() local
DASTContext.cpp4239 const DependentSizedArrayType *DSAT = cast<DependentSizedArrayType>(AT); in getUnqualifiedArrayType() local
4534 if (const DependentSizedArrayType *DSAT in getAsArrayType() local
/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp2769 const DependentSizedArrayType *DSAT = in mangleArrayType() local
DASTContext.cpp5692 const auto *DSAT = cast<DependentSizedArrayType>(AT); in getUnqualifiedArrayType() local
6058 if (const auto *DSAT = dyn_cast<DependentSizedArrayType>(ATy)) in getAsArrayType() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2872 DSAT = VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, in getBaseRequiredOptimalTilingFeatures() enumerator