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

  /src/external/gpl3/gdb/dist/gdbsupport/
format.h 42 string_arg, wide_string_arg, wide_char_arg, enumerator in enum:argclass
  /src/external/gpl3/gdb.old/dist/gdbsupport/
format.h 42 string_arg, wide_string_arg, wide_char_arg, enumerator in enum:argclass
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-isr.cc 721 tree string_arg = TREE_VALUE (TREE_VALUE (intr)); local
722 nds32_interrupt_attribute_parse_string (TREE_STRING_POINTER (string_arg),
730 tree string_arg = TREE_VALUE (TREE_VALUE (excp)); local
731 nds32_exception_attribute_parse_string (TREE_STRING_POINTER (string_arg),
739 tree string_arg = TREE_VALUE (TREE_VALUE (reset)); local
740 nds32_reset_attribute_parse_string (TREE_STRING_POINTER (string_arg),
981 tree string_arg; local
986 string_arg = TREE_VALUE (TREE_VALUE (t_check));
987 strcpy (target_str, TREE_STRING_POINTER (string_arg));
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-isr.cc 721 tree string_arg = TREE_VALUE (TREE_VALUE (intr)); local
722 nds32_interrupt_attribute_parse_string (TREE_STRING_POINTER (string_arg),
730 tree string_arg = TREE_VALUE (TREE_VALUE (excp)); local
731 nds32_exception_attribute_parse_string (TREE_STRING_POINTER (string_arg),
739 tree string_arg = TREE_VALUE (TREE_VALUE (reset)); local
740 nds32_reset_attribute_parse_string (TREE_STRING_POINTER (string_arg),
981 tree string_arg; local
986 string_arg = TREE_VALUE (TREE_VALUE (t_check));
987 strcpy (target_str, TREE_STRING_POINTER (string_arg));
  /src/external/gpl2/lvm2/dist/tools/
lvmcmdline.c 401 int string_arg(struct cmd_context *cmd __attribute((unused)), function

Completed in 29 milliseconds