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

/freebsd-10.3-release/contrib/gcc/
H A Dread-rtl.c36 static htab_t md_constants; variable
907 if (md_constants)
918 def = (struct md_constant *) htab_find (md_constants, &tmp_def);
1159 defs = md_constants;
1163 md_constants = 0;
1197 md_constants = defs;
1209 if (md_constants)
1210 htab_traverse (md_constants, callback, info);

Completed in 109 milliseconds