Home
last modified time | relevance | path

Searched refs:expect_type (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Deval.c72 (expect_type, exp, pos, noside); in evaluate_subexp()
380 evaluate_subexp_standard (struct type *expect_type, in evaluate_subexp_standard() argument
497 type = expect_type ? check_typedef (expect_type) : NULL_TYPE; in evaluate_subexp_standard()
502 struct value *rec = allocate_value (expect_type); in evaluate_subexp_standard()
560 struct value *set = allocate_value (expect_type); in evaluate_subexp_standard()
862 if (expect_type != NULL) in evaluate_subexp_standard()
863 value_type = expect_type; in evaluate_subexp_standard()
868 else if (expect_type != NULL) in evaluate_subexp_standard()
925 return allocate_value (expect_type); in evaluate_subexp_standard()
1889 if (expect_type && TYPE_CODE (expect_type) == TYPE_CODE_PTR) in evaluate_subexp_standard()
[all …]
H A Dscm-lang.c203 evaluate_subexp_scm (struct type *expect_type, struct expression *exp, in evaluate_subexp_scm() argument
229 return evaluate_subexp_standard (expect_type, exp, pos, noside); in evaluate_subexp_scm()
H A Djv-lang.c832 evaluate_subexp_java (struct type *expect_type, struct expression *exp, in evaluate_subexp_java() argument
930 arg1 = evaluate_subexp_standard (expect_type, exp, pos, noside); in evaluate_subexp_java()
939 return evaluate_subexp_standard (expect_type, exp, pos, noside); in evaluate_subexp_java()
H A Dada-lang.c6913 evaluate_subexp (struct type *expect_type, struct expression *exp, int *pos, in evaluate_subexp() argument
6917 (expect_type, exp, pos, noside); in evaluate_subexp()
7105 ada_evaluate_subexp (struct type *expect_type, struct expression *exp, in ada_evaluate_subexp() argument
7126 (expect_type, exp, pos, noside)); in ada_evaluate_subexp()
7132 result = evaluate_subexp_standard (expect_type, exp, pos, noside); in ada_evaluate_subexp()
7289 (expect_type, exp, pos, noside)); in ada_evaluate_subexp()
7760 if (expect_type && TYPE_CODE (expect_type) == TYPE_CODE_PTR) in ada_evaluate_subexp()
7761 expect_type = TYPE_TARGET_TYPE (ada_check_typedef (expect_type)); in ada_evaluate_subexp()
7762 arg1 = evaluate_subexp (expect_type, exp, pos, noside); in ada_evaluate_subexp()
H A DChangeLog-19954723 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
4892 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
H A DChangeLog-19996243 Remove NULLing out expect_type. Do pass NULL_TYPE in place
6244 the incoming expect_type where appropriate.
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py270 self.expect_type = type
302 if self.expect_type:
303 test_base.assertEqual(self.expect_type, val.GetDisplayTypeName(),
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm4209 my ($op, $expect_type) = @_;
4211 return($type == $expect_type
4212 || ($type == OP_NULL && $op->targ == $expect_type));