Searched refs:yasm_eclass (Results 1 – 2 of 2) sorted by relevance
59 yasm_error_class yasm_eclass; variable120 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()265 if (yasm_eclass == YASM_ERROR_GENERAL) in yasm_error_matches()267 return (yasm_eclass & eclass) == eclass; in yasm_error_matches()273 if (yasm_eclass != YASM_ERROR_NONE) in yasm_error_set_va()276 yasm_eclass = eclass; in yasm_error_set_va()297 if (yasm_eclass != YASM_ERROR_NONE) in yasm_error_set_xref_va()323 *eclass = yasm_eclass; in yasm_error_fetch()[all …]
142 extern yasm_error_class yasm_eclass;143 #define yasm_error_occurred() yasm_eclass