Home
last modified time | relevance | path

Searched defs:IsValidReference (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DMetadata.h483 template <class V, class M> struct IsValidReference { struct
503 typename std::enable_if<detail::IsValidReference<X, Y &>::value, bool>::type argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h500 template <class V, class M> struct IsValidReference { struct
521 typename std::enable_if<detail::IsValidReference<X, Y &>::value, bool>::type argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DMetadata.h527 template <class V, class M> struct IsValidReference { struct
547 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h518 template <class V, class M> struct IsValidReference { struct
539 typename std::enable_if<detail::IsValidReference<X, Y &>::value, bool>::type argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DMetadata.h636 template <class V, class M> struct IsValidReference { struct
656 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DMetadata.h614 template <class V, class M> struct IsValidReference { struct
634 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DMetadata.h636 template <class V, class M> struct IsValidReference { struct
656 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DMetadata.h636 template <class V, class M> struct IsValidReference { struct
656 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/aosp_15_r20/art/runtime/
H A Dindirect_reference_table-inl.h36 inline bool IndirectReferenceTable::IsValidReference(IndirectRef iref, in IsValidReference() function
/aosp_15_r20/art/runtime/jni/
H A Dlocal_reference_table-inl.h89 inline bool LocalReferenceTable::IsValidReference(IndirectRef iref, in IsValidReference() function