Searched refs:YASM_ERROR_NONE (Results 1 – 2 of 2) sorted by relevance
120 yasm_eclass = YASM_ERROR_NONE; in yasm_errwarn_initialize()254 yasm_eclass = YASM_ERROR_NONE; in yasm_error_clear()263 if (yasm_eclass == YASM_ERROR_NONE) in yasm_error_matches()264 return eclass == YASM_ERROR_NONE; in yasm_error_matches()273 if (yasm_eclass != YASM_ERROR_NONE) in yasm_error_set_va()297 if (yasm_eclass != YASM_ERROR_NONE) in yasm_error_set_xref_va()327 yasm_eclass = YASM_ERROR_NONE; in yasm_error_fetch()453 if (yasm_eclass != YASM_ERROR_NONE) { in yasm_errwarn_propagate()
51 YASM_ERROR_NONE = 0x0000, /**< No error */ enumerator