Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Deval.c75 (expect_type, exp, pos, noside); in evaluate_subexp()
383 evaluate_subexp_standard (struct type *expect_type, in evaluate_subexp_standard() argument
500 type = expect_type ? check_typedef (expect_type) : NULL_TYPE; in evaluate_subexp_standard()
505 struct value *rec = allocate_value (expect_type); in evaluate_subexp_standard()
563 struct value *set = allocate_value (expect_type); in evaluate_subexp_standard()
865 if (expect_type != NULL) in evaluate_subexp_standard()
866 value_type = expect_type; in evaluate_subexp_standard()
871 else if (expect_type != NULL) in evaluate_subexp_standard()
928 return allocate_value (expect_type); in evaluate_subexp_standard()
1888 if (expect_type && TYPE_CODE (expect_type) == TYPE_CODE_PTR) in evaluate_subexp_standard()
[all …]
H A Dscm-lang.c205 evaluate_subexp_scm (struct type *expect_type, struct expression *exp, in evaluate_subexp_scm() argument
231 return evaluate_subexp_standard (expect_type, exp, pos, noside); in evaluate_subexp_scm()
H A Djv-lang.c830 evaluate_subexp_java (struct type *expect_type, struct expression *exp, in evaluate_subexp_java() argument
928 arg1 = evaluate_subexp_standard (expect_type, exp, pos, noside); in evaluate_subexp_java()
937 return evaluate_subexp_standard (expect_type, exp, pos, noside); in evaluate_subexp_java()
H A Dada-lang.c6683 evaluate_subexp (struct type *expect_type, struct expression *exp, int *pos, in evaluate_subexp() argument
6686 return (*exp->language_defn->evaluate_exp) (expect_type, exp, pos, noside); in evaluate_subexp()
6794 ada_evaluate_subexp (struct type *expect_type, struct expression *exp, in ada_evaluate_subexp() argument
6816 (expect_type, exp, pos, noside)); in ada_evaluate_subexp()
6970 (expect_type, exp, pos, noside)); in ada_evaluate_subexp()
6981 type = expect_type ? check_typedef (expect_type) : NULL_TYPE; in ada_evaluate_subexp()
7476 if (expect_type && TYPE_CODE (expect_type) == TYPE_CODE_PTR) in ada_evaluate_subexp()
7477 expect_type = TYPE_TARGET_TYPE (check_typedef (expect_type)); in ada_evaluate_subexp()
7478 arg1 = evaluate_subexp (expect_type, exp, pos, noside); in ada_evaluate_subexp()
/freebsd-12.1/contrib/atf/atf-c/
H A Dtc.c53 enum expect_type { enum
67 enum expect_type expect;