Home
last modified time | relevance | path

Searched refs:const_value (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp133 constexpr long const_value(long l) { return l; } in const_value() function
135 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
137 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
139 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
143 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
145 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
149 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
152 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
154 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp133 constexpr long const_value(long l) { return l; } in const_value() function
135 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
137 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
139 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
143 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
145 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
149 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
152 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
154 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dbuiltin-align-cxx.cpp137 constexpr long const_value(long l) { return l; } in const_value() function
139 static_assert(wrap_align_down(1, const_value(-1)), ""); // expected-error{{not an integral constant…
141 static_assert(wrap_align_up(1, const_value(-2)), ""); // expected-error{{not an integral constant e…
143 static_assert(wrap_is_aligned(1, const_value(-3)), ""); // expected-error{{not an integral constant…
145 static_assert(wrap_align_down(1, const_value(17)), ""); // expected-error{{not an integral constant…
147 static_assert(wrap_align_up(1, const_value(18)), ""); // expected-error{{not an integral constant e…
149 static_assert(wrap_is_aligned(1, const_value(19)), ""); // expected-error{{not an integral constant…
153 static_assert(wrap_align_down(static_cast<short>(1), const_value(1 << 20)), ""); // expected-error{…
156 static_assert(wrap_align_up(static_cast<int>(1), const_value(1ull << 33)), ""); // expected-error{{…
158 static_assert(wrap_is_aligned(static_cast<char>(1), const_value(1 << 22)), ""); // expected-error{{…
[all …]
/dports/devel/stxxl/stxxl-1.4.1/tests/containers/hash_map/
H A Dtest_hash_map_reader_writer.cpp77 STXXL_CHECK(reader.const_value().first == i); in reader_writer_test()
84 STXXL_CHECK(reader2.const_value().first == i); in reader_writer_test()
97 STXXL_CHECK(reader.const_value().first == expected); in reader_writer_test()
102 STXXL_CHECK(reader.const_value().first == expected); in reader_writer_test()
107 STXXL_CHECK(reader.const_value().first == expected); in reader_writer_test()
114 reader.value().second = reader.const_value().first + 1; in reader_writer_test()
120 STXXL_CHECK(reader2.const_value().second == reader2.const_value().first + 1); in reader_writer_test()
161 STXXL_CHECK(reader.const_value().first == i); in reader_writer_test()
/dports/devel/elfutils/elfutils-0.179/tests/
H A Drun-readelf-const-values.sh92 const_value (implicit_const) -1
98 const_value (implicit_const) -1
130 const_value (sdata) -2
136 const_value (sdata) 254 (-2)
142 const_value (sdata) -16
148 const_value (sdata) 65520 (-16)
154 const_value (sdata) -3
160 const_value (sdata) 4200000000 (-94967296)
166 const_value (sdata) -1
172 const_value (sdata) 18446744073709551615 (-1)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/morphology/
H A Dextrema.py20 def _add_constant_clip(image, const_value): argument
25 if const_value > (max_dtype - min_dtype):
29 result = image + const_value
30 result[image > max_dtype-const_value] = max_dtype
34 def _subtract_constant_clip(image, const_value): argument
39 if const_value > (max_dtype-min_dtype):
43 result = image - const_value
44 result[image < (const_value + min_dtype)] = min_dtype
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsyscalls.cc1376 return const_value (args, val);
1392 return const_value (args, val);
1408 return const_value (args, val);
1424 return const_value (args, val);
1440 return const_value (args, val);
1459 return const_value (args, val);
1477 return const_value (args, val);
1496 return const_value (args, val);
1514 return const_value (args, val);
1533 return const_value (args, val);
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/extern/ttl/
H A Ddata_holder.hpp21 enum { const_value = 0 }; enumerator
50 enum { const_value = 1 }; enumerator
75 enum { const_value = 0 }; enumerator
103 enum { const_value = 0 }; enumerator
128 enum { const_value = 0 }; enumerator
157 enum { const_value = 0 }; enumerator
178 enum { const_value = 0 }; enumerator
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Deval.h35 double ff_eval(char *s, double *const_value, const char **const_name,
55 double ff_eval2(const char *s, double *const_value, const char **const_name,
84 double ff_parse_eval(AVEvalExpr * e, double *const_value, void *opaque);
/dports/lang/nwcc/nwcc_0.8.3/
H A Dexpr.c216 if (endp->const_value->str != NULL in replace_const_subexpr()
414 endp->left->const_value)) { in eval_const_subexpr()
551 endp->left->const_value); in eval_const_part_expr()
560 endp->const_value = in eval_const_part_expr()
561 endp->left->const_value; in eval_const_part_expr()
571 endp->const_value = in eval_const_part_expr()
572 endp->left->const_value; in eval_const_part_expr()
1364 ex->const_value = tv;
1618 ex->const_value = tv;
1776 if (ex->const_value
[all …]
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dexpr.c216 if (endp->const_value->str != NULL in replace_const_subexpr()
403 endp->left->const_value)) { in eval_const_subexpr()
542 endp->left->const_value); in eval_const_part_expr()
551 endp->const_value = in eval_const_part_expr()
552 endp->left->const_value; in eval_const_part_expr()
562 endp->const_value = in eval_const_part_expr()
563 endp->left->const_value; in eval_const_part_expr()
1339 ex->const_value = tv;
1592 ex->const_value = tv;
1750 if (ex->const_value
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.dwarf2/
H A Dcount.exp105 {const_value 65 DW_FORM_udata}
111 {const_value hello DW_FORM_block1}
117 {const_value world DW_FORM_block1}
123 {const_value saluton DW_FORM_block1}
H A Ddwz.exp49 {const_value 99 data1}
55 {const_value 99 data1}
75 {const_value 23 data1}
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/mcp/
H A Dcorosync.c281 const char *const_value = NULL; in mcp_read_config() local
445 const_value = daemon_option("debugfile"); in mcp_read_config()
449 } else if(const_value) { in mcp_read_config()
451 set_daemon_option("logfile", const_value); in mcp_read_config()
452 crm_add_logfile(const_value); in mcp_read_config()
502 const_value = daemon_option("logfacility"); in mcp_read_config()
503 if (const_value) { in mcp_read_config()
505 setenv("HA_LOGFACILITY", const_value, 1); in mcp_read_config()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/cpp2/metadata/
H A Dconst_value.mustache19 %>{<%#value:const_struct%>{"<%constant:name%>", <%#constant:value%><% > metadata/const_value%><%/co…
26 …%>cvPair(<%#element:key%><% > metadata/const_value%><%/element:key%>, <%#element:value%><% > metad…
27 %><%#value:list?%>cvList({<%#value:list_elements%><% > metadata/const_value%><%^last?%>, <%/last?%>…

12345678910>>...35