Home
last modified time | relevance | path

Searched refs:oldfn (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/arm/xscale/
Dpxa2x0_gpio.c519 u_int oldfn; in pxa2x0_gpio_set_function() local
523 oldfn = pxa2x0_gpio_get_function(gpio); in pxa2x0_gpio_set_function()
525 if (GPIO_FN(fn) == GPIO_FN(oldfn) && in pxa2x0_gpio_set_function()
526 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) { in pxa2x0_gpio_set_function()
540 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn)) in pxa2x0_gpio_set_function()
575 return (oldfn); in pxa2x0_gpio_set_function()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc19762 tree oldfn = lambda_function (t); in tsubst_lambda_expr() local
19763 in_decl = oldfn; in tsubst_lambda_expr()
19880 tree oldtmpl = (generic_lambda_fn_p (oldfn) in tsubst_lambda_expr()
19881 ? DECL_TI_TEMPLATE (oldfn) in tsubst_lambda_expr()
19884 tree fntype = static_fn_type (oldfn); in tsubst_lambda_expr()
19919 fn = tsubst_function_decl (oldfn, args, complain, fntype); in tsubst_lambda_expr()
19956 register_parameter_specializations (oldfn, fn); in tsubst_lambda_expr()
19962 language_function *ol = DECL_STRUCT_FUNCTION (oldfn)->language; in tsubst_lambda_expr()
19974 tree saved = DECL_SAVED_TREE (oldfn); in tsubst_lambda_expr()
Ddecl.cc955 function_requirements_equivalent_p (tree newfn, tree oldfn) in function_requirements_equivalent_p() argument
960 tree ci1 = get_constraints (oldfn); in function_requirements_equivalent_p()
969 tree reqs2 = get_trailing_function_requirements (oldfn); in function_requirements_equivalent_p()
975 reqs2 = maybe_substitute_reqs_for (reqs2, oldfn); in function_requirements_equivalent_p()