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

  /src/external/bsd/pam-u2f/bin/pamu2fcfg/
cmdline.h 52 char * type_arg; /**< @brief COSE type to use during registration (ES256 or RS256). Defaults to ES256.. */ member in struct:gengetopt_args_info
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 10304 struct value *arg1, struct type *type_arg, int tem)
10314 if (type_arg == NULL)
10315 type_arg = arg1->type ();
10317 if (ada_is_constrained_packed_array_type (type_arg))
10318 type_arg = decode_constrained_packed_array_type (type_arg);
10320 if (!discrete_type_p (type_arg))
10328 type_arg = ada_index_type (type_arg, tem,
10332 type_arg = builtin_type (exp->gdbarch)->builtin_int
10766 struct type *type_arg = nullptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 10324 struct value *arg1, struct type *type_arg, int tem)
10334 if (type_arg == NULL)
10335 type_arg = arg1->type ();
10337 if (ada_is_constrained_packed_array_type (type_arg))
10338 type_arg = decode_constrained_packed_array_type (type_arg);
10340 if (!discrete_type_p (type_arg))
10348 type_arg = ada_index_type (type_arg, tem,
10352 type_arg = builtin_type (exp->gdbarch)->builtin_int
10786 struct type *type_arg = nullptr; local
    [all...]

Completed in 42 milliseconds