Home
last modified time | relevance | path

Searched refs:_tmp1122_ (Results 1 – 5 of 5) sorted by relevance

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalabinaryexpression.c3392 ValaMethod* _tmp1122_; in vala_binary_expression_real_check() local
3427 _tmp1122_ = VALA_IS_METHOD (_tmp1121_) ? ((ValaMethod*) _tmp1121_) : NULL; in vala_binary_expression_real_check()
3428 if (_tmp1122_ == NULL) { in vala_binary_expression_real_check()
3431 contains_method = _tmp1122_; in vala_binary_expression_real_check()
H A Dvalamemberaccess.c3989 gchar* _tmp1122_; in vala_member_access_real_check() local
4003 _tmp1122_ = _tmp1121_; in vala_member_access_real_check()
4010 …ntf ("Cannot assign to construct-only property `%s' in `construct' of `%s'", _tmp1122_, _tmp1128_); in vala_member_access_real_check()
4015 _g_free0 (_tmp1122_); in vala_member_access_real_check()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodemethodcallmodule.c3704 ValaCCodeExpression* _tmp1122_; in vala_ccode_method_call_module_real_visit_method_call() local
3711_tmp1122_ = vala_ccode_base_module_get_delegate_target_cexpression ((ValaCCodeBaseModule*) self, _… in vala_ccode_method_call_module_real_visit_method_call()
3714 delegate_target = _tmp1122_; in vala_ccode_method_call_module_real_visit_method_call()
H A Dvalaccodemethodmodule.c4794 gchar* _tmp1122_; in vala_ccode_method_module_real_visit_method() local
4823 _tmp1122_ = vala_get_ccode_name ((ValaCodeNode*) m); in vala_ccode_method_module_real_visit_method()
4824 _tmp1123_ = _tmp1122_; in vala_ccode_method_module_real_visit_method()
/dports/lang/vala/vala-0.48.18/valadoc/tests/drivers/
H A Dgeneric-api-test.c9579 gboolean _tmp1122_; in param_test() local
10282 _tmp1122_ = _tmp1121_; in param_test()
10283 _vala_assert (_tmp1122_ == FALSE, "param.parameter_type.is_weak == false"); in param_test()