Home
last modified time | relevance | path

Searched refs:UNTYPED_TYPE (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dtypemanagerimpl.cpp128 return GENV_TYPESYSTEM.UNTYPED_TYPE; in create_untyped_type()
430 bool untyped = (contType == RTM.UNTYPED_TYPE || in create_node_type()
446 if (contentType == RTM.UNTYPED_TYPE || contentType == RTM.ANY_TYPE) in create_node_type()
460 (contentType != RTM.UNTYPED_TYPE && contentType != RTM.ANY_TYPE)) in create_node_type()
934 return GENV_TYPESYSTEM.UNTYPED_TYPE; in create_type()
H A Droot_typemanager.h226 xqtref_t UNTYPED_TYPE; variable
H A Droot_typemanager.cpp215 UNTYPED_TYPE = new UntypedXQType(this, true); in RootTypeManager()
504 NODE_TYPE_DEFN(ANY_NODE_UNTYPED, store::StoreConsts::anyNode, UNTYPED_TYPE); in RootTypeManager()
508 NODE_TYPE_DEFN(DOCUMENT_UNTYPED, store::StoreConsts::documentNode, UNTYPED_TYPE); in RootTypeManager()
512 NODE_TYPE_DEFN(ELEMENT_UNTYPED, store::StoreConsts::elementNode, UNTYPED_TYPE); in RootTypeManager()
626 delete UNTYPED_TYPE.getp(); in ~RootTypeManager()
627 UNTYPED_TYPE.setNull(); in ~RootTypeManager()
H A Dtypeimpl.cpp607 return theContentType == GENV_TYPESYSTEM.UNTYPED_TYPE; in is_untyped()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_type.cpp492 rtm.UNTYPED_TYPE); in compute_return_type()
507 rtm.UNTYPED_TYPE); in compute_return_type()
814 if (inContentType == RTM.UNTYPED_TYPE) in axis_step_type()
823 if (rootElemType->get_content_type() == RTM.UNTYPED_TYPE.getp()) in axis_step_type()
1197 contentType = RTM.UNTYPED_TYPE; in create_axis_step_type()
/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dfunc_accessors_impl.cpp116 else if (TypeOps::is_equal(tm, *cType, *RTM.UNTYPED_TYPE)) in getReturnType()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A Dschema.cpp988 result = GENV_TYPESYSTEM.UNTYPED_TYPE; in createXQTypeFromTypeDefinition()