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

  /src/sys/sys/
tty.h 139 int (*t_param)(struct tty *, struct termios *); member in struct:tty
tty.h 139 int (*t_param)(struct tty *, struct termios *); member in struct:tty
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc 558 tree t_param = find_param_by_name (cfun->decl, name); local
559 if (!t_param)
565 DECL_WRTL_CHECK (t_param)->decl_with_rtl.rtl = parse_rtx ();
571 DECL_INCOMING_RTL (t_param) = parse_rtx ();
read-rtl-function.cc 558 tree t_param = find_param_by_name (cfun->decl, name); local
559 if (!t_param)
565 DECL_WRTL_CHECK (t_param)->decl_with_rtl.rtl = parse_rtx ();
571 DECL_INCOMING_RTL (t_param) = parse_rtx ();
  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc 558 tree t_param = find_param_by_name (cfun->decl, name); local
559 if (!t_param)
565 DECL_WRTL_CHECK (t_param)->decl_with_rtl.rtl = parse_rtx ();
571 DECL_INCOMING_RTL (t_param) = parse_rtx ();
read-rtl-function.cc 558 tree t_param = find_param_by_name (cfun->decl, name); local
559 if (!t_param)
565 DECL_WRTL_CHECK (t_param)->decl_with_rtl.rtl = parse_rtx ();
571 DECL_INCOMING_RTL (t_param) = parse_rtx ();

Completed in 65 milliseconds