Home
last modified time | relevance | path

Searched refs:DynamicType (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dtype.cpp95 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
109 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
213 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
338 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
354 std::optional<DynamicType> DynamicType::From( in From()
369 return DynamicType{ in From()
372 return DynamicType::UnlimitedPolymorphic(); in From()
374 return DynamicType::AssumedType(); in From()
381 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
385 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
H A Dintrinsics-library.cpp31 static constexpr const DynamicType *start{&values[0]};
43 using const_iterator = const DynamicType *;
48 const DynamicType *startPtr{nullptr};
49 const DynamicType *endPtr{nullptr};
81 DynamicType resultType;
363 [[maybe_unused]] DynamicType resultType) { in GetHostRuntimeMapHelper()
427 const std::vector<DynamicType> &argTypes) { in SearchInHostRuntimeMap()
440 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in SearchHostRuntime()
466 static DynamicType BiggerType(DynamicType type) { in BiggerType()
483 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in GetHostRuntimeWrapper()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dtype.cpp95 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
109 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
213 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
338 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
354 std::optional<DynamicType> DynamicType::From( in From()
369 return DynamicType{ in From()
372 return DynamicType::UnlimitedPolymorphic(); in From()
374 return DynamicType::AssumedType(); in From()
381 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
385 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dtype.cpp95 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
109 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
213 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
338 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
354 std::optional<DynamicType> DynamicType::From( in From()
369 return DynamicType{ in From()
372 return DynamicType::UnlimitedPolymorphic(); in From()
374 return DynamicType::AssumedType(); in From()
381 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
385 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dtype.cpp95 DynamicType::DynamicType(int k, const semantics::ParamValue &pv) in DynamicType() function in Fortran::evaluate::DynamicType
109 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
213 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
338 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
354 std::optional<DynamicType> DynamicType::From( in From()
369 return DynamicType{ in From()
372 return DynamicType::UnlimitedPolymorphic(); in From()
374 return DynamicType::AssumedType(); in From()
381 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
385 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Evaluate/
H A Dtype.cpp100 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
174 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
337 bool DynamicType::IsTypeCompatibleWith(const DynamicType &that) const {
382 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const {
397 std::optional<DynamicType> DynamicType::From(
412 return DynamicType{
415 return DynamicType::UnlimitedPolymorphic();
417 return DynamicType::AssumedType();
424 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) {
428 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dtype.cpp100 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
158 bool DynamicType::IsAssumedLengthCharacter() const { in IsAssumedLengthCharacter()
180 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
325 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
341 std::optional<DynamicType> DynamicType::From( in From()
356 return DynamicType{ in From()
359 return DynamicType::UnlimitedPolymorphic(); in From()
361 return DynamicType::AssumedType(); in From()
368 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
372 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
H A Dintrinsics-library.cpp31 static constexpr const DynamicType *start{&values[0]};
43 using const_iterator = const DynamicType *;
48 const DynamicType *startPtr{nullptr};
49 const DynamicType *endPtr{nullptr};
81 DynamicType resultType;
363 [[maybe_unused]] DynamicType resultType) { in GetHostRuntimeMapHelper()
427 const std::vector<DynamicType> &argTypes) { in SearchInHostRuntimeMap()
440 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in SearchHostRuntime()
466 static DynamicType BiggerType(DynamicType type) { in BiggerType()
483 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in GetHostRuntimeWrapper()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/dataintegration/
H A Ddynamic_type.go18 type DynamicType struct { struct
43 func (m DynamicType) GetKey() *string { argument
48 func (m DynamicType) GetModelVersion() *string { argument
53 func (m DynamicType) GetParentRef() *ParentReference { argument
58 func (m DynamicType) GetName() *string { argument
63 func (m DynamicType) GetObjectStatus() *int { argument
68 func (m DynamicType) GetDescription() *string { argument
72 func (m DynamicType) String() string { argument
77 func (m DynamicType) MarshalJSON() (buff []byte, e error) { argument
78 type MarshalTypeDynamicType DynamicType
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dtype.cpp99 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
173 bool DynamicType::IsAssumedLengthCharacter() const { in IsAssumedLengthCharacter()
195 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
335 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
351 std::optional<DynamicType> DynamicType::From( in From()
366 return DynamicType{ in From()
369 return DynamicType::UnlimitedPolymorphic(); in From()
371 return DynamicType::AssumedType(); in From()
378 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
382 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
H A Dintrinsics-library.cpp31 static constexpr const DynamicType *start{&values[0]};
43 using const_iterator = const DynamicType *;
48 const DynamicType *startPtr{nullptr};
49 const DynamicType *endPtr{nullptr};
81 DynamicType resultType;
363 [[maybe_unused]] DynamicType resultType) { in GetHostRuntimeMapHelper()
427 const std::vector<DynamicType> &argTypes) { in SearchInHostRuntimeMap()
440 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in SearchHostRuntime()
466 static DynamicType BiggerType(DynamicType type) { in BiggerType()
483 DynamicType resultType, const std::vector<DynamicType> &argTypes) { in GetHostRuntimeWrapper()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dtype.cpp99 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
173 bool DynamicType::IsAssumedLengthCharacter() const { in IsAssumedLengthCharacter()
195 const std::optional<DynamicType> &type) { in GetDerivedTypeSpec()
335 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const { in IsTkCompatibleWith()
351 std::optional<DynamicType> DynamicType::From( in From()
366 return DynamicType{ in From()
369 return DynamicType::UnlimitedPolymorphic(); in From()
371 return DynamicType::AssumedType(); in From()
378 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) { in From()
382 DynamicType DynamicType::ResultTypeForMultiply(const DynamicType &that) const { in ResultTypeForMultiply()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Evaluate/
H A Dtype.h85 class DynamicType {
94 explicit constexpr DynamicType(
107 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
114 DynamicType result; in UnlimitedPolymorphic()
121 static constexpr DynamicType AssumedType() { in AssumedType()
122 DynamicType result; in AssumedType()
130 bool operator==(const DynamicType &) const;
146 DynamicType ResultTypeForMultiply(const DynamicType &) const;
207 constexpr DynamicType() {} in DynamicType() function
218 const std::optional<DynamicType> &);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
96 explicit constexpr DynamicType(
110 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
117 DynamicType result; in UnlimitedPolymorphic()
124 static constexpr DynamicType AssumedType() { in AssumedType()
125 DynamicType result; in AssumedType()
133 bool operator==(const DynamicType &) const;
160 DynamicType ResultTypeForMultiply(const DynamicType &) const;
220 constexpr DynamicType() {} in DynamicType() function
237 const std::optional<DynamicType> &);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
96 explicit constexpr DynamicType(
110 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
117 DynamicType result; in UnlimitedPolymorphic()
124 static constexpr DynamicType AssumedType() { in AssumedType()
125 DynamicType result; in AssumedType()
133 bool operator==(const DynamicType &) const;
160 DynamicType ResultTypeForMultiply(const DynamicType &) const;
220 constexpr DynamicType() {} in DynamicType() function
237 const std::optional<DynamicType> &);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
96 explicit constexpr DynamicType(
110 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
117 DynamicType result; in UnlimitedPolymorphic()
124 static constexpr DynamicType AssumedType() { in AssumedType()
125 DynamicType result; in AssumedType()
133 bool operator==(const DynamicType &) const;
160 DynamicType ResultTypeForMultiply(const DynamicType &) const;
220 constexpr DynamicType() {} in DynamicType() function
237 const std::optional<DynamicType> &);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
96 explicit constexpr DynamicType(
110 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
117 DynamicType result; in UnlimitedPolymorphic()
124 static constexpr DynamicType AssumedType() { in AssumedType()
125 DynamicType result; in AssumedType()
133 bool operator==(const DynamicType &) const;
160 DynamicType ResultTypeForMultiply(const DynamicType &) const;
220 constexpr DynamicType() {} in DynamicType() function
237 const std::optional<DynamicType> &);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Emit/tests/TypeBuilder/
H A DTypeBuilderAddInterfaceImplementaion.cs18 …TypeBuilder interfaceBuilder = Helpers.DynamicType(TypeAttributes.Abstract | TypeAttributes.Interf… in AddInterfaceImplementation()
25 TypeBuilder type = Helpers.DynamicType(typeAttributes); in AddInterfaceImplementation()
43 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Class | TypeAttributes.Public); in AddInterfaceImplementation_GeneralClass()
61 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_NullInterfaceType_ThrowsArgumentNullException()
68 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_ByRefInterfaceType_ThrowsArgumentExceptioN()
75 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_TypeAlreadyCreated_ThrowsInvalidOperationException()
99 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_TypeNotInterface_ThrowsTypeLoadExceptionOnCreation()
110 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_OpenGenericType_ThrowsBadImageFormatExceptionOnCreation()
119 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_TypeDoesntImplementInterface_ThrowsTypeLoadExceptionOnCreation()
128 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in AddInterfaceImplementation_InterfaceNotCreated_ThrowsTypeLoadExceptionOnCreation()
[all …]
H A DTypeBuilderDefineNestedType.cs122 TypeBuilder type = Helpers.DynamicType(TypeAttributes.NotPublic); in DefineNestedType_NullName_ThrowsArgumentNullException()
164 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_InvalidAttributes_ThrowsArgumentException()
171 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_InvalidParent_ThrowsArgumentException()
184 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_ParentNotInheritable_ThrowsTypeLoadExceptionOnCreation()
197 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_ParentHasNoDefaultConstructor_ThrowsNotSupportedExceptionOnCreation()
206 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_NullInterface_ThrowsArgumentNullException()
213 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_ByRefInterfaceType_ThrowsArgumentException()
232 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_InvalidInterfaceType_ThrowsTypeLoadExceptionOnCreation()
243 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in DefineNestedType_OpenGenericInterfaceType_ThrowsBadImageFormatExceptionOnCreation()
252 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in GetNestedType_TypeNotCreated_ThrowsNotSupportedException()
[all …]
H A DTypeBuilderSetParent.cs25 TypeBuilder type = Helpers.DynamicType(attributes); in SetParent()
37 TypeBuilder type = Helpers.DynamicType(TypeAttributes.NotPublic); in SetParent_TypeCreated_ThrowsInvalidOperationException()
46 TypeBuilder type = Helpers.DynamicType(TypeAttributes.NotPublic); in SetParent_This_LoopsForever()
56 … TypeBuilder type = Helpers.DynamicType(TypeAttributes.Interface | TypeAttributes.Abstract); in SetParent_ThisIsInterface_ThrowsTypeLoadExceptionOnLoad()
66 TypeBuilder type = Helpers.DynamicType(attributes); in SetParent_InterfaceType_ThrowsArgumentException()
73 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in SetParent_ByRefType_ThrowsArgumentExceptionOnCreation()
84 TypeBuilder type = Helpers.DynamicType(TypeAttributes.NotPublic); in SetParent_GenericParameter_ThrowsNotSupportedExceptionOnCreation()
116 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in ParentNotInheritable_ThrowsTypeLoadExceptionOnCreation()
131 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in ParentHasNoDefaultConstructor_ThrowsNotSupportedExceptionOnCreation()
142 TypeBuilder type = Helpers.DynamicType(TypeAttributes.Public); in ParentOpenGenericClass_ThrowsBadImageFormatExceptionOnCreation()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
95 explicit constexpr DynamicType(
109 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
116 DynamicType result; in UnlimitedPolymorphic()
123 static constexpr DynamicType AssumedType() { in AssumedType()
124 DynamicType result; in AssumedType()
132 bool operator==(const DynamicType &) const;
151 DynamicType ResultTypeForMultiply(const DynamicType &) const;
211 constexpr DynamicType() {} in DynamicType() function
222 const std::optional<DynamicType> &);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
95 explicit constexpr DynamicType(
109 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
116 DynamicType result; in UnlimitedPolymorphic()
123 static constexpr DynamicType AssumedType() { in AssumedType()
124 DynamicType result; in AssumedType()
132 bool operator==(const DynamicType &) const;
151 DynamicType ResultTypeForMultiply(const DynamicType &) const;
211 constexpr DynamicType() {} in DynamicType() function
222 const std::optional<DynamicType> &);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Evaluate/
H A Dtype.h86 class DynamicType {
95 explicit constexpr DynamicType(
109 DynamicType result; in CONSTEXPR_CONSTRUCTORS_AND_ASSIGNMENTS()
116 DynamicType result; in UnlimitedPolymorphic()
123 static constexpr DynamicType AssumedType() { in AssumedType()
124 DynamicType result; in AssumedType()
132 bool operator==(const DynamicType &) const;
149 DynamicType ResultTypeForMultiply(const DynamicType &) const;
209 constexpr DynamicType() {} in DynamicType() function
220 const std::optional<DynamicType> &);
[all …]
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dtype.cc101 bool DynamicType::operator==(const DynamicType &that) const { in operator ==()
107 bool DynamicType::IsAssumedLengthCharacter() const { in IsAssumedLengthCharacter()
261 bool DynamicType::IsTypeCompatibleWith(const DynamicType &that) const {
306 bool DynamicType::IsTkCompatibleWith(const DynamicType &that) const {
321 std::optional<DynamicType> DynamicType::From(
331 return DynamicType{category, static_cast<int>(*kind)};
336 return DynamicType{
339 return DynamicType::UnlimitedPolymorphic();
341 return DynamicType::AssumedType();
348 std::optional<DynamicType> DynamicType::From(const semantics::Symbol &symbol) {
[all …]
H A Dtype.h89 class DynamicType {
98 explicit constexpr DynamicType(
110 DynamicType result; in TypelessIntrinsicArgument()
117 DynamicType result; in UnlimitedPolymorphic()
124 static constexpr DynamicType AssumedType() { in AssumedType()
125 DynamicType result; in AssumedType()
133 bool operator==(const DynamicType &) const;
147 DynamicType ResultTypeForMultiply(const DynamicType &) const;
205 constexpr DynamicType() {} in DynamicType() function
396 constexpr DynamicType GetType() const { in GetType()
[all …]

12345678910>>...31