Home
last modified time | relevance | path

Searched defs:getDestructorType (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/vulkan/
Dvulkan_shared.hpp214 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1028 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_shared.hpp239 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1105 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/external/vulkan-headers/include/vulkan/
Dvulkan_shared.hpp239 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1077 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/external/clang/lib/Sema/
DSemaExprCXX.cpp326 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { in getDestructorType() function in Sema