Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalamethodcall.vala238 …var gobject_chainup = (context.profile == Profile.GOBJECT && call.symbol_reference == context.anal…
239 is_chainup = gobject_chainup;
241 if (!gobject_chainup) {
291 } else if (gobject_chainup) {
H A Dvalamethodcall.c681 gboolean gobject_chainup = FALSE; in vala_method_call_real_check() local
1049 gobject_chainup = _tmp109_; in vala_method_call_real_check()
1050 vala_method_call_set_is_chainup (self, gobject_chainup); in vala_method_call_real_check()
1051 if (!gobject_chainup) { in vala_method_call_real_check()
1307 if (gobject_chainup) { in vala_method_call_real_check()