Lines Matching refs:COMP
10 ASSERT = "__{PREFIX}_ASSERT_{TYPE}_{COMP}"
27 COMP = {
48 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
70 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
103 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh, size)
124 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
156 for op, comp in sorted(COMP.items()):
158 'comp': comp.lower(), 'COMP': comp.upper(),
167 'comp': comp.lower(), 'COMP': comp.upper(),
261 return mkassert('str', COMP[comp], lh, rh)
275 return mkassert('mem', COMP[comp], lh, rh, size)
283 return mkassert('int', COMP[comp], lh, rh)