Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DMetadata.h518 template <class V, class M> struct IsValidReference { struct
538 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DMetadata.h518 template <class V, class M> struct IsValidReference { struct
538 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/dports/devel/llvm10/llvm-10.0.1.src/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
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DMetadata.h518 template <class V, class M> struct IsValidReference { struct
538 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DMetadata.h517 template <class V, class M> struct IsValidReference { struct
538 typename std::enable_if<detail::IsValidReference<X, Y &>::value, bool>::type argument
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DMetadata.h516 template <class V, class M> struct IsValidReference { struct
537 typename std::enable_if<detail::IsValidReference<X, Y &>::value, bool>::type argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DMetadata.h518 template <class V, class M> struct IsValidReference { struct
538 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DMetadata.h518 template <class V, class M> struct IsValidReference { struct
538 inline std::enable_if_t<detail::IsValidReference<X, Y &>::value, bool> argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drangenam.cxx384 bool ScRangeData::IsValidReference( ScRange& rRange ) const in IsValidReference() function in ScRangeData
H A Dtoken.cxx329 bool ScRawToken::IsValidReference(const ScDocument& rDoc) const in IsValidReference() function in ScRawToken
1852 bool ScTokenArray::IsValidReference( ScRange& rRange, const ScAddress& rPos ) const in IsValidReference() function in ScTokenArray
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drangenam.cxx385 bool ScRangeData::IsValidReference( ScRange& rRange ) const in IsValidReference() function in ScRangeData
H A Dtoken.cxx336 bool ScRawToken::IsValidReference(const ScDocument* pDoc) const in IsValidReference() function in ScRawToken
1858 bool ScTokenArray::IsValidReference( ScRange& rRange, const ScAddress& rPos ) const in IsValidReference() function in ScTokenArray
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dschema.cpp1349 SdfSchemaBase::IsValidReference(const SdfReference& ref) in IsValidReference() function in SdfSchemaBase