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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c120 yasm_eclass = YASM_ERROR_NONE;
254 yasm_eclass = YASM_ERROR_NONE;
263 if (yasm_eclass == YASM_ERROR_NONE)
264 return eclass == YASM_ERROR_NONE;
273 if (yasm_eclass != YASM_ERROR_NONE)
297 if (yasm_eclass != YASM_ERROR_NONE)
327 yasm_eclass = YASM_ERROR_NONE;
453 if (yasm_eclass != YASM_ERROR_NONE) {
H A Derrwarn.h51 YASM_ERROR_NONE = 0x0000, /**< No error */ enumerator in enum:yasm_error_class
123 /** Get the error indicator. YASM_ERROR_NONE is returned if no error has
124 * been set. Note that as YASM_ERROR_NONE is 0, the return value can also
193 * YASM_ERROR_NONE).

Completed in 132 milliseconds