Searched refs:sy_type (Results 1 – 15 of 15) sorted by relevance
95 sym->sy_type = sy_type; in find_tag()123 if (s->sy_type != sy_var) in build_struct()178 name->sy_type = sy_const; in add_enum()195 sym->sy_type = sy_const; in add_enum()212 if (sym->sy_type != sy_const) in enum_as_bool()
182 if (sym->sy_type != sy) in qfo_encode_struct()198 if (sym->sy_type != sy) in qfo_encode_struct()211 if (sym->sy_type != sy) in qfo_encode_struct()215 if (sym->sy_type == sy_const) in qfo_encode_struct()
128 if (sym->sy_type == sy_expr) { in convert_name()132 if (sym->sy_type == sy_type) in convert_name()646 if (sym->sy_type == sy_const) { in constant_expr()711 if (e->type == ex_symbol && e->e.symbol->sy_type == sy_var in expr_float()741 if (e->type == ex_symbol && e->e.symbol->sy_type == sy_var in expr_vector()771 if (e->type == ex_symbol && e->e.symbol->sy_type == sy_var in expr_quaternion()2205 if (e1->e.symbol->sy_type == sy_var) { in address_expr()2479 if (sym && sym->sy_type == sy_var && sym->type in think_expr()2513 switch (e->e.symbol->sy_type) { in is_lvalue()2518 case sy_type: in is_lvalue()[all …]
169 sym->sy_type = symbol->sy_type; in copy_symbol()
303 if (field->sy_type != sy_var) in init_elements()309 if (field->sy_type != sy_var) in init_elements()403 if (sym->sy_type != sy_expr) { in init_vector_components()433 sym->sy_type = sy_expr; in init_vector_components()499 if (check->sy_type != sy_var || check->type != type) { in initialize_def()
274 s->sy_type = sy_func; in function_symbol()511 if (sym->sy_type != sy_func) in make_function()546 if (sym->sy_type != sy_func) { in begin_function()582 if (fsym->sy_type != sy_func) // probably in error recovery in build_code_function()600 if (sym->sy_type != sy_func) { in build_builtin_function()
393 $1->sy_type = sy_type;413 $1->sy_type = sy_type;429 $1->sy_type = sy_type;434 if ($1->sy_type == sy_func)988 if (sym->sy_type == sy_func)
439 sym->sy_type = sy_class; in _get_class()579 if (ivar_sym->sy_type != sy_var) in emit_ivar_list_item()611 if (s->sy_type == sy_var) in emit_ivars()1033 if (s1->sy_type != s2->sy_type) in compare_symbols()1569 if (sym->sy_type != sy_var) in class_finish_ivar_scope()1571 sym->sy_type = sy_expr; in class_finish_ivar_scope()
2750 (yyvsp[(1) - (1)].symbol)->sy_type = sy_type;2774 (yyvsp[(1) - (2)].symbol)->sy_type = sy_type;2794 (yyvsp[(1) - (1)].symbol)->sy_type = sy_type;2799 if ((yyvsp[(1) - (1)].symbol)->sy_type == sy_func)3562 if (sym->sy_type == sy_func)
741 if (e->e.expr.e1->e.symbol->sy_type != sy_var) in expr_deref()965 if (sym->sy_type == sy_var) { in expr_symbol()967 } else if (sym->sy_type == sy_const) { in expr_symbol()969 } else if (sym->sy_type == sy_func) { in expr_symbol()973 symtype_str(sym->sy_type)); in expr_symbol()
2629 if (sym->sy_type == sy_type) in keyword_or_id()2631 if (sym->sy_type == sy_class) in keyword_or_id()
2272 if (sym->sy_type == sy_type) { in keyword_or_id()
53 sy_type, ///< symbol refers to a type enumerator64 sy_type_e sy_type; ///< symbol type member
148 INTBIG sy_type; /* type of object, must come first */ member
664 obj->sy_type = CALL; in io_icall()