Home
last modified time | relevance | path

Searched refs:is_gcollection (Results 1 – 2 of 2) sorted by relevance

/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodebasemodule.vala3659 …bool is_gcollection = (type.type_symbol == glist_type || type.type_symbol == gslist_type || type.t…
3662 if (is_gcollection && cexpr is CCodeFunctionCall) {
3702 …if (!is_gcollection && ccall.call is CCodeIdentifier && !(type is ArrayType) && !(type is GenericT…
H A Dvalaccodebasemodule.c20005 gboolean is_gcollection = FALSE; in vala_ccode_base_module_real_destroy_value() local
20261 is_gcollection = _tmp58_; in vala_ccode_base_module_real_destroy_value()
20265 if (is_gcollection) { in vala_ccode_base_module_real_destroy_value()
20503 if (!is_gcollection) { in vala_ccode_base_module_real_destroy_value()