Lines Matching refs:value
63 # to be unset--not just set to an empty or harmless value--now, to
122 # neutralization value for shells without unset; and this also
251 # neutralization value for shells without unset; and this also
326 # Do nothing but, unlike ":", preserve the value of $?.
427 # Do nothing but, unlike ":", preserve the value of $?.
2337 ac_must_keep_next=false # Got value, back to normal.
2529 Do not test the value of __STDC__, because some compilers set it to 0
3159 # value.
3190 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3191 printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
3192 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3193 printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
3758 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4957 static const bool value = false;
4963 static const bool value = true;
4976 static_assert(is_same<int, decltype(0)>::value == true, "");
4977 static_assert(is_same<int, decltype(c)>::value == false, "");
4978 static_assert(is_same<int, decltype(v)>::value == false, "");
4983 static_assert(is_same<int, decltype(ac)>::value == true, "");
4984 static_assert(is_same<int, decltype(av)>::value == true, "");
4985 static_assert(is_same<int, decltype(sumi)>::value == true, "");
4986 static_assert(is_same<int, decltype(sumf)>::value == false, "");
4987 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
5034 static constexpr int value = N;
5046 static_assert(decltype(f(i))::value == 1, "");
5047 static_assert(decltype(f(c))::value == 2, "");
5048 static_assert(decltype(f(0))::value == 3, "");
5120 static constexpr auto value = N0 + sum<N1toN...>::value;
5126 static constexpr auto value = 0;
5129 static_assert(sum<>::value == 0, "");
5130 static_assert(sum<1>::value == 1, "");
5131 static_assert(sum<23>::value == 23, "");
5132 static_assert(sum<1, 2>::value == 3, "");
5133 static_assert(sum<5, 5, 11>::value == 21, "");
5134 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
5206 static_assert(ivii == 42, "wrong value");
5261 static constexpr auto value = false;
5267 static constexpr auto value = true;
5274 static_assert(is_same<int, decltype(f(x))>::value, "");
5275 static_assert(is_same<int&, decltype(g(x))>::value, "");
5421 # value for INSTALL within a source directory, because that will
5423 # removed, or if the value is a relative name.
5450 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
5686 # value for MKDIR_P within a source directory, because that will
5688 # removed, or if the value is a relative name.
6246 Please tell bug-automake@gnu.org about your system, including the value
6322 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6356 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
7171 # We know the value 262144 and hardcode it with a safety zone (like BSD)
7232 # linker. It appears as though 1/2 is a usable value.
11562 # do not overwrite the value of need_locks provided by the user
12143 # Determine the default libpath from the value encoded in an
12198 # Determine the default libpath from the value encoded in an
13958 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
15283 # Determine the default libpath from the value encoded in an empty
15339 # Determine the default libpath from the value encoded in an
16972 # do not overwrite the value of need_locks provided by the user
17962 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
19919 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
19920 printf %s "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
19989 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
19990 printf %s "checking for _LARGE_FILES value needed for large files... " >&6; }
24215 static const bool value = false;
24221 static const bool value = true;
24234 static_assert(is_same<int, decltype(0)>::value == true, "");
24235 static_assert(is_same<int, decltype(c)>::value == false, "");
24236 static_assert(is_same<int, decltype(v)>::value == false, "");
24241 static_assert(is_same<int, decltype(ac)>::value == true, "");
24242 static_assert(is_same<int, decltype(av)>::value == true, "");
24243 static_assert(is_same<int, decltype(sumi)>::value == true, "");
24244 static_assert(is_same<int, decltype(sumf)>::value == false, "");
24245 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
24292 static constexpr int value = N;
24304 static_assert(decltype(f(i))::value == 1, "");
24305 static_assert(decltype(f(c))::value == 2, "");
24306 static_assert(decltype(f(0))::value == 3, "");
24378 static constexpr auto value = N0 + sum<N1toN...>::value;
24384 static constexpr auto value = 0;
24387 static_assert(sum<>::value == 0, "");
24388 static_assert(sum<1>::value == 1, "");
24389 static_assert(sum<23>::value == 23, "");
24390 static_assert(sum<1, 2>::value == 3, "");
24391 static_assert(sum<5, 5, 11>::value == 21, "");
24392 static_assert(sum<2, 3, 5, 7, 11, 13>::value == 41, "");
24464 static_assert(ivii == 42, "wrong value");
24519 static constexpr auto value = false;
24525 static constexpr auto value = true;
24532 static_assert(is_same<int, decltype(f(x))>::value, "");
24533 static_assert(is_same<int&, decltype(g(x))>::value, "");
25616 # to be unset--not just set to an empty or harmless value--now, to
26681 value = S[key]
26682 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
26683 len += length(value) + length(field[++i])