Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c1502 if (!compiler_addcompare((C), (cmpop_ty)(CMP))) \
2478 static int compiler_addcompare(struct compiler *c, cmpop_ty op) in compiler_addcompare() function