Home
last modified time | relevance | path

Searched refs:castToAtomic (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.h92 static bool castToAtomic(
104 static bool castToAtomic(
117 static bool castToAtomic(
H A Dcasting.cpp2009 bool GenericCast::castToAtomic( in castToAtomic() function in zorba::GenericCast
2097 bool GenericCast::castToAtomic( in castToAtomic() function in zorba::GenericCast
2206 bool GenericCast::castToAtomic( in castToAtomic() function in zorba::GenericCast
2843 return castToAtomic(result, item, targetType, tm, NULL, loc); in promote()
2854 return castToAtomic(result, item, targetType, tm, NULL, loc); in promote()
2865 return castToAtomic(result, item, targetType, tm, NULL, loc); in promote()
2876 return castToAtomic(result, item, store::XS_STRING, tm, NULL, loc); in promote()
2908 return castToAtomic(result, item, targetType, tm, NULL, loc); in promote()
2916 return castToAtomic(result, item, targetType, tm, NULL, loc); in promote()
2924 return castToAtomic(result, item, targetType, tm, NULL, loc); in promote()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/booleans/
H A DBooleanImpl.cpp634 GenericCast::castToAtomic(castItem0, item0, store::XS_STRING, tm, NULL, loc); in valueCasting()
638 GenericCast::castToAtomic(castItem1, item1, store::XS_STRING, tm, NULL, loc); in valueCasting()
651 GenericCast::castToAtomic(castItem1, item1, store::XS_STRING, tm, NULL, loc); in valueCasting()
817 GenericCast::castToAtomic(castItem0, item0, store::XS_DOUBLE, tm, NULL, loc); in generalCasting()
823 GenericCast::castToAtomic(castItem0, item0, store::XS_STRING, tm, NULL, loc); in generalCasting()
824 GenericCast::castToAtomic(castItem1, item1, store::XS_STRING, tm, NULL, loc); in generalCasting()
828 GenericCast::castToAtomic(castItem0, item0, store::XS_STRING, tm, NULL, loc); in generalCasting()
833 GenericCast::castToAtomic(castItem0, item0, type1, tm, NULL, loc); in generalCasting()
841 GenericCast::castToAtomic(castItem1, item1, store::XS_DOUBLE, tm, NULL, loc); in generalCasting()
846 GenericCast::castToAtomic(castItem1, item1, store::XS_STRING, tm, NULL, loc); in generalCasting()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/numerics/
H A DNumericsImpl.cpp718 GenericCast::castToAtomic(n0, item0, &*resultType, tm, NULL, aLoc); in computeAtomic()
719 GenericCast::castToAtomic(n1, item1, &*resultType, tm, NULL, aLoc); in computeAtomic()
728 GenericCast::castToAtomic(n0, item0, &*resultType, tm, NULL, aLoc); in computeAtomic()
729 GenericCast::castToAtomic(n1, item1, &*resultType, tm, NULL, aLoc); in computeAtomic()
738 GenericCast::castToAtomic(n0, item0, &*resultType, tm, NULL, aLoc); in computeAtomic()
739 GenericCast::castToAtomic(n1, item1, &*resultType, tm, NULL, aLoc); in computeAtomic()
748 GenericCast::castToAtomic(n0, item0, &*resultType, tm, NULL, aLoc); in computeAtomic()
749 GenericCast::castToAtomic(n1, item1, &*resultType, tm, NULL, aLoc); in computeAtomic()
913 GenericCast::castToAtomic(item, item, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
H A Dnumerics_impl.cpp71 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
163 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
222 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
291 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
364 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
789 GenericCast::castToAtomic(doubleItem, number, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in formatNumber()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/maths/
H A Dmaths_impl.cpp365 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
376 GenericCast::castToAtomic(n1_double, in nextImpl()
405 GenericCast::castToAtomic(n1_double, in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Darithmetic_impl.cpp180 GenericCast::castToAtomic(n0, n0, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, aLoc); in compute()
206 GenericCast::castToAtomic(n1, n1, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, aLoc); in compute()
234 GenericCast::castToAtomic(n1, n1, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, aLoc); in compute()
H A Dsequencetypes.cpp235 valid = GenericCast::castToAtomic(result, item, targetType, tm, NULL, loc); in nextImpl()
245 valid = GenericCast::castToAtomic(result, strval, theCastType, tm, &tmp_ctx, loc); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/function_item/
H A Ddynamic_fncall_iterator.cpp273 selectorError = ! GenericCast::castToAtomic(selectorItem3, in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DrevalidateUtils.cpp542 bool isResult = GenericCast::castToAtomic(result, in processTextValue()
H A Dvalidate.cpp843 bool res = GenericCast::castToAtomic(result, textValue, type.getp(), in processTextValue()
H A Dschema.cpp1583 bool res = GenericCast::instance()->castToAtomic(atomicResult, in parseUserSimpleTypes()
1804 if (GenericCast::castToAtomic(baseItem, in parseUserAtomicTypes()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/sequences/
H A DSequencesImpl.cpp151 GenericCast::castToAtomic(lRunningItem, in nextImpl()
H A Dsequences_impl.cpp1378 GenericCast::castToAtomic(result, result, &*rtm.DOUBLE_TYPE_ONE, tm, NULL, loc); in nextImpl()
1397 GenericCast::castToAtomic(lRunningItem, in nextImpl()
1646 GenericCast::castToAtomic(result, result, &*lResultType, tm, NULL, loc); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/store/
H A Dmaps_impl.cpp70 if ( !GenericCast::castToAtomic( in castOrCheckIndexType()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/json/
H A Djsoniq_functions_impl.cpp300 GenericCast::castToAtomic(aResult, in decodeXDM()