Searched defs:validate_or_test (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
H A Dparsermodule.c1428 && validate_or_test(CHILD(tree, 3)));
2180 res = validate_or_test(CHILD(tree, 0));
2183 validate_or_test(CHILD(tree, 2)) &&
2199 res = (validate_or_test(CHILD(tree, 0)));
2205 validate_or_test(node *tree) function

Completed in 52 milliseconds