Home
last modified time | relevance | path

Searched refs:op_concatenate (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_sequences.h42 class op_concatenate : public function
45 op_concatenate(const signature& sig, FunctionConsts::FunctionKind kind) in op_concatenate() function
H A Dfunc_sequences.cpp37 PlanIter_t op_concatenate::codegen( in codegen()
318 lParamTypes.push_back(GENV_TYPESYSTEM.ITEM_TYPE_STAR);DECL_WITH_KIND(sctx, op_concatenate, in populate_context_sequences()
/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dfunc_sequences_impl.cpp46 xqtref_t op_concatenate::getReturnType(const fo_expr* caller) const in getReturnType()
75 BoolAnnotationValue op_concatenate::ignoresSortedNodes(expr* fo, csize input) const in ignoresSortedNodes()
81 BoolAnnotationValue op_concatenate::ignoresDuplicateNodes(expr* fo, csize input) const in ignoresDuplicateNodes()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp639 function * op_concatenate; member in zorba::TranslatorImpl
710 op_concatenate = GET_BUILTIN_FUNCTION(OP_CONCATENATE_N); in TranslatorImpl()
711 assert(op_concatenate != NULL); in TranslatorImpl()
6001 op_concatenate, in end_visit()
11714 theExprManager->create_fo_expr(theRootSctx, loc, op_concatenate, args); in begin_visit()
11777 if (foExpr != NULL && foExpr->get_func() != op_concatenate) in end_visit()
11907 create_fo_expr(theRootSctx, loc, op_concatenate, args); in end_visit()
12084 create_fo_expr(theRootSctx, loc, op_concatenate, args); in attr_content_list()