HomeSort by: relevance | last modified time | path
    Searched defs:optional (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/bsd/kyua-cli/dist/utils/
optional.hpp 29 /// \file utils/optional.hpp
30 /// Provides the utils::optional class.
69 /// This class is a simplified version of Boost.Optional.
71 class optional { class in namespace:utils
72 /// Internal representation of the optional data value.
76 optional(void);
77 optional(utils::detail::none_t);
78 optional(const optional< T >&);
79 explicit optional(const T&)
    [all...]
optional_test.cpp 29 #include "utils/optional.ipp"
37 using utils::optional;
52 /// Constructs a new optional object.
90 /// Constructs and returns an optional object.
95 /// \tparam Type The type of the object included in the optional wrapper.
96 /// \param value The value to put inside the optional wrapper.
98 /// \return The constructed optional object.
100 optional< Type >
103 return optional< Type >(value);
113 const optional< int > no_args
210 optional< std::string > optional; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_local.h 26 unsigned int optional : 1; member in struct:ossl_property_definition_st
property.c 645 int j, best = -1, score, optional; local
713 * If there are optional properties specified
717 optional = ossl_property_has_optional(pq);
726 if (!optional)
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_local.h 24 unsigned int optional : 1; member in struct:ossl_property_definition_st
property.c 525 int j, best = -1, score, optional; local
571 optional = ossl_property_has_optional(pq);
580 if (!optional)
  /src/sys/arch/pmax/tc/
dtreg.h 129 uint8_t optional[4]; /* 0-3 optional bytes, ignore */ member in struct:dt_ident
  /src/tests/lib/libc/regex/
t_regex_att.c 193 optional(const char *s) function
462 case '{': /* Begin optional implementation */
463 if (optional(comment)) {
469 case '}': /* End optional implementation */
472 case '?': /* Optional */
  /src/external/gpl3/binutils/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/external/gpl3/binutils.old/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/external/gpl3/gdb/dist/gdb/guile/
guile-internal.h 105 int optional; member in struct:scheme_function
  /src/external/gpl3/gdb/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/external/gpl3/gdb.old/dist/gdb/guile/
guile-internal.h 98 int optional; member in struct:scheme_function
  /src/external/gpl3/gdb.old/dist/opcodes/
tic54x-dis.c 209 int optional = (tm_operands[i] & OPT) != 0; local
301 if (!optional || dst != src)
323 if (!optional || shift != 0)
333 if (!optional || shift != 0)
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h 94 int optional; member in struct:member
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.h 117 /* Is this subsection optional ? Can it be skipped ? */
118 bool optional; member in struct:obj_attr_subsection_v2
172 const bool optional; member in struct:__anon9666
  /src/external/gpl3/gcc/dist/gcc/
reload.h 139 /* Nonzero for an optional reload. Optional reloads are ignored unless the
141 unsigned int optional:1; member in struct:reload
  /src/external/gpl3/gcc.old/dist/gcc/
reload.h 139 /* Nonzero for an optional reload. Optional reloads are ignored unless the
141 unsigned int optional:1; member in struct:reload
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 242 /* Match an integer (digit string and optional kind).
603 { /* optional sign */
1848 machinery can be reused. This use is flagged by the optional argument
2640 int dimension, codimension, pointer, allocatable, target, optional; local
2653 optional = attr.optional;
2693 optional = false;
2711 optional = false;
2717 allocatable = pointer = optional = false;
2730 optional = false
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ppc-tdep.h 424 int optional; /* If non-zero, this insn may be absent. */ member in struct:ppc_insn_pattern
447 /* This is an optional in case we add more fields to ppc_inferior_data, we
450 std::optional<displaced_step_buffers> disp_step_buf;
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-tdep.h 424 int optional; /* If non-zero, this insn may be absent. */ member in struct:ppc_insn_pattern
447 /* This is an optional in case we add more fields to ppc_inferior_data, we
450 std::optional<displaced_step_buffers> disp_step_buf;
  /src/sbin/sysctl/
sysctl.c 848 bool optional = false; local
856 optional = true;
902 if (optional)
946 write_number(&name[0], namelen, node, value, optional);
949 write_string(&name[0], namelen, node, value, optional);
971 size is optional for some types. type must be set before anything
1756 bool optional)
1813 if (!optional || errno != EPERM) {
1837 bool optional)
1858 if (!optional || errno != EPERM)
    [all...]
  /src/external/gpl2/dtc/dist/
checks.c 1351 bool optional; member in struct:provider
1377 * Some bindings use a cell value 0 or -1 to skip over optional
1413 } else if (provider->optional) {
1505 provider.optional = false;
  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 60 #define OPTIONAL 1
365 Optional arguments come in multiples of five:
369 int arg optional flag (1=optional, 0=required)
387 int optional, first_flag; local
441 optional = va_arg (argp, int);
460 next_arg->optional = optional;
1410 i, BT_INTEGER, di, REQUIRED, kind, BT_INTEGER, di, OPTIONAL);
1461 a, BT_REAL, dr, REQUIRED, kind, BT_INTEGER, di, OPTIONAL);
    [all...]
primary.cc 242 /* Match an integer (digit string and optional kind).
603 { /* optional sign */
1840 machinery can be reused. This use is flagged by the optional argument
2762 int dimension, codimension, pointer, allocatable, target, optional; local
2778 optional = attr.optional;
2834 optional = false;
2839 optional = false;
2857 optional = false;
2863 allocatable = pointer = optional = false
    [all...]

Completed in 167 milliseconds

1 2