| /src/external/gpl3/gdb.old/dist/gdb/ |
| m2-exp.h | 25 extern struct value *eval_op_m2_high (struct type *expect_type, 29 extern struct value *eval_op_m2_subscript (struct type *expect_type, 46 value *evaluate (struct type *expect_type, 52 return eval_op_m2_high (expect_type, exp, noside, arg1); 67 value *evaluate (struct type *expect_type, 75 return eval_op_m2_subscript (expect_type, exp, noside, arg1, arg2);
|
| rust-exp.h | 25 extern struct value *eval_op_rust_complement (struct type *expect_type, 30 extern struct value *eval_op_rust_array (struct type *expect_type, 36 extern struct value *rust_subscript (struct type *expect_type, 40 extern struct value *rust_range (struct type *expect_type, 61 value *evaluate (struct type *expect_type, 74 value *evaluate (struct type *expect_type, 80 return rust_subscript (expect_type, exp, noside, false, arg1, arg2); 83 value *slice (struct type *expect_type, 89 return rust_subscript (expect_type, exp, noside, true, arg1, arg2); 103 value *evaluate (struct type *expect_type, [all...] |
| f-exp.h | 25 extern struct value *eval_op_f_abs (struct type *expect_type, 30 extern struct value *eval_op_f_mod (struct type *expect_type, 37 called with one argument. For EXPECT_TYPE, EXP, and NOSIDE see 41 extern struct value *eval_op_f_ceil (struct type *expect_type, 48 called with two arguments. For EXPECT_TYPE, EXP, and NOSIDE see 53 extern value *eval_op_f_ceil (type *expect_type, expression *exp, 58 called with one argument. For EXPECT_TYPE, EXP, and NOSIDE see 62 extern struct value *eval_op_f_floor (struct type *expect_type, 69 called with two arguments. For EXPECT_TYPE, EXP, and NOSIDE see 74 extern value *eval_op_f_floor (type *expect_type, expression *exp [all...] |
| c-exp.h | 26 extern struct value *eval_op_objc_selector (struct type *expect_type, 31 extern struct value *eval_opencl_assign (struct type *expect_type, 37 extern struct value *opencl_relop (struct type *expect_type, 41 extern struct value *opencl_logical_not (struct type *expect_type, 58 value *evaluate (struct type *expect_type, 73 value *evaluate (struct type *expect_type, 92 value *evaluate (struct type *expect_type, 96 return eval_op_objc_selector (expect_type, exp, noside, 113 value *evaluate (struct type *expect_type, 134 value *evaluate (struct type *expect_type, [all...] |
| expop.h | 48 extern struct value *eval_op_scope (struct type *expect_type, 52 extern struct value *eval_op_var_msym_value (struct type *expect_type, 57 extern struct value *eval_op_var_entry_value (struct type *expect_type, 60 extern struct value *eval_op_func_static_var (struct type *expect_type, 64 extern struct value *eval_op_register (struct type *expect_type, 67 extern struct value *eval_op_structop_struct (struct type *expect_type, 72 extern struct value *eval_op_structop_ptr (struct type *expect_type, 77 extern struct value *eval_op_member (struct type *expect_type, 81 extern struct value *eval_op_add (struct type *expect_type, 85 extern struct value *eval_op_sub (struct type *expect_type, [all...] |
| expression.h | 99 virtual value *evaluate (struct type *expect_type, 112 EXPECT_TYPE. */ 113 virtual value *evaluate_for_cast (struct type *expect_type, 128 EXPECT_TYPE, EXP, and NOSIDE have the same meaning as in 131 virtual value *evaluate_funcall (struct type *expect_type, 137 return evaluate_funcall (expect_type, exp, noside, nullptr, args); 173 value *evaluate_funcall (struct type *expect_type, 233 /* Evaluate the expression. EXPECT_TYPE is the context type of the 236 struct value *evaluate (struct type *expect_type = nullptr,
|
| ada-exp.h | 25 extern struct value *ada_unop_neg (struct type *expect_type, 29 extern struct value *ada_atr_tag (struct type *expect_type, 33 extern struct value *ada_abs (struct type *expect_type, 37 extern struct value *ada_unop_in_range (struct type *expect_type, 41 extern struct value *ada_mult_binop (struct type *expect_type, 45 extern struct value *ada_equal_binop (struct type *expect_type, 59 extern struct value *ada_binop_minmax (struct type *expect_type, 64 extern struct value *ada_pos_atr (struct type *expect_type, 77 extern struct value *ada_binop_exp (struct type *expect_type, 130 value *evaluate (struct type *expect_type, [all...] |
| eval.c | 104 expression::evaluate (struct type *expect_type, enum noside noside) 112 struct value *retval = op->evaluate (expect_type, this, noside); 504 type_instance_operation::evaluate (struct type *expect_type, 555 var_value_operation::evaluate (struct type *expect_type, 680 operation::evaluate_funcall (struct type *expect_type, 705 function_name, expect_type); 709 var_value_operation::evaluate_funcall (struct type *expect_type, 716 return operation::evaluate_funcall (expect_type, exp, noside, args); 733 nullptr, expect_type); 737 scope_operation::evaluate_funcall (struct type *expect_type, [all...] |
| f-lang.c | 565 eval_op_f_associated (struct type *expect_type, 575 eval_op_f_associated (struct type *expect_type, 655 eval_op_f_array_size (struct type *expect_type, 670 eval_op_f_array_size (struct type *expect_type, 685 value *eval_op_f_array_size (type *expect_type, expression *exp, noside noside, 769 eval_op_f_array_shape (struct type *expect_type, struct expression *exp, 780 eval_op_f_abs (struct type *expect_type, struct expression *exp, 808 eval_op_f_mod (struct type *expect_type, struct expression *exp, 860 eval_op_f_ceil (struct type *expect_type, struct expression *exp, 873 eval_op_f_ceil (type *expect_type, expression *exp, noside noside [all...] |
| m2-lang.c | 36 eval_op_m2_high (struct type *expect_type, struct expression *exp, 67 eval_op_m2_subscript (struct type *expect_type, struct expression *exp,
|
| opencl-lang.c | 443 opencl_logical_not (struct type *expect_type, struct expression *exp, 637 opencl_relop (struct type *expect_type, struct expression *exp, 680 eval_opencl_assign (struct type *expect_type, struct expression *exp, 699 opencl_structop_operation::evaluate (struct type *expect_type, 722 opencl_logical_binop_operation::evaluate (struct type *expect_type, 770 opencl_ternop_cond_operation::evaluate (struct type *expect_type,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m2-exp.h | 25 extern struct value *eval_op_m2_high (struct type *expect_type, 29 extern struct value *eval_op_m2_subscript (struct type *expect_type, 46 value *evaluate (struct type *expect_type, 52 return eval_op_m2_high (expect_type, exp, noside, arg1); 67 value *evaluate (struct type *expect_type, 75 return eval_op_m2_subscript (expect_type, exp, noside, arg1, arg2);
|
| rust-exp.h | 25 extern struct value *eval_op_rust_complement (struct type *expect_type, 30 extern struct value *eval_op_rust_array (struct type *expect_type, 53 value *evaluate (struct type *expect_type, 66 value *evaluate (struct type *expect_type, 73 value *slice (struct type *expect_type, 99 value *evaluate (struct type *expect_type, 107 return sub_op->slice (expect_type, exp, noside); 123 value *evaluate (struct type *expect_type, 139 value *evaluate (struct type *expect_type, 155 value *evaluate (struct type *expect_type, [all...] |
| f-exp.h | 25 extern struct value *eval_op_f_abs (struct type *expect_type, 30 extern struct value *eval_op_f_mod (struct type *expect_type, 37 called with one argument. For EXPECT_TYPE, EXP, and NOSIDE see 41 extern struct value *eval_op_f_ceil (struct type *expect_type, 48 called with two arguments. For EXPECT_TYPE, EXP, and NOSIDE see 53 extern value *eval_op_f_ceil (type *expect_type, expression *exp, 58 called with one argument. For EXPECT_TYPE, EXP, and NOSIDE see 62 extern struct value *eval_op_f_floor (struct type *expect_type, 69 called with two arguments. For EXPECT_TYPE, EXP, and NOSIDE see 74 extern value *eval_op_f_floor (type *expect_type, expression *exp [all...] |
| c-exp.h | 26 extern struct value *eval_op_objc_selector (struct type *expect_type, 31 extern struct value *eval_opencl_assign (struct type *expect_type, 37 extern struct value *opencl_relop (struct type *expect_type, 41 extern struct value *opencl_logical_not (struct type *expect_type, 58 value *evaluate (struct type *expect_type, 73 value *evaluate (struct type *expect_type, 92 value *evaluate (struct type *expect_type, 96 return eval_op_objc_selector (expect_type, exp, noside, 113 value *evaluate (struct type *expect_type, 134 value *evaluate (struct type *expect_type, [all...] |
| expop.h | 48 extern struct value *eval_op_var_msym_value (struct type *expect_type, 53 extern struct value *eval_op_var_entry_value (struct type *expect_type, 56 extern struct value *eval_op_func_static_var (struct type *expect_type, 60 extern struct value *eval_op_register (struct type *expect_type, 63 extern struct value *eval_op_structop_struct (struct type *expect_type, 68 extern struct value *eval_op_structop_ptr (struct type *expect_type, 73 extern struct value *eval_op_member (struct type *expect_type, 77 extern struct value *eval_op_add (struct type *expect_type, 81 extern struct value *eval_op_sub (struct type *expect_type, 85 extern struct value *eval_op_binary (struct type *expect_type, [all...] |
| expression.h | 99 virtual value *evaluate (struct type *expect_type, 112 EXPECT_TYPE. */ 113 virtual value *evaluate_for_cast (struct type *expect_type, 128 EXPECT_TYPE, EXP, and NOSIDE have the same meaning as in 131 virtual value *evaluate_funcall (struct type *expect_type, 137 return evaluate_funcall (expect_type, exp, noside, nullptr, args); 173 value *evaluate_funcall (struct type *expect_type, 233 /* Evaluate the expression. EXPECT_TYPE is the context type of the 236 struct value *evaluate (struct type *expect_type = nullptr,
|
| ada-exp.h | 25 extern struct value *ada_unop_neg (struct type *expect_type, 29 extern struct value *ada_atr_tag (struct type *expect_type, 33 extern struct value *ada_abs (struct type *expect_type, 37 extern struct value *ada_unop_in_range (struct type *expect_type, 41 extern struct value *ada_mult_binop (struct type *expect_type, 45 extern struct value *ada_equal_binop (struct type *expect_type, 59 extern struct value *ada_binop_minmax (struct type *expect_type, 64 extern struct value *ada_pos_atr (struct type *expect_type, 77 extern struct value *ada_binop_exp (struct type *expect_type, 130 value *evaluate (struct type *expect_type, [all...] |
| eval.c | 104 expression::evaluate (struct type *expect_type, enum noside noside) 112 struct value *retval = op->evaluate (expect_type, this, noside); 504 type_instance_operation::evaluate (struct type *expect_type, 555 var_value_operation::evaluate (struct type *expect_type, 680 operation::evaluate_funcall (struct type *expect_type, 705 function_name, expect_type); 709 var_value_operation::evaluate_funcall (struct type *expect_type, 716 return operation::evaluate_funcall (expect_type, exp, noside, args); 733 nullptr, expect_type); 737 scope_operation::evaluate_funcall (struct type *expect_type, [all...] |
| f-lang.c | 565 eval_op_f_associated (struct type *expect_type, 575 eval_op_f_associated (struct type *expect_type, 655 eval_op_f_array_size (struct type *expect_type, 670 eval_op_f_array_size (struct type *expect_type, 685 value *eval_op_f_array_size (type *expect_type, expression *exp, noside noside, 769 eval_op_f_array_shape (struct type *expect_type, struct expression *exp, 780 eval_op_f_abs (struct type *expect_type, struct expression *exp, 808 eval_op_f_mod (struct type *expect_type, struct expression *exp, 860 eval_op_f_ceil (struct type *expect_type, struct expression *exp, 873 eval_op_f_ceil (type *expect_type, expression *exp, noside noside [all...] |
| c-lang.c | 590 c_string_operation::evaluate (struct type *expect_type, 626 if (expect_type && expect_type->code () == TYPE_CODE_ARRAY) 629 = check_typedef (expect_type->target_type ()); 663 if (!get_discrete_bounds (expect_type->index_type (), 667 high_bound = (expect_type->length () / element_size) - 1; 673 result = value::allocate (expect_type);
|
| m2-lang.c | 36 eval_op_m2_high (struct type *expect_type, struct expression *exp, 67 eval_op_m2_subscript (struct type *expect_type, struct expression *exp,
|
| opencl-lang.c | 443 opencl_logical_not (struct type *expect_type, struct expression *exp, 637 opencl_relop (struct type *expect_type, struct expression *exp, 680 eval_opencl_assign (struct type *expect_type, struct expression *exp, 699 opencl_structop_operation::evaluate (struct type *expect_type, 722 opencl_logical_binop_operation::evaluate (struct type *expect_type, 770 opencl_ternop_cond_operation::evaluate (struct type *expect_type,
|
| /src/external/gpl2/dtc/dist/tests/ |
| utilfdt_test.c | 22 static void check(const char *fmt, int expect_type, int expect_size) 29 if (expect_type != type) 31 expect_type, type);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| hashtable.h | 217 uintptr_t *expect_type = &name##_##vtype##_id; \ 220 if (v->type_id != expect_type) \
|