Home
last modified time | relevance | path

Searched refs:take_type (Results 1 – 21 of 21) sorted by path

/dports/databases/libgdamm5/libgdamm-4.99.11/libgda/src/
H A Dlibgda_methods.defs8402 (define-method take_type
/dports/lang/seed7/seed7/src/
H A Datom.c133 literal_object->type_of = take_type(typeof_object); in gen_literal_object()
H A Dcmdlib.c97 typeOfString = take_type(SYS_STRI_TYPE); in toArrayType()
H A Ddcllib.c72 attribute_type = take_type(arg_2(arguments)); in dcl_attr()
94 object_type = take_type(arg_2(arguments)); in dcl_const()
241 object_type = take_type(arg_2(arguments)); in dcl_fwd()
285 object_type = take_type(arg_2(arguments)); in dcl_fwdvar()
419 object_type = take_type(arg_2(arguments)); in dcl_in1()
459 object_type = take_type(arg_2(arguments)); in dcl_in2()
505 object_type = take_type(arg_3(arguments)); in dcl_in1var()
532 object_type = take_type(arg_3(arguments)); in dcl_in2var()
568 object_type = take_type(arg_2(arguments)); in dcl_inout1()
598 object_type = take_type(arg_2(arguments)); in dcl_inout2()
[all …]
H A Ddoany.c87 expr_object.type_of = take_type(SYS_EXPR_TYPE); in exec1()
H A Ddrwlib.c78 anArray->arr[pos].type_of = take_type(SYS_INT_TYPE); in toIntArray()
H A Dexec.c1029 match_expr->type_of = take_type(SYS_EXPR_TYPE); in exec_dynamic()
H A Dexecutl.c81 expr_object.type_of = take_type(SYS_EXPR_TYPE); in get_create_call_obj()
131 expr_object.type_of = take_type(SYS_EXPR_TYPE); in get_destroy_call_obj()
177 expr_object.type_of = take_type(SYS_EXPR_TYPE); in type_create_call_obj()
223 expr_object.type_of = take_type(SYS_EXPR_TYPE); in type_copy_call_obj()
266 expr_object.type_of = take_type(SYS_EXPR_TYPE); in type_ord_call_obj()
310 expr_object.type_of = take_type(SYS_EXPR_TYPE); in type_in_call_obj()
353 expr_object.type_of = take_type(SYS_EXPR_TYPE); in type_value_call_obj()
875 if (take_type(type_obj)->value_obj == NULL) { in getValue()
892 take_type(type_obj)->value_obj = exec_call(&call_object); in getValue()
895 return take_type(type_obj)->value_obj; in getValue()
H A Dmatch.c911 object_type = take_type(attribute_object);
970 object_type = take_type(current_element->value.listValue->obj);
989 object_type = take_type(current_element->value.listValue->next->next->obj);
1000 object_type = take_type(current_element->value.listValue->next->next->obj);
H A Dobject.c69 created_list->type_of = take_type(typeof_object); in new_empty_list_object()
98 created_list->type_of = take_type(typeof_object); in new_nonempty_expression_object()
H A Dobjutl.h68 #define take_type(arg) (arg)->value.typeValue macro
H A Dparser.c117 init_dollar_type(declared_object, take_type(meta_type), err_info); in init_dollar()
126 take_type(basic_type))) == NULL) { in init_dollar()
206 declared_object->type_of = take_type(typeof_object); in decl_value()
225 declared_object->type_of = take_type(typeof_object); in decl_value()
H A Dprclib.c214 if (block_body != NULL && block_body->type_of != take_type(SYS_PROC_TYPE)) { in prc_begin()
1020 if (block_body != NULL && block_body->type_of != take_type(SYS_PROC_TYPE)) { in prc_local()
1122 result_type = take_type(arg_4(arguments)); in prc_res_begin()
1165 if (block_body != NULL && block_body->type_of != take_type(SYS_PROC_TYPE)) { in prc_res_begin()
1204 result_type = take_type(arg_4(arguments)); in prc_res_local()
1245 if (block_body != NULL && block_body->type_of != take_type(SYS_PROC_TYPE)) { in prc_res_local()
H A Dprg_comp.c95 arg_array->arr[arg_idx].type_of = take_type(SYS_STRI_TYPE); in copy_args()
H A Dref_data.c1486 result = take_type(aReference); in typValue()
H A Dreflib.c183 take_type(arg_2(arguments)), in ref_alloc_int()
197 take_type(arg_2(arguments)), in ref_alloc_stri()
209 refAllocVar(take_type(arg_1(arguments)), in ref_alloc_var()
949 take_type( arg_2(arguments))); in ref_settype()
H A Dsctlib.c367 object_type = take_type(arg_2(arguments)); in sct_elem()
H A Dstrlib.c126 work_array->arr[used_max_position].type_of = take_type(SYS_STRI_TYPE); in addCopiedStriToArray()
H A Dsyntax.c108 typeof_token = take_type(type_object); in def_single_token()
428 typeof_object = take_type(type_object); in decl_syntax()
H A Dtype.c81 if ((func_type = get_func_type(NULL, take_type(basic_type))) != NULL) { in decl_type()
H A Dtyplib.c68 typ1 = take_type(arg_1(arguments)); in typ_addinterface()
69 typ2 = take_type(arg_2(arguments)); in typ_addinterface()
140 type_from = take_type(arg_3(arguments)); in typ_create()
200 type1 = take_type(arg_1(arguments)); in typ_eq()
201 type2 = take_type(arg_3(arguments)); in typ_eq()
278 typ1 = take_type(arg_1(arguments)); in typ_getinterfaces()
339 any_type = take_type(arg_1(arguments)); in typ_isderived()
374 any_type = take_type(arg_1(arguments)); in typ_isfunc()
393 any_type = take_type(arg_1(arguments)); in typ_isvarfunc()
456 type1 = take_type(arg_1(arguments)); in typ_ne()
[all …]