Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_collections.cpp38 PlanIter_t fn_collection::codegen( in codegen()
309 DECL_WITH_KIND(sctx, fn_collection, in populate_context_collections()
320 DECL_WITH_KIND(sctx, fn_collection, in populate_context_collections()
H A Dfunc_collections.h118 class fn_collection : public function
121 fn_collection(const signature& sig, FunctionConsts::FunctionKind kind) in fn_collection() function
/dports/accessibility/caribou/caribou-0.4.21/libcaribou/
H A Dxml-deserializer.c225 gchar** fn_collection = NULL; in caribou_xml_deserializer_get_layout_file_inner() local
229 fn_collection = _tmp9_; in caribou_xml_deserializer_get_layout_file_inner()
234 _tmp10_ = g_strdup (fn_collection[fn_it]); in caribou_xml_deserializer_get_layout_file_inner()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4831 function* fn_collection = GET_BUILTIN_FUNCTION(STATIC_COLLECTIONS_DML_COLLECTION_1); in begin_visit() local
4832 ZORBA_ASSERT(fn_collection != NULL); in begin_visit()
4837 create_fo_expr(theRootSctx, loc, fn_collection, argColl); in begin_visit()
4904 function* fn_collection = GET_BUILTIN_FUNCTION(STATIC_COLLECTIONS_DML_COLLECTION_1); in begin_visit() local
4905 ZORBA_ASSERT(fn_collection != NULL); in begin_visit()
4908 fo_expr* collExpr = theExprManager->create_fo_expr(theRootSctx, loc, fn_collection, argColl); in begin_visit()
4996 function* fn_collection = GET_BUILTIN_FUNCTION(STATIC_COLLECTIONS_DML_COLLECTION_1); in begin_visit() local
4997 ZORBA_ASSERT(fn_collection != NULL); in begin_visit()
5000 fo_expr* collExpr = theExprManager->create_fo_expr(theRootSctx, loc, fn_collection, argColl); in begin_visit()