Home
last modified time | relevance | path

Searched refs:nonConst (Results 1 – 25 of 45) sorted by relevance

12

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXObjectFactory.hpp300 XObject* const nonConst = in deleteObject() local
303 nonConst->~XObject(); in deleteObject()
305 m_memoryManager.deallocate(nonConst); in deleteObject()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-aggr1.C14 int nonConst = 0; in fubar() local
16 fooContainer = { { 0, nonConst } }; in fubar()
/dports/games/scorched3d/scorched/src/common/common/
H A DChannelManager.cpp41 ChannelText &nonConst = (ChannelText &) text; in showText()
42 Logger::log(LangStringUtil::convertFromLang(nonConst.getMessage())); in showText()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.adaptors/range.take/sentinel/
H A Dctor.pass.cpp35 std::ranges::take_view<MoveOnlyView> nonConst(MoveOnlyView{buffer}, 5); in test() local
37 auto sent1 = nonConst.end(); in test()
/dports/math/tmv/tmv-0.75/src/
H A DTMV_BandLUD.cpp64 #define APTR (inplace ? A.nonConst().ptr() : Aptr1.get())
68 BandMatrixView<T>(A.nonConst().ptr(),A.colsize(),A.colsize(),\
71 TMV_FIRSTLAST1(A.nonConst()._first,\
72 A.nonConst()._last) ) : \
76 BandMatrixView<T>(A.nonConst().ptr(),A.colsize(),\
80 TMV_FIRSTLAST1(A.nonConst()._first,\
81 A.nonConst()._last) ) : \
H A DTMV_SymLDLD.cpp63 (A.isherm() ? A.nonConst().adjoint() : A.nonConst().transpose()) : \
64 A.nonConst()) : \
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/plugins/signon-plugins-common/SignOn/
H A Dblobiohandler.cpp210 QByteArray nonConst = array; in byteArrayToVariantMap() local
211 QBuffer buffer(&nonConst); in byteArrayToVariantMap()

12