Home
last modified time | relevance | path

Searched refs:sy_type (Results 1 – 15 of 15) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dstruct.c95 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()
H A Dobj_type.c182 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()
H A Dexpr.c128 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 …]
H A Dsymtab.c169 sym->sy_type = symbol->sy_type; in copy_symbol()
H A Ddef.c303 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()
H A Dfunction.c274 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()
H A Dqc-parse.y393 $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)
H A Dclass.c439 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()
H A Dqc-parse.c2750 (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)
H A Dstatements.c741 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()
H A Dqc-lex.c2629 if (sym->sy_type == sy_type) in keyword_or_id()
2631 if (sym->sy_type == sy_class) in keyword_or_id()
H A Dqp-lex.c2272 if (sym->sy_type == sy_type) { in keyword_or_id()
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/include/
H A Dsymtab.h53 sy_type, ///< symbol refers to a type enumerator
64 sy_type_e sy_type; ///< symbol type member
/dports/cad/electric/electric-7.00/src/include/
H A Diocifpars.h148 INTBIG sy_type; /* type of object, must come first */ member
/dports/cad/electric/electric-7.00/src/io/
H A Diocifpars.c664 obj->sy_type = CALL; in io_icall()