Searched refs:operator_string (Results 1 – 6 of 6) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/example/ |
D | calculator.c | 126 const char* const operator_string) { in find_operator_function_by_string() argument 129 assert(operator_string); in find_operator_function_by_string() 134 if (strcmp(operator_function->operator, operator_string) == 0) { in find_operator_function_by_string() 193 const char* const operator_string = arguments[i]; in perform_operation() local 195 number_of_operator_functions, operator_functions, operator_string); in perform_operation() 202 operator_string, i); in perform_operation() 210 operator_string); in perform_operation()
|
D | calculator_test.c | 48 const char* const operator_string);
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_expr.cpp | 27 ast_expression::operator_string(enum ast_operators op) in operator_string() function in ast_expression 93 printf("%s ", operator_string(oper)); in print()
|
D | ast_to_hir.cpp | 537 ast_expression::operator_string(op)); in bit_logic_result_type() 542 ast_expression::operator_string(op)); in bit_logic_result_type() 563 ast_expression::operator_string(op)); in bit_logic_result_type() 570 ast_expression::operator_string(op)); in bit_logic_result_type() 581 "base type", ast_expression::operator_string(op)); in bit_logic_result_type() 590 "different sizes", ast_expression::operator_string(op)); in bit_logic_result_type() 745 "integer vector", ast_expression::operator_string(op)); in shift_result_type() 751 "integer vector", ast_expression::operator_string(op)); in shift_result_type() 761 ast_expression::operator_string(op)); in shift_result_type() 773 ast_expression::operator_string(op)); in shift_result_type() [all …]
|
D | glsl_parser_extras.cpp | 1200 printf("%s ", operator_string(oper)); in print() 1215 printf("%s ", operator_string(oper)); in print() 1222 printf("%s ", operator_string(oper)); in print()
|
D | ast.h | 233 static const char *operator_string(enum ast_operators op);
|