Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c198 expected_type(const char *name, int token_type, bool silent) in expected_type() function
423 if (expected_type(_nc_curr_token.tk_name, token_type, silent)) { in _nc_parse_entry()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-polymorphic-call.c79 possible_placement_new (tree type, tree expected_type, in possible_placement_new() argument
91 + (expected_type ? tree_to_uhwi (TYPE_SIZE (expected_type)) in possible_placement_new()
H A Dbuiltins.c7956 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; in build_builtin_expect_predicate() local
7962 expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); in build_builtin_expect_predicate()
7965 expected = fold_convert_loc (loc, expected_type, expected); in build_builtin_expect_predicate()
H A Dtree.c12347 get_binfo_at_offset (tree binfo, poly_int64 offset, tree expected_type) in get_binfo_at_offset() argument
12357 if (types_same_for_odr (type, expected_type)) in get_binfo_at_offset()
/dragonfly/crypto/openssh/
H A Dpacket.c1423 ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) in ssh_packet_read_expect() argument
1430 if (type != expected_type) { in ssh_packet_read_expect()
1433 expected_type, type)) != 0) in ssh_packet_read_expect()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple-fold.c1016 tree base, type, expected_type, binfo; in gimple_extract_devirt_binfo_from_cst() local
1025 expected_type = TREE_TYPE (cst); in gimple_extract_devirt_binfo_from_cst()
1041 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (expected_type)) in gimple_extract_devirt_binfo_from_cst()
H A Dbuiltins.c6987 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; in build_builtin_expect_predicate() local
6993 expected_type = TREE_VALUE (TREE_CHAIN (arg_types)); in build_builtin_expect_predicate()
6996 expected = fold_convert_loc (loc, expected_type, expected); in build_builtin_expect_predicate()
H A Dtree.c11254 get_binfo_at_offset (tree binfo, HOST_WIDE_INT offset, tree expected_type) in get_binfo_at_offset() argument
11264 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (expected_type)) in get_binfo_at_offset()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c6280 tree expected_type, tree actual_type) in inform_for_arg() argument
6290 expected_type, actual_type); in inform_for_arg()