Home
last modified time | relevance | path

Searched refs:nonconst (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/devel/ppl/ppl-1.2/src/
H A Dchecked_defs.hh358 #ifdef nonconst
359 #define PPL_SAVED_nonconst nonconst
360 #undef nonconst
362 #define nonconst macro
457 nonconst, To2, nonconst, To3, \
508 Result, nonconst, To,
511 Result, nonconst, To,
514 Result, nonconst, To,
553 Result, nonconst, To1, nonconst, To2, nonconst, To3,
707 #undef nonconst
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/src/number/
H A Dinteger.c50 lp_int_ring_t* nonconst = (lp_int_ring_t*) K; in lp_int_ring_destroy() local
51 mpz_clear(&nonconst->M); in lp_int_ring_destroy()
52 mpz_clear(&nonconst->ub); in lp_int_ring_destroy()
53 mpz_clear(&nonconst->lb); in lp_int_ring_destroy()
54 free(nonconst); in lp_int_ring_destroy()
59 if (nonconst) { in lp_int_ring_attach()
60 ++ nonconst->ref_count; in lp_int_ring_attach()
66 if (nonconst) { in lp_int_ring_detach()
67 assert(nonconst->ref_count > 0); in lp_int_ring_detach()
68 if (--nonconst->ref_count == 0) { in lp_int_ring_detach()
[all …]
/dports/math/libpoly/libpoly-0.1.11/src/number/
H A Dinteger.c50 lp_int_ring_t* nonconst = (lp_int_ring_t*) K; in lp_int_ring_destroy() local
51 mpz_clear(&nonconst->M); in lp_int_ring_destroy()
52 mpz_clear(&nonconst->ub); in lp_int_ring_destroy()
53 mpz_clear(&nonconst->lb); in lp_int_ring_destroy()
54 free(nonconst); in lp_int_ring_destroy()
59 if (nonconst) { in lp_int_ring_attach()
60 ++ nonconst->ref_count; in lp_int_ring_attach()
66 if (nonconst) { in lp_int_ring_detach()
67 assert(nonconst->ref_count > 0); in lp_int_ring_detach()
68 if (--nonconst->ref_count == 0) { in lp_int_ring_detach()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp2a/
H A Dconstinit13.C11 int nonconst; variable
16 …static __constinit auto v1 = nonconst; // { dg-error "does not have a constant initializer|not usa… in fn2()
17 …static __constinit int v2 = nonconst; // { dg-error "does not have a constant initializer|not usab… in fn2()
24 …static __constinit T v2 = nonconst; // { dg-error "does not have a constant initializer|not usable… in fn3()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp5 int nonconst = 8; // expected-note 3 {{here}} variable
6 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a co…
7 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not…
9 switch (nonconst) { in NonConstF()
10 …case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read … in NonConstF()

12345678910>>...28