| /src/external/gpl3/gcc/dist/gcc/ |
| range-op.h | 200 class range_op_handler class 203 range_op_handler (); 204 range_op_handler (unsigned); 250 if (!range_op_handler (CONVERT_EXPR).fold_range (r, type, tmp, varying)) 272 if (!range_op_handler (CONVERT_EXPR).fold_range (r, type, tmp, varying))
|
| range-op.cc | 128 // Create a default range_op_handler. 130 range_op_handler::range_op_handler () function in class:range_op_handler 135 // Create a range_op_handler for CODE. Use a default operatoer if CODE 138 range_op_handler::range_op_handler (unsigned code) function in class:range_op_handler 147 range_op_handler::operator bool () const 157 range_op_handler::range_op () const 188 range_op_handler::dispatch_kind (const vrange &lhs, const vrange &op1, 198 range_op_handler::fold_range (vrange &r, tree type [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| range-op.cc | 1326 return range_op_handler (MINUS_EXPR, type)->fold_range (r, type, lhs, op2); 1335 return range_op_handler (MINUS_EXPR, type)->fold_range (r, type, lhs, op1); 1460 return range_op_handler (PLUS_EXPR, type)->fold_range (r, type, lhs, op2); 1644 return range_op_handler (TRUNC_DIV_EXPR, type)->fold_range (r, type, 1896 return range_op_handler (MULT_EXPR, type)->fold_range (r, type, lhs, op2); 2430 range_op_handler (PLUS_EXPR, type)->fold_range (lhs_neg, 3479 return range_op_handler (MINUS_EXPR, type)->fold_range (r, type, minusone, 3774 return range_op_handler (MINUS_EXPR, type)->fold_range (r, type, 4127 range_op_handler (enum tree_code code, tree type) 4143 range_operator *op = range_op_handler (CONVERT_EXPR, type) 4126 range_op_handler (enum tree_code code, tree type) function [all...] |