HomeSort by relevance Sort by last modified time
    Searched refs:yasm_eclass (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 58 /* 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 != YASM_ERROR_NONE
    [all...]
errwarn.h 142 extern yasm_error_class yasm_eclass;
143 #define yasm_error_occurred() yasm_eclass

Completed in 67 milliseconds