/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Metadata.h | 483 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 D | Metadata.h | 500 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 D | Metadata.h | 527 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 D | Metadata.h | 518 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/ |
D | Metadata.h | 636 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/ |
D | Metadata.h | 614 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/ |
D | Metadata.h | 636 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/ |
D | Metadata.h | 636 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 D | indirect_reference_table-inl.h | 36 inline bool IndirectReferenceTable::IsValidReference(IndirectRef iref, in IsValidReference() function
|
/aosp_15_r20/art/runtime/jni/ |
H A D | local_reference_table-inl.h | 89 inline bool LocalReferenceTable::IsValidReference(IndirectRef iref, in IsValidReference() function
|