Home
last modified time | relevance | path

Searched refs:SYM_F (Results 1 – 12 of 12) sorted by path

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv.h633 #define SYM_F 7 /* function name */ macro
H A Dv_dbg.c3403 case SYM_I: case SYM_TSK: case SYM_F: in print_iddecl_ref()
H A Dv_ex.c6910 if (syp->sytyp != SYM_TSK && syp->sytyp != SYM_F && syp->sytyp != SYM_LB) in exec_expr_schg()
H A Dv_fx.c4671 if (syphd->sytyp == SYM_TSK || syphd->sytyp == SYM_F || in resolve_local_path()
4711 if (syphd->sytyp == SYM_TSK || syphd->sytyp == SYM_F || in resolve_local_path()
4731 if (syphd->sytyp != SYM_TSK && syphd->sytyp != SYM_F && in resolve_local_path()
4793 case SYM_I: case SYM_M: case SYM_LB: case SYM_F: case SYM_TSK: break; in chk_xmr_tail_wire()
5376 if (syp->sytyp != SYM_TSK && syp->sytyp != SYM_F && syp->sytyp != SYM_LB) in fill_grestsyms()
5456 if (syp->sytyp != SYM_LB && syp->sytyp != SYM_TSK && syp->sytyp != SYM_F) in find_inmod_sym()
H A Dv_fx2.c3498 case SYM_TSK: case SYM_F: case SYM_STSK: case SYM_SF: in chk_modsym()
7563 if (syp->sytyp == SYM_F) in chk_nodel_dsable()
8809 if (syp->sytyp != SYM_TSK && syp->sytyp != SYM_F in chk_disable()
8825 if (syp2->sytyp == SYM_TSK || syp2->sytyp != SYM_F in chk_disable()
8839 if (dsxp->optyp == ID && syp->sytyp == SYM_F && __cur_tsk != NULL in chk_disable()
H A Dv_fx3.c1312 else if (syp->sytyp == SYM_F) in __get_rhswidth()
1479 else if (syp->sytyp == SYM_F) in set2_rhswidth()
1711 else if (syp->sytyp == SYM_F) in set_rhs_signed()
2270 if (syp->sytyp != SYM_F && syp->sytyp != SYM_SF) in chkspecop_fcall()
2276 if (syp->sytyp == SYM_F) in chkspecop_fcall()
3796 if (syp->sytyp == SYM_F) __misc_terr(__FILE__, __LINE__); in chk_pli_arglist()
4944 if (tsyp->sytyp == SYM_F || tsyp->sytyp == SYM_LB in chk_systskenable()
5204 case SYM_I: case SYM_M: case SYM_LB: case SYM_TSK: case SYM_F: return(TRUE); in __is_scope_sym()
H A Dv_ms.c5190 case SYM_F: strcpy(s, "function"); break; in __to_sytyp()
H A Dv_prp2.c4296 if (syp->sytyp == SYM_F) in prep_func_dsable()
6960 if (syp->sytyp == SYM_F) return; in cxf_fixup_func_dsabl_gotos()
H A Dv_src.c4529 case FUNCTION: styp = SYM_F; break; in to_tasksytyp()
H A Dv_src2.c1120 case SYM_F: case SYM_I: case SYM_M: case SYM_PRIM: case SYM_UDP: in find_bldxpr_tfsy()
4464 if (syp->sytyp != SYM_F) in chk_decl_func()
H A Dv_vpi.c5491 case SYM_F: hrp->htyp = vpiFunction; break; in fill_scopehandle()
H A Dv_vpi2.c4759 case SYM_TSK: case SYM_F: case SYM_LB: in bld_symhandle()