Home
last modified time | relevance | path

Searched refs:yasm_eclass (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Derrwarn.c59 yasm_error_class yasm_eclass; variable
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()
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 …]
Derrwarn.h142 extern yasm_error_class yasm_eclass;
143 #define yasm_error_occurred() yasm_eclass