Home
last modified time | relevance | path

Searched refs:__num_execstmts (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dcver.c636 word32 __num_execstmts;/* total number of executed statements */ variable
1489 if (__num_execstmts - __num_addedexec > 0) in __prt_end_msg()
1492 __num_execstmts - __num_addedexec, __proc_thrd_tevents); in __prt_end_msg()
1636 __num_execstmts = 0; in init_glbs()
H A Dv_ex.c591 __num_execstmts++; in exec_stmts()
599 case S_NULL: case S_STNONE: __num_execstmts--; break; in exec_stmts()
994 __num_execstmts++; in __brktr_exec_1stmt()
1004 __num_execstmts++; in __brktr_exec_1stmt()
1301 __num_execstmts++; in __brktr_exec_1stmt()
H A Dv.h3493 extern word32 __num_execstmts;/* total number of executed statements */