Home
last modified time | relevance | path

Searched refs:TypeConstant (Results 1 – 25 of 134) sorted by relevance

123456

/dports/security/py-angr/angr-9.0.5405/angr/analyses/typehoon/
H A Dtypeconsts.py8 class TypeConstant: class
28 class TopType(TypeConstant):
34 class BottomType(TypeConstant):
40 class Int(TypeConstant):
89 class Pointer(TypeConstant):
125 class Array(TypeConstant):
127 self.element: TypeConstant = element
143 class Struct(TypeConstant):
162 class TypeVariableReference(TypeConstant):
H A Dsimple_solver.py8 from .typeconsts import (BottomType, TopType, TypeConstant, Int, Int8, Int16, Int32, Int64, Pointer…
286 if isinstance(v, TypeConstant):
291 if isinstance(v, TypeConstant):
301 if isinstance(typevar, TypeConstant):
311 if isinstance(typevar, TypeConstant):
H A Dtypehoon.py6 from .typeconsts import Struct, Pointer, TypeConstant, Array, Int8
111 field0: TypeConstant = tc.fields[offset0]
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Dtype_properties_template.h45 inline Cardinality getCardinality(TypeConstant tc) { in getCardinality()
67 return getCardinality(typeNode.getConst<TypeConstant>()); in getCardinality()
80 inline bool isWellFounded(TypeConstant tc) { in isWellFounded()
96 return isWellFounded(typeNode.getConst<TypeConstant>()); in isWellFounded()
109 inline Node mkGroundTerm(TypeConstant tc) { in mkGroundTerm()
125 return mkGroundTerm(typeNode.getConst<TypeConstant>()); in mkGroundTerm()
H A Dkind_template.h67 enum CVC4_PUBLIC TypeConstant { enum
77 inline size_t operator()(TypeConstant tc) const { in operator()
82 std::ostream& operator<<(std::ostream& out, TypeConstant typeConstant);
101 TheoryId typeConstantToTheoryId(::CVC4::TypeConstant typeConstant) CVC4_PUBLIC;
H A Dkind.i6 %ignore CVC4::operator<<(std::ostream&, TypeConstant);
12 %rename(apply) CVC4::TypeConstantHashFunction::operator()(TypeConstant) const;
H A Dkind_template.cpp64 std::ostream& operator<<(std::ostream& out, TypeConstant typeConstant) { in operator <<()
101 TheoryId typeConstantToTheoryId(::CVC4::TypeConstant typeConstant) { in typeConstantToTheoryId()
H A Dtype_node.h855 ( getKind() == kind::TYPE_CONSTANT && getConst<TypeConstant>() == BOOLEAN_TYPE ); in isBoolean()
860 ( getKind() == kind::TYPE_CONSTANT && getConst<TypeConstant>() == INTEGER_TYPE ); in isInteger()
865 ( getKind() == kind::TYPE_CONSTANT && getConst<TypeConstant>() == REAL_TYPE ) || in isReal()
871 getConst<TypeConstant>() == STRING_TYPE; in isString()
877 getConst<TypeConstant>() == REGEXP_TYPE; in isRegExp()
882 getConst<TypeConstant>() == ROUNDINGMODE_TYPE; in isRoundingMode()
H A Dnode_manager.h1022 return TypeNode(mkTypeConst<TypeConstant>(BOOLEAN_TYPE)); in booleanType()
1027 return TypeNode(mkTypeConst<TypeConstant>(INTEGER_TYPE)); in integerType()
1032 return TypeNode(mkTypeConst<TypeConstant>(REAL_TYPE)); in realType()
1037 return TypeNode(mkTypeConst<TypeConstant>(STRING_TYPE)); in stringType()
1042 return TypeNode(mkTypeConst<TypeConstant>(REGEXP_TYPE)); in regExpType()
1047 return TypeNode(mkTypeConst<TypeConstant>(ROUNDINGMODE_TYPE)); in roundingModeType()
1052 return TypeNode(mkTypeConst<TypeConstant>(BOUND_VAR_LIST_TYPE)); in boundVarListType()
1057 return TypeNode(mkTypeConst<TypeConstant>(INST_PATTERN_TYPE)); in instPatternType()
1062 return TypeNode(mkTypeConst<TypeConstant>(INST_PATTERN_LIST_TYPE)); in instPatternListType()
1067 return TypeNode(mkTypeConst<TypeConstant>(BUILTIN_OPERATOR_TYPE)); in builtinOperatorType()
H A Dtype_node.cpp231 getConst<TypeConstant>() != REGEXP_TYPE ); in isFirstClass()
247 switch(getConst<TypeConstant>()) { in isSubtypeOf()
249 return t.getKind() == kind::TYPE_CONSTANT && t.getConst<TypeConstant>() == REAL_TYPE; in isSubtypeOf()
407 switch(t0.getConst<TypeConstant>()) { in commonTypeNode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Structures/
H A DTypeRestriction.cs44 Debug.Assert(value is TypeConstant || value.IsNull(), "Type or NULL expected."); in TypeRestriction()
92 TypeConstant typeConstant = constant as TypeConstant; in AsEsql()
144 … cqt = cqt.IsOfOnly(TypeUsage.Create(((TypeConstant)this.Domain.Values.Single()).EdmType)); in AsCqt()
149 …main.Values.Select(t => (DbExpression)cqt.IsOfOnly(TypeUsage.Create(((TypeConstant)t).EdmType))).T… in AsCqt()
184 TypeConstant typeConstant = constant as TypeConstant; in AsUserString()
224 yield return new TypeConstant(type); in CreateTypeConstants()
H A DTypeConstant.cs27 internal sealed class TypeConstant : Constant class
33 internal TypeConstant(EdmType type) in TypeConstant() method in System.Data.Mapping.ViewGeneration.Structures.TypeConstant
80 TypeConstant rightTypeConstant = right as TypeConstant; in IsEqualTo()
H A DCaseStatement.cs160 TypeConstant typeConstant = constantSlot.CellConstant as TypeConstant; in TryGetInstantiatedType()
361 TypeConstant typeConstant = constantSlot.CellConstant as TypeConstant; in WithRelationshipsClauseAsCql()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dtype_enumerator.h40 type.getConst<TypeConstant>() == REAL_TYPE);
81 type.getConst<TypeConstant>() == INTEGER_TYPE);
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dtheory_quantifiers_type_rules.h171 TypeNode(nodeManager->mkTypeConst<TypeConstant>(RRHB_TYPE))){ in computeType()
198 return TypeNode(nodeManager->mkTypeConst<TypeConstant>(RRHB_TYPE)); in computeType()
223 return TypeNode(nodeManager->mkTypeConst<TypeConstant>(RRHB_TYPE)); in computeType()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp34 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
379 case TypeConstant: in mark_used_as_array_length()
772 case TypeConstant: in add_typed_id()
864 add_typed_id(TypeConstant, id); in make_constant_null()
883 add_typed_id(TypeConstant, id); in make_constant_null()
897 add_typed_id(TypeConstant, id); in make_constant_null()
903 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp34 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
379 case TypeConstant: in mark_used_as_array_length()
772 case TypeConstant: in add_typed_id()
864 add_typed_id(TypeConstant, id); in make_constant_null()
883 add_typed_id(TypeConstant, id); in make_constant_null()
897 add_typed_id(TypeConstant, id); in make_constant_null()
903 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp34 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
379 case TypeConstant: in mark_used_as_array_length()
772 case TypeConstant: in add_typed_id()
864 add_typed_id(TypeConstant, id); in make_constant_null()
883 add_typed_id(TypeConstant, id); in make_constant_null()
897 add_typed_id(TypeConstant, id); in make_constant_null()
903 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
513 case TypeConstant: in mark_used_as_array_length()
926 case TypeConstant: in add_typed_id()
1018 add_typed_id(TypeConstant, id); in make_constant_null()
1037 add_typed_id(TypeConstant, id); in make_constant_null()
1051 add_typed_id(TypeConstant, id); in make_constant_null()
1057 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
513 case TypeConstant: in mark_used_as_array_length()
926 case TypeConstant: in add_typed_id()
1018 add_typed_id(TypeConstant, id); in make_constant_null()
1037 add_typed_id(TypeConstant, id); in make_constant_null()
1051 add_typed_id(TypeConstant, id); in make_constant_null()
1057 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp34 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
493 case TypeConstant: in mark_used_as_array_length()
886 case TypeConstant: in add_typed_id()
978 add_typed_id(TypeConstant, id); in make_constant_null()
997 add_typed_id(TypeConstant, id); in make_constant_null()
1011 add_typed_id(TypeConstant, id); in make_constant_null()
1017 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
513 case TypeConstant: in mark_used_as_array_length()
926 case TypeConstant: in add_typed_id()
1018 add_typed_id(TypeConstant, id); in make_constant_null()
1037 add_typed_id(TypeConstant, id); in make_constant_null()
1051 add_typed_id(TypeConstant, id); in make_constant_null()
1057 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
513 case TypeConstant: in mark_used_as_array_length()
926 case TypeConstant: in add_typed_id()
1018 add_typed_id(TypeConstant, id); in make_constant_null()
1037 add_typed_id(TypeConstant, id); in make_constant_null()
1051 add_typed_id(TypeConstant, id); in make_constant_null()
1057 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/spirv-cross-internal/src/vendor/SPIRV-Cross/
H A Dspirv_cross_parsed_ir.cpp41 pool_group->pools[TypeConstant].reset(new ObjectPool<SPIRConstant>); in ParsedIR()
513 case TypeConstant: in mark_used_as_array_length()
926 case TypeConstant: in add_typed_id()
1018 add_typed_id(TypeConstant, id); in make_constant_null()
1037 add_typed_id(TypeConstant, id); in make_constant_null()
1051 add_typed_id(TypeConstant, id); in make_constant_null()
1057 add_typed_id(TypeConstant, id); in make_constant_null()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtype_enumerator_template.cpp37 switch(type.getConst<TypeConstant>()) { in mkTypeEnumerator()

123456