Searched refs:YASM_ERROR_ARITHMETIC (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.h53 YASM_ERROR_ARITHMETIC = 0x0001, /**< Arithmetic error (general) */ enumerator in enum:yasm_error_class
H A Dintnum.c437 yasm_error_set(YASM_ERROR_ARITHMETIC,
582 yasm_error_set(YASM_ERROR_ARITHMETIC, N_("invalid use of '%s'"),
586 yasm_error_set(YASM_ERROR_ARITHMETIC, N_("invalid use of '%s'"),
590 yasm_error_set(YASM_ERROR_ARITHMETIC, N_("invalid use of '%s'"),
598 yasm_error_set(YASM_ERROR_ARITHMETIC,
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Derrwarn.pxi46 #elif yasm_error_matches(YASM_ERROR_ARITHMETIC):

Completed in 479 milliseconds