Home
last modified time | relevance | path

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

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/
Dmake_unsigned.pass.cpp53 …test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::… in main()
54 …test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const… in main()
57 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> (); in main()
Dmake_signed.pass.cpp53 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >(); in main()
54 …test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::t… in main()
56 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/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++/libcxx/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/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/stlport/stlport/
Dtype_traits764 struct conditional
770 struct conditional<true,_Tp1,_Tp2>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtype_traits27 template <bool, class T, class F> struct conditional;
192 using conditional_t = typename conditional<b,T,F>::type; // C++14
213 struct _LIBCPP_TYPE_VIS_ONLY conditional {typedef _If type;};
215 struct _LIBCPP_TYPE_VIS_ONLY conditional<false, _If, _Then> {typedef _Then type;};
218 template <bool _Bp, class _If, class _Then> using conditional_t = typename conditional<_Bp, _If, _T…
753 typedef typename conditional
757 typename conditional
1074 typedef typename conditional<
1084 typedef typename conditional<
D__tuple201 typename conditional<is_lvalue_reference<_Tp>::value,
Dutility47 typename conditional
226 typename conditional
D__bit_reference1098 …typedef typename conditional<_IsConst, __bit_const_reference<_Cp>, __bit_reference<_Cp> >::type re…
1103 typedef typename conditional<_IsConst, typename _Cp::__const_storage_pointer,
Dmemory893 static pointer pointer_to(typename conditional<is_void<element_type>::value,
915 static pointer pointer_to(typename conditional<is_void<element_type>::value,
2502 _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, typename conditional<
2684 _LIBCPP_INLINE_VISIBILITY unique_ptr(_Pp __p, typename conditional<
2692 _LIBCPP_INLINE_VISIBILITY unique_ptr(nullptr_t, typename conditional<
2859 typename conditional<
/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"
Dko.po1255 msgid "invalid syntax in conditional"
1327 msgid "only one `else' per conditional"

123