Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dcoretype.h248 YASM_EXPR_NONNUM, /**< Start of non-numeric operations (not an op). */ enumerator
Dexpr.c635 if (e->op > YASM_EXPR_NONNUM) in expr_level_op()