HomeSort by: relevance | last modified time | path
    Searched defs:oldfn (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_gpio.c 519 u_int oldfn; local
523 oldfn = pxa2x0_gpio_get_function(gpio);
525 if (GPIO_FN(fn) == GPIO_FN(oldfn) &&
526 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) {
534 * Return 'fn' instead of 'oldfn' so the caller can
540 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn))
575 return (oldfn);
pxa2x0_gpio.c 519 u_int oldfn; local
523 oldfn = pxa2x0_gpio_get_function(gpio);
525 if (GPIO_FN(fn) == GPIO_FN(oldfn) &&
526 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) {
534 * Return 'fn' instead of 'oldfn' so the caller can
540 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn))
575 return (oldfn);
pxa2x0_gpio.c 519 u_int oldfn; local
523 oldfn = pxa2x0_gpio_get_function(gpio);
525 if (GPIO_FN(fn) == GPIO_FN(oldfn) &&
526 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) {
534 * Return 'fn' instead of 'oldfn' so the caller can
540 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn))
575 return (oldfn);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 19697 tree oldfn = lambda_function (t);
19698 in_decl = oldfn;
19723 tree ctx_parms = DECL_TEMPLATE_PARMS (DECL_TI_TEMPLATE (oldfn));
19724 if (generic_lambda_fn_p (oldfn))
19839 tree oldtmpl = (generic_lambda_fn_p (oldfn)
19840 ? DECL_TI_TEMPLATE (oldfn)
19847 tree fntype = static_fn_type (oldfn);
19882 : tsubst_function_decl (oldfn, args, complain, fntype));
19921 register_parameter_specializations (oldfn, fn);
19927 language_function *ol = DECL_STRUCT_FUNCTION (oldfn)->language
19696 tree oldfn = lambda_function (t); local
    [all...]
pt.cc 19697 tree oldfn = lambda_function (t);
19698 in_decl = oldfn;
19723 tree ctx_parms = DECL_TEMPLATE_PARMS (DECL_TI_TEMPLATE (oldfn));
19724 if (generic_lambda_fn_p (oldfn))
19839 tree oldtmpl = (generic_lambda_fn_p (oldfn)
19840 ? DECL_TI_TEMPLATE (oldfn)
19847 tree fntype = static_fn_type (oldfn);
19882 : tsubst_function_decl (oldfn, args, complain, fntype));
19921 register_parameter_specializations (oldfn, fn);
19927 language_function *ol = DECL_STRUCT_FUNCTION (oldfn)->language
19696 tree oldfn = lambda_function (t); local
    [all...]
pt.cc 19697 tree oldfn = lambda_function (t);
19698 in_decl = oldfn;
19723 tree ctx_parms = DECL_TEMPLATE_PARMS (DECL_TI_TEMPLATE (oldfn));
19724 if (generic_lambda_fn_p (oldfn))
19839 tree oldtmpl = (generic_lambda_fn_p (oldfn)
19840 ? DECL_TI_TEMPLATE (oldfn)
19847 tree fntype = static_fn_type (oldfn);
19882 : tsubst_function_decl (oldfn, args, complain, fntype));
19921 register_parameter_specializations (oldfn, fn);
19927 language_function *ol = DECL_STRUCT_FUNCTION (oldfn)->language
19696 tree oldfn = lambda_function (t); local
    [all...]

Completed in 111 milliseconds