Home
last modified time | relevance | path

Searched defs:TypeVectorStorage (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dintrinsics-library.cpp29 template <typename... FortranType> struct TypeVectorStorage { struct
30 static constexpr DynamicType values[]{FortranType{}.GetType()...};
31 static constexpr const DynamicType *start{&values[0]};
32 static constexpr const DynamicType *end{start + sizeof...(FortranType)};
34 template <> struct TypeVectorStorage<> { struct
35 static constexpr const DynamicType *start{nullptr}, *end{nullptr};
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp29 template <typename... FortranType> struct TypeVectorStorage { struct
30 static constexpr DynamicType values[]{FortranType{}.GetType()...};
31 static constexpr const DynamicType *start{&values[0]};
32 static constexpr const DynamicType *end{start + sizeof...(FortranType)};
34 template <> struct TypeVectorStorage<> { struct
35 static constexpr const DynamicType *start{nullptr}, *end{nullptr};
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp29 template <typename... FortranType> struct TypeVectorStorage { struct
30 static constexpr DynamicType values[]{FortranType{}.GetType()...};
31 static constexpr const DynamicType *start{&values[0]};
32 static constexpr const DynamicType *end{start + sizeof...(FortranType)};
34 template <> struct TypeVectorStorage<> { struct
35 static constexpr const DynamicType *start{nullptr}, *end{nullptr};
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dintrinsics-library.cpp29 template <typename... FortranType> struct TypeVectorStorage { struct
30 static constexpr DynamicType values[]{FortranType{}.GetType()...};
31 static constexpr const DynamicType *start{&values[0]};
32 static constexpr const DynamicType *end{start + sizeof...(FortranType)};
34 template <> struct TypeVectorStorage<> { struct
35 static constexpr const DynamicType *start{nullptr}, *end{nullptr};
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp29 template <typename... FortranType> struct TypeVectorStorage { struct
30 static constexpr DynamicType values[]{FortranType{}.GetType()...};
31 static constexpr const DynamicType *start{&values[0]};
32 static constexpr const DynamicType *end{start + sizeof...(FortranType)};
34 template <> struct TypeVectorStorage<> { struct
35 static constexpr const DynamicType *start{nullptr}, *end{nullptr};
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dintrinsics-library.cpp29 template <typename... FortranType> struct TypeVectorStorage { struct
30 static constexpr DynamicType values[]{FortranType{}.GetType()...};
31 static constexpr const DynamicType *start{&values[0]};
32 static constexpr const DynamicType *end{start + sizeof...(FortranType)};
34 template <> struct TypeVectorStorage<> { struct
35 static constexpr const DynamicType *start{nullptr}, *end{nullptr};