Searched refs:YASM_ERROR_PARSE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.h67 YASM_ERROR_PARSE = 0x8040 /**< Parser error */ enumerator in enum:yasm_error_class
283 * of class YASM_ERROR_PARSE will get overwritten by any other class on the
H A Derrwarn.c459 && (eclass & YASM_ERROR_PARSE) == YASM_ERROR_PARSE)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c167 yasm_error_set(YASM_ERROR_PARSE, "expected %s", str);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c208 yasm_error_set(YASM_ERROR_PARSE, "expected %s", describe_token(token));

Completed in 354 milliseconds