Searched refs:fc_static (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dunwind-sjlj.c104 static struct SjLj_Function_Context *fc_static;
140 fc->prev = fc_static;
141 fc_static = fc;
155 return fc_static;
169 fc_static = fc;
103 static struct SjLj_Function_Context *fc_static; variable in typeref:struct:SjLj_Function_Context

Completed in 107 milliseconds