Searched defs:yasm_eclass (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c58 /* yasm_eclass is not static so that yasm_error_occurred macro can access it */
59 yasm_error_class yasm_eclass; variable
120 yasm_eclass = YASM_ERROR_NONE;
254 yasm_eclass = YASM_ERROR_NONE;
263 if (yasm_eclass == YASM_ERROR_NONE)
265 if (yasm_eclass == YASM_ERROR_GENERAL)
267 return (yasm_eclass & eclass) == eclass;
273 if (yasm_eclass != YASM_ERROR_NONE)
276 yasm_eclass = eclass;
297 if (yasm_eclass !
[all...]

Completed in 168 milliseconds