Searched refs:state_set (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | lr0.c | 24 static core **state_set; variable 90 state_set = NEW2(nitems, core *); in allocate_storage() 131 FREE(state_set); in free_storage() 178 sp = state_set[key]; in get_state() 216 state_set[key] = sp = new_state(symbol); in get_state()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/ |
H A D | ittnotify.h | 911 ITT_STUB(ITTAPI, __itt_state_t, state_set, (__itt_state_t s)) 912 #define __itt_state_set ITTNOTIFY_DATA(state_set) 913 #define __itt_state_set_ptr ITTNOTIFY_NAME(state_set)
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.h | 535 ITT_STUB(LIBITTAPI, __itt_state_t, state_set, (__itt_state_t s), (ITT_FORMAT s), 536 state_set, __itt_group_legacy, "%d")
|