Home
last modified time | relevance | path

Searched refs:CreateType (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/
H A DDbTypeMap.cs34 internal static readonly TypeUsage Byte = CreateType(PrimitiveTypeKind.Byte);
36 internal static readonly TypeUsage Date = CreateType(PrimitiveTypeKind.DateTime);
45 internal static readonly TypeUsage Double = CreateType(PrimitiveTypeKind.Double);
46 internal static readonly TypeUsage Guid = CreateType(PrimitiveTypeKind.Guid);
47 internal static readonly TypeUsage Int16 = CreateType(PrimitiveTypeKind.Int16);
48 internal static readonly TypeUsage Int32 = CreateType(PrimitiveTypeKind.Int32);
49 internal static readonly TypeUsage Int64 = CreateType(PrimitiveTypeKind.Int64);
51 internal static readonly TypeUsage SByte = CreateType(PrimitiveTypeKind.SByte);
157 private static TypeUsage CreateType(PrimitiveTypeKind type) in CreateType() method in System.Data.Common.Internal.DbTypeMap
159 return CreateType(type, new FacetValues()); in CreateType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeObjectCreateExpressionTest.cs45 Assert.IsNotNull (coce.CreateType, "#1"); in Constructor0()
51 coce.CreateType = type; in Constructor0()
52 Assert.IsNotNull (coce.CreateType, "#8"); in Constructor0()
53 Assert.AreSame (type, coce.CreateType, "#9"); in Constructor0()
55 coce.CreateType = null; in Constructor0()
56 Assert.IsNotNull (coce.CreateType, "#10"); in Constructor0()
69 Assert.IsNotNull (coce.CreateType, "#1"); in Constructor1()
78 Assert.IsNotNull (coce.CreateType, "#7"); in Constructor1()
105 Assert.IsNotNull (coce.CreateType, "#1"); in Constructor2()
113 Assert.IsNotNull (coce.CreateType, "#7"); in Constructor2()
[all …]
H A DCodeArrayCreateExpressionTest.cs44 Assert.IsNotNull (cace.CreateType, "#1"); in DefaultConstructor()
45 Assert.AreEqual (typeof (void).FullName, cace.CreateType.BaseType, "#2"); in DefaultConstructor()
52 Assert.IsNotNull (cace.CreateType, "#1"); in NullCreateType()
53 Assert.AreEqual (typeof (void).FullName, cace.CreateType.BaseType, "#2"); in NullCreateType()
55 cace.CreateType = null; in NullCreateType()
56 Assert.IsNotNull (cace.CreateType, "#3"); in NullCreateType()
57 Assert.AreEqual (typeof (void).FullName, cace.CreateType.BaseType, "#4"); in NullCreateType()
H A DCodeObjectCreateExpressionCas.cs56 Assert.AreEqual ("System.Void", coce.CreateType.BaseType, "CreateType.BaseType"); in Constructor0_Deny_Unrestricted()
57 coce.CreateType = new CodeTypeReference ("System.Int32"); in Constructor0_Deny_Unrestricted()
68 Assert.AreSame (create, coce.CreateType, "CreateType"); in Constructor1_Deny_Unrestricted()
69 coce.CreateType = new CodeTypeReference ("System.Void"); in Constructor1_Deny_Unrestricted()
79 Assert.AreEqual ("System.Int32", coce.CreateType.BaseType, "CreateType.BaseType"); in Constructor2_Deny_Unrestricted()
80 coce.CreateType = new CodeTypeReference ("System.Void"); in Constructor2_Deny_Unrestricted()
90 Assert.AreEqual ("System.Int32", coce.CreateType.BaseType, "CreateType.BaseType"); in Constructor3_Deny_Unrestricted()
91 coce.CreateType = new CodeTypeReference ("System.Void"); in Constructor3_Deny_Unrestricted()
H A DCodeArrayCreateExpressionCas.cs71 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor0_Deny_Unrestricted()
82 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor1_Deny_Unrestricted()
94 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor2_Deny_Unrestricted()
105 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor3_Deny_Unrestricted()
116 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor4_Deny_Unrestricted()
128 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor5_Deny_Unrestricted()
139 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor6_Deny_Unrestricted()
150 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor7_Deny_Unrestricted()
162 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor8_Deny_Unrestricted()
173 Assert.AreEqual ("System.Void", cace.CreateType.BaseType, "CreateType.BaseType"); in Constructor9_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DConstructorOnTypeBuilderInstTest.cs89 tb.CreateType (); in Attributes()
101 tb.CreateType (); in CallingConvention()
110 tb.CreateType (); in ContainsGenericParameters()
118 tb.CreateType (); in DeclaringType()
135 tb.CreateType (); in GetCustomAttributes1()
161 tb.CreateType (); in GetCustomAttributes2()
187 tb.CreateType (); in GetGenericArguments()
205 tb.CreateType (); in GetMethodImplementationFlags()
223 tb.CreateType (); in GetParameters()
254 tb.CreateType (); in Invoke1()
[all …]
H A DFieldBuilderTest.cs69 _tb.CreateType (); in TestFieldHandleComplete()
89 _tb.CreateType (); in TestGetCustomAttributesComplete()
109 _tb.CreateType (); in TestGetCustomAttributesOfTypeComplete()
128 _tb.CreateType (); in TestGetValueComplete()
147 _tb.CreateType (); in TestIsDefinedComplete()
165 _tb.CreateType (); in TestSetConstantComplete()
175 _tb.CreateType (); in TestSetConstantDateTime()
184 _tb.CreateType (); in TestSetCustomAttributeCaBuilderComplete()
204 _tb.CreateType (); in TestSetCustomAttributeCtorComplete()
220 _tb.CreateType (); in TestSetMarshalComplete()
[all …]
H A DEnumBuilderTest.cs60 enumBuilder.CreateType (); in TestHasElementTypeEnumBuilderComplete()
101 enumBuilder.CreateType (); in TestEnumType()
121 enumBuilder.CreateType (); in TestEnumBuilderGUIDComplete()
131 enumBuilder.CreateType (); in TestEnumTypeGUID()
146 enumBuilder.CreateType (); in TestFieldProperties()
204 enumBuilder.CreateType (); in TestFindMembersComplete()
232 enumBuilder.CreateType (); in TestGetConstructorComplete()
244 enumBuilder.CreateType (); in TestGetConstructorNullTypes()
306 var t = tb.CreateType (); in TestCreateTypeIncompleteEnumStaticField()
337 var t = tb.CreateType (); in TestEnumBuilderTokenUsable()
[all …]
H A DEventBuilderTest.cs68 tb.CreateType (); in TestSetAddOnMethod2()
82 tb.CreateType (); in TestSetRaiseMethod2()
96 tb.CreateType (); in TestSetRemoveAddOnMethod2()
110 tb.CreateType (); in TestAddOtherMethod2()
137 tb.CreateType (); in TestSetCustomAttribute4()
153 tb.CreateType (); in TestSetCustomAttribute5()
168 Type t = tb.CreateType (); in TestCreation()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeExpressions/
H A DCodeArrayCreateExpressionTests.cs17 Assert.Equal(typeof(void).FullName, arrayCreate.CreateType.BaseType); in Ctor_Default()
37 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_String_EmptyParamsCodeExpression()
49 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_String_NonEmptyParamsCodeExpression()
68 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_Type_EmptyParamsCodeExpression()
80 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_Type_NonEmptyParamsCodeExpression()
92 Assert.Equal((type ?? new CodeTypeReference("")).BaseType, arrayCreate.CreateType.BaseType); in Ctor_CodeTypeReference_ParamsCodeExpression()
117 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_String_Int()
131 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_Type_Int()
159 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_String_CodeExpression()
173 Assert.Equal(expectedBaseType, arrayCreate.CreateType.BaseType); in Ctor_Type_CodeExpression()
[all …]
H A DCodeObjectCreateExpressionTests.cs17 Assert.Equal(typeof(void).FullName, objectCreate.CreateType.BaseType); in Ctor_Default()
33 Assert.Equal((type ?? new CodeTypeReference("")).BaseType, objectCreate.CreateType.BaseType); in Ctor()
49 Assert.Equal(expectedBaseType, objectCreate.CreateType.BaseType); in Ctor()
65 Assert.Equal(expectedBaseType, objectCreate.CreateType.BaseType); in Ctor_Type_String()
92 objectCreate.CreateType = value; in CreateType_Set_Get_ReturnsExpected()
93 Assert.Equal((value ?? new CodeTypeReference("")).BaseType, objectCreate.CreateType.BaseType); in CreateType_Set_Get_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/
H A DCodeObjectCreateExpression.cs16 CreateType = createType; in CodeObjectCreateExpression()
22 CreateType = new CodeTypeReference(createType); in CodeObjectCreateExpression()
28 CreateType = new CodeTypeReference(createType); in CodeObjectCreateExpression()
32 public CodeTypeReference CreateType property in System.CodeDom.CodeObjectCreateExpression
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h168 llvm::DIType *CreateType(const BuiltinType *Ty);
169 llvm::DIType *CreateType(const ComplexType *Ty);
170 llvm::DIType *CreateType(const AutoType *Ty);
171 llvm::DIType *CreateType(const ExtIntType *Ty);
174 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
177 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
181 llvm::DIType *CreateType(const RecordType *Tyg);
194 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
196 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
200 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDebugInfo.h177 llvm::DIType *CreateType(const BuiltinType *Ty);
178 llvm::DIType *CreateType(const ComplexType *Ty);
179 llvm::DIType *CreateType(const AutoType *Ty);
180 llvm::DIType *CreateType(const ExtIntType *Ty);
183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
190 llvm::DIType *CreateType(const RecordType *Tyg);
203 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
205 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
209 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGDebugInfo.h168 llvm::DIType *CreateType(const BuiltinType *Ty);
169 llvm::DIType *CreateType(const ComplexType *Ty);
170 llvm::DIType *CreateType(const AutoType *Ty);
171 llvm::DIType *CreateType(const ExtIntType *Ty);
174 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
177 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
181 llvm::DIType *CreateType(const RecordType *Tyg);
194 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
196 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
200 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h168 llvm::DIType *CreateType(const BuiltinType *Ty);
169 llvm::DIType *CreateType(const ComplexType *Ty);
170 llvm::DIType *CreateType(const AutoType *Ty);
171 llvm::DIType *CreateType(const ExtIntType *Ty);
174 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
177 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
181 llvm::DIType *CreateType(const RecordType *Tyg);
194 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
196 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
200 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGDebugInfo.h168 llvm::DIType *CreateType(const BuiltinType *Ty);
169 llvm::DIType *CreateType(const ComplexType *Ty);
170 llvm::DIType *CreateType(const AutoType *Ty);
171 llvm::DIType *CreateType(const ExtIntType *Ty);
174 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
177 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
181 llvm::DIType *CreateType(const RecordType *Tyg);
194 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
196 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
200 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDebugInfo.h177 llvm::DIType *CreateType(const BuiltinType *Ty);
178 llvm::DIType *CreateType(const ComplexType *Ty);
179 llvm::DIType *CreateType(const AutoType *Ty);
180 llvm::DIType *CreateType(const ExtIntType *Ty);
183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
190 llvm::DIType *CreateType(const RecordType *Tyg);
203 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
205 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
209 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h177 llvm::DIType *CreateType(const BuiltinType *Ty);
178 llvm::DIType *CreateType(const ComplexType *Ty);
179 llvm::DIType *CreateType(const AutoType *Ty);
180 llvm::DIType *CreateType(const ExtIntType *Ty);
183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
190 llvm::DIType *CreateType(const RecordType *Tyg);
203 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
205 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
209 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGDebugInfo.h168 llvm::DIType *CreateType(const BuiltinType *Ty);
169 llvm::DIType *CreateType(const ComplexType *Ty);
170 llvm::DIType *CreateType(const AutoType *Ty);
171 llvm::DIType *CreateType(const ExtIntType *Ty);
174 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
177 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
181 llvm::DIType *CreateType(const RecordType *Tyg);
194 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
196 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
200 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDebugInfo.h177 llvm::DIType *CreateType(const BuiltinType *Ty);
178 llvm::DIType *CreateType(const ComplexType *Ty);
179 llvm::DIType *CreateType(const AutoType *Ty);
180 llvm::DIType *CreateType(const ExtIntType *Ty);
183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
190 llvm::DIType *CreateType(const RecordType *Tyg);
203 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
205 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
209 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGDebugInfo.h177 llvm::DIType *CreateType(const BuiltinType *Ty);
178 llvm::DIType *CreateType(const ComplexType *Ty);
179 llvm::DIType *CreateType(const AutoType *Ty);
180 llvm::DIType *CreateType(const ExtIntType *Ty);
183 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
186 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
190 llvm::DIType *CreateType(const RecordType *Tyg);
203 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
205 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
209 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeObjectCreateExpression.cs46 CreateType = createType; in CodeObjectCreateExpression()
54 CreateType = new CodeTypeReference(createType); in CodeObjectCreateExpression()
62 CreateType = new CodeTypeReference(createType); in CodeObjectCreateExpression()
71 public CodeTypeReference CreateType { property in System.CodeDom.CodeObjectCreateExpression
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h150 llvm::DIType *CreateType(const BuiltinType *Ty);
151 llvm::DIType *CreateType(const ComplexType *Ty);
153 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
154 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
157 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
159 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
161 llvm::DIType *CreateType(const RecordType *Tyg);
174 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
175 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
179 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h147 llvm::DIType *CreateType(const BuiltinType *Ty);
148 llvm::DIType *CreateType(const ComplexType *Ty);
150 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
151 llvm::DIType *CreateType(const TemplateSpecializationType *Ty,
154 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
156 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
158 llvm::DIType *CreateType(const RecordType *Tyg);
171 llvm::DIType *CreateType(const VectorType *Ty, llvm::DIFile *F);
172 llvm::DIType *CreateType(const ArrayType *Ty, llvm::DIFile *F);
176 llvm::DIType *CreateType(const AtomicType *Ty, llvm::DIFile *F);
[all …]

12345678910>>...19