Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-headers/src/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/swiftshader/include/vulkan/
Dvulkan_shared.hpp206 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
905 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/external/vulkan-headers/include/vulkan/
Dvulkan_shared.hpp207 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1021 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