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

  /src/external/bsd/wpa/dist/src/utils/
radiotap_iter.h 36 * @this_arg: pointer to current radiotap arg; it is valid after each
72 unsigned char *this_arg; member in struct:ieee80211_radiotap_iterator
  /src/external/gpl3/gdb/dist/gdb/
stack.c 2119 std::string this_arg = extract_arg (&arg);
2121 if (this_arg.empty ())
2124 if (startswith ("no-filters", this_arg))
2129 else if (startswith ("full", this_arg))
2134 else if (startswith ("hide", this_arg))
2117 std::string this_arg = extract_arg (&arg); local
  /src/external/gpl3/gdb.old/dist/gdb/
stack.c 2122 std::string this_arg = extract_arg (&arg);
2124 if (this_arg.empty ())
2127 if (startswith ("no-filters", this_arg))
2132 else if (startswith ("full", this_arg))
2137 else if (startswith ("hide", this_arg))
2120 std::string this_arg = extract_arg (&arg); local
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 3698 rtx this_arg = operands[i];
3702 if (GET_MODE (this_arg) == TFmode)
3710 if (GET_CODE (this_arg) == MEM
3713 tree expr = MEM_EXPR (this_arg);
3716 this_arg = XEXP (this_arg, 0);
3718 else if (CONSTANT_P (this_arg)
3721 this_slot = force_const_mem (TFmode, this_arg);
3722 this_arg = XEXP (this_slot, 0);
3730 emit_move_insn (this_slot, this_arg);
3694 rtx this_arg = operands[i]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 6251 rtx this_arg = NULL_RTX; local
6326 this_arg = targetm.calls.function_arg (args_so_far, arg);
6327 if (this_arg && !REG_P (this_arg))
6328 this_arg = NULL_RTX;
6329 else if (this_arg == NULL_RTX)
6335 this_arg = XEXP (XEXP (link, 0), 0);
6553 if (this_arg)
6557 rtx clobbered = gen_rtx_MEM (mode, this_arg);
gcc.cc 9788 const char *this_path, *this_arg;
9860 this_arg = p;
9868 if (*this_arg != '!')
9873 ++this_arg;
9876 ok = used_arg (this_arg, p - this_arg);
9936 this_arg = p;
9944 if (*this_arg != '!')
9949 ++this_arg;
9953 This is true even if this_arg begins with '!'. Beginnin
9759 const char *this_path, *this_arg; local
10077 const char *this_arg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 3706 rtx this_arg = operands[i];
3710 if (GET_MODE (this_arg) == TFmode)
3718 if (GET_CODE (this_arg) == MEM
3721 tree expr = MEM_EXPR (this_arg);
3724 this_arg = XEXP (this_arg, 0);
3726 else if (CONSTANT_P (this_arg)
3729 this_slot = force_const_mem (TFmode, this_arg);
3730 this_arg = XEXP (this_slot, 0);
3738 emit_move_insn (this_slot, this_arg);
3702 rtx this_arg = operands[i]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 2338 tree this_arg = CALL_EXPR_ARG (t, 0); local
2339 this_arg = build2 (POINTER_PLUS_EXPR, TREE_TYPE (this_arg),
2340 this_arg, offset);
2341 CALL_EXPR_ARG (new_call, 0) = this_arg;
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 6266 rtx this_arg = NULL_RTX; local
6341 this_arg = targetm.calls.function_arg (args_so_far, arg);
6342 if (this_arg && !REG_P (this_arg))
6343 this_arg = NULL_RTX;
6344 else if (this_arg == NULL_RTX)
6350 this_arg = XEXP (XEXP (link, 0), 0);
6568 if (this_arg)
6572 rtx clobbered = gen_rtx_MEM (mode, this_arg);
gcc.cc 9658 const char *this_path, *this_arg;
9730 this_arg = p;
9738 if (*this_arg != '!')
9743 ++this_arg;
9746 ok = used_arg (this_arg, p - this_arg);
9806 this_arg = p;
9814 if (*this_arg != '!')
9819 ++this_arg;
9823 This is true even if this_arg begins with '!'. Beginnin
9629 const char *this_path, *this_arg; local
9936 const char *this_arg; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 13288 char *this_arg = NULL;
13291 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg)
13295 if (this_arg)
13297 next_arg = strchr (this_arg, ':');
13305 old_name = this_arg;
13306 new_name = strchr (this_arg, '=');
13264 char *this_arg = NULL; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 13288 char *this_arg = NULL;
13291 for (this_arg = xstrdup (arg); this_arg != NULL; this_arg = next_arg)
13295 if (this_arg)
13297 next_arg = strchr (this_arg, ':');
13305 old_name = this_arg;
13306 new_name = strchr (this_arg, '=');
13264 char *this_arg = NULL; local

Completed in 96 milliseconds