Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 53) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.other/
Dconditional.pass.cpp18 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), ""); in main()
19 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/pointer.traits/pointer.traits.functions/
Dpointer_to.pass.cpp33 static A pointer_to(typename std::conditional<std::is_void<element_type>::value, in pointer_to()
/ndk/build/tools/toolchain-patches-host/mingw-w64/
Dmingw-w64-widl.patch68 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
72 + as_fn_error $? "conditional \"SRCDIR_NEQ_BUILDDIR\" was never defined.
76 as_fn_error $? "conditional \"HAVE_WIDL\" was never defined.
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.sign/
Dmake_unsigned.pass.cpp41 … std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type>::value), ""); in main()
Dmake_signed.pass.cpp41 std::conditional<sizeof(long) == 4, long long, long>::type>::value), ""); in main()
/ndk/sources/host-tools/make-3.81/
Dvariable.h60 unsigned int conditional:1; /* Nonzero if set with a ?=. */ member
Dvariable.c1000 int conditional = 0; in do_variable_definition() local
1024 conditional = 1; in do_variable_definition()
1208 v->conditional = conditional; in do_variable_definition()
DNEWS68 * The "else" conditional line can now be followed by any other valid
69 conditional on the same line: this does not increase the depth of the
70 conditional nesting, so only one "endif" is required to close the
71 conditional.
113 - $(or ...) provides a short-circuiting OR conditional: each argument
117 - $(and ...) provides a short-circuiting AND conditional: each
169 * The argument to the "ifdef" conditional is now expanded before it's
DChangeLog230 to one on general conditional functions. Added documentation for
502 conditional (slightly different version of a fix from Eli).
742 * read.c (eval): Push all checks for conditional words ("ifeq",
748 conditional can be considered true. In the else parsing if there
750 recursively to see if it's another conditional. If not, it's an
751 error. If so, raise the conditional value to this level instead
752 of creating a new conditional nesting level. Special check for
1617 conditional. Also remember its flavor.
1797 conditional context and return the previous one.
1799 conditional context and put a previously saved one back.
[all …]
Dconfig.h.W3224 # pragma warning(disable:4127) /* conditional expression is constant */
Daclocal.m499 # Define a conditional.
115 AC_MSG_ERROR([[conditional "$1" was never defined.
/ndk/sources/cxx-stl/llvm-libc++/include/
Dutility47 typename conditional
194 typename conditional
Dtype_traits27 template <bool, class T, class F> struct conditional;
152 struct _LIBCPP_VISIBLE conditional {typedef _If type;};
154 struct _LIBCPP_VISIBLE conditional<false, _If, _Then> {typedef _Then type;};
888 typedef typename conditional<
898 typedef typename conditional<
1000 typedef typename conditional<is_arithmetic<_A1>::value,
1001 typename conditional<is_integral<_A1>::value, double, _A1>::type,
1374 typedef typename conditional
1378 typename conditional
D__tuple201 typename conditional<is_lvalue_reference<_Tp>::value,
D__bit_reference1073 …typedef typename conditional<_IsConst, __bit_const_reference<_Cp>, __bit_reference<_Cp> >::type re…
1078 typedef typename conditional<_IsConst, typename _Cp::__const_storage_pointer,
Dmemory933 static pointer pointer_to(typename conditional<is_void<element_type>::value,
955 static pointer pointer_to(typename conditional<is_void<element_type>::value,
2558 _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, typename conditional<
2743 _LIBCPP_INLINE_VISIBILITY unique_ptr(_Pp __p, typename conditional<
2750 _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t, typename conditional<
2917 typename conditional<
/ndk/sources/cxx-stl/stlport/stlport/
Dtype_traits764 struct conditional
770 struct conditional<true,_Tp1,_Tp2>
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1228 * Conditional Example:: Example of a conditional
1353 All instances of conditional syntax are parsed immediately, in their
1356 conditional statements, as automatic variables are not set until the
1358 variables in a conditional you _must_ use shell conditional syntax, in
2994 * A conditional expression (`ifdef', `ifeq', etc. *note Syntax of
3682 The main use of `MAKELEVEL' is to test it in a conditional directive
4162 called a conditional variable assignment operator, because it only has
4732 recursive (`='), static (`:='), appending (`+='), or conditional
4813 A "conditional" causes part of a makefile to be obeyed or ignored
4822 * Conditional Example:: Example of a conditional
[all …]
Dmake.texi254 * Conditional Example:: Example of a conditional
1577 All instances of conditional syntax are parsed immediately, in their
1580 cannot be used in conditional statements, as automatic variables are
1582 need to use automatic variables in a conditional you @emph{must} use
1583 shell conditional syntax, in your command script proper, for these
3556 A conditional expression (@code{ifdef}, @code{ifeq},
4435 The main use of @code{MAKELEVEL} is to test it in a conditional
5057 @cindex conditional variable assignment
5058 @cindex variables, conditional assignment
5061 is called a conditional variable assignment operator, because it only
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1307 regex engine so that less conditional code is required in
1417 conditional on this member.
1444 playing with conditional definition of regnexec() macro.
1547 * sed/compile.c, sed/execute.c: added (conditional on NOLEAKS macro)
1626 body) conditional on HAVE_REGNEXEC macro; adjust to new
1668 * sed/execute.c[EXPERIMENTAL_DASH_N_OPTIMIZATION conditional
1729 Also added code conditional on NO_INPUT_INDENT to support the
2045 for a regnexec() -> regexec() macro (conditional on
2366 loose regnexec() interface or special conditional-compilation
2390 * lib/memchr.c, lib/memcpy.c, lib/memmove.c: add conditional
Daclocal.m4124 # Define a conditional.
142 AC_MSG_ERROR([[conditional "$1" was never defined.
/ndk/sources/host-tools/sed-4.2.1/po/
Del.po671 #~ msgid "conditional group contains more than two branches"
/ndk/sources/host-tools/make-3.81/po/
Dmake.pot1195 msgid "invalid syntax in conditional"
1267 msgid "only one `else' per conditional"
Dbe.po1214 msgid "invalid syntax in conditional"
1286 msgid "only one `else' per conditional"
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good101 /* In all other cases except a conditional group we have to check the
134 /* Skip over conditional reference data or large extraction number data if

123