Home
last modified time | relevance | path

Searched defs:finalize (Results 26 – 50 of 7443) sorted by relevance

12345678910>>...298

/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize method
20 subroutine finalize(L) subroutine
21 Type(TObjectList) :: L
/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A Dtree_containers.h36 iterator finalize(typename tree_type::iterator&& it) in finalize() function
40 const_iterator finalize(typename tree_type::const_iterator&& it) const in finalize() function
44 reverse_iterator finalize(typename tree_type::reverse_iterator&& it) in finalize() function
48 const_reverse_iterator finalize(typename tree_type::const_reverse_iterator&& it) const in finalize() function
64 iterator finalize(iterator&& it) { return std::move(it); } in finalize() function
65 const_iterator finalize(const_iterator&& it) const { return std::move(it); } in finalize() function
66 reverse_iterator finalize(reverse_iterator&& it) { return std::move(it); } in finalize() function
67 const_reverse_iterator finalize(const_reverse_iterator&& it) const { return std::move(it); } in finalize() function
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DStrokeStabilizer.h114 Active(bool finalize): finalize(finalize) {} in Active()
192 bool finalize = true; variable
205 Deadzone(bool finalize, double dzRadius, bool cuspDetection): in Deadzone()
286 Inertia(bool finalize, double drag, double mass): in Inertia()
362 …VelocityGaussian(bool finalize, double sigma): Active(finalize), twoSigmaSquared(2 * sigma * sigma… in VelocityGaussian()
431 …Arithmetic(bool finalize, size_t buffersize): Active(finalize), bufferLength(buffersize), eventBuf… in Arithmetic()
486 ArithmeticDeadzone(bool finalize, size_t buffersize, double dzRadius, bool cuspDetection): in ArithmeticDeadzone()
512 ArithmeticInertia(bool finalize, size_t buffersize, double drag, double mass): in ArithmeticInertia()
538 VelocityGaussianDeadzone(bool finalize, double sigma, double dzRadius, bool cuspDetection): in VelocityGaussianDeadzone()
564 VelocityGaussianInertia(bool finalize, double sigma, double drag, double mass): in VelocityGaussianInertia()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DUserCred.cc37 void UserCred::finalize(const ObjId &oid) { in finalize() function in UserCred
41 void UserCred::finalize(const Connection &conn) { in finalize() function in UserCred
80 void UserCred::finalize(const NetAddr &addr) { in finalize() function in UserCred
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Divar-objects.mm35 - (void)finalize; method
46 - (void)finalize; method
55 - (void)finalize {} method
67 - (void)finalize { [super finalize]; } method

12345678910>>...298