Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c332 get_operator(const node *n) in get_operator() function
1618 newoperator = get_operator(CHILD(n, 1)); in ast_for_binop()
1632 newoperator = get_operator(next_oper); in ast_for_binop()
/external/mesa3d/src/compiler/glsl/
Dir.h1548 static ir_expression_operation get_operator(const char *);
Dir_reader.cpp729 ir_expression_operation op = ir_expression::get_operator(s_op->value()); in read_expression()
Dir.cpp520 ir_expression::get_operator(const char *str) in get_operator() function in ir_expression
/external/python/cpython3/Python/
Dast.c893 get_operator(const node *n) in get_operator() function
2322 newoperator = get_operator(CHILD(n, 1)); in ast_for_binop()
2336 newoperator = get_operator(next_oper); in ast_for_binop()