Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
WTF::OSAllocator::decommitAndReleaseName: | WTF::OSAllocator::decommitAndRelease | Prototype: | inline void OSAllocator::decommitAndRelease(void* releaseBase, size_t releaseSize, void* decommitBase, size_t decommitSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocator.h | Lines: | 89-101 |
| | 4 | 1 |
WTF::OSAllocator::decommitAndReleaseName: | WTF::OSAllocator::decommitAndRelease | Prototype: | inline void OSAllocator::decommitAndRelease(void* base, size_t size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocator.h | Lines: | 103-106 |
| | 1 | 1 |
WTF::OSAllocator::reallocateCommittedName: | WTF::OSAllocator::reallocateCommitted | Prototype: | template<typename T> inline T* OSAllocator::reallocateCommitted(T* oldBase, size_t oldSize, size_t newSize, Usage usage, bool writable, bool executable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocator.h | Lines: | 108-115 |
| | 4 | 1 |
WTF::OSAllocator::releaseDecommittedName: | WTF::OSAllocator::releaseDecommitted | Prototype: | void OSAllocator::releaseDecommitted(void* address, size_t bytes) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | Lines: | 268-273 |
| | 3 | 2 |
WTF::OSAllocator::reserveAndCommitName: | WTF::OSAllocator::reserveAndCommit | Prototype: | inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocator.h | Lines: | 82-87 |
| | 3 | 1 |
WTF::OSAllocator::reserveAndCommitName: | WTF::OSAllocator::reserveAndCommit | Prototype: | void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable, bool includesGuardPages) | Coverage: | 61.905% (13/21) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | Lines: | 142-213 |
| | 77 | 7 |
WTF::OSAllocator::reserveUncommittedName: | WTF::OSAllocator::reserveUncommitted | Prototype: | void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp | Lines: | 110-140 |
| | 33 | 3 |
WTF::PageAllocation::PageAllocationName: | WTF::PageAllocation::PageAllocation | Prototype: | PageAllocation(void* base, size_t size, bool includesGuardPages = false) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | Lines: | 116-119 |
| | 2 | 1 |
WTF::PageAllocation::allocateName: | WTF::PageAllocation::allocate | Prototype: | static PageAllocation allocate(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false, bool includesGuardPages = false) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | Lines: | 91-100 |
| | 4 | 1 |
WTF::PageAllocation::deallocateName: | WTF::PageAllocation::deallocate | Prototype: | void deallocate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | Lines: | 102-113 |
| | 5 | 1 |
WTF::PageAllocation::operator<Name: | WTF::PageAllocation::operator< | Prototype: | bool operator<(const PageAllocation &b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocation.h | Lines: | 89-89 |
| | 1 | 1 |
WTF::PageAllocationAligned::PageAllocationAlignedName: | WTF::PageAllocationAligned::PageAllocationAligned | Prototype: | PageAllocationAligned(void* base, size_t size, void* reservationBase, size_t reservationSize) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocationAligned.h | Lines: | 55-59 |
| | 2 | 1 |
WTF::PageAllocationAligned::allocateName: | WTF::PageAllocationAligned::allocate | Prototype: | PageAllocationAligned PageAllocationAligned::allocate(size_t size, size_t alignment, OSAllocator::Usage usage, bool writable) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocationAligned.cpp | Lines: | 31-65 |
| | 13 | 1 |
WTF::PageAllocationAligned::deallocateName: | WTF::PageAllocationAligned::deallocate | Prototype: | void PageAllocationAligned::deallocate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageAllocationAligned.cpp | Lines: | 67-84 |
| | 7 | 1 |
WTF::PageBlock::PageBlockName: | WTF::PageBlock::PageBlock | Prototype: | inline PageBlock::PageBlock() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 65-70 |
| | 2 | 1 |
WTF::PageBlock::PageBlockName: | WTF::PageBlock::PageBlock | Prototype: | inline PageBlock::PageBlock(const PageBlock& other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 72-77 |
| | 2 | 1 |
WTF::PageBlock::PageBlockName: | WTF::PageBlock::PageBlock | Prototype: | inline PageBlock::PageBlock(void* base, size_t size, bool hasGuardPages) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 79-84 |
| | 2 | 1 |
WTF::PageBlock::baseName: | WTF::PageBlock::base | Prototype: | void* base() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 44-44 |
| | 1 | 1 |
WTF::PageBlock::boolName: | WTF::PageBlock::bool | Prototype: | operator bool() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 51-51 |
| | 1 | 1 |
WTF::PageBlock::containsName: | WTF::PageBlock::contains | Prototype: | bool contains(void* containedBase, size_t containedSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 53-57 |
| | 2 | 1 |
WTF::PageBlock::realBaseName: | WTF::PageBlock::realBase | Prototype: | void* realBase() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 43-43 |
| | 1 | 1 |
WTF::PageBlock::realSizeName: | WTF::PageBlock::realSize | Prototype: | size_t realSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 49-49 |
| | 1 | 1 |
WTF::PageBlock::sizeName: | WTF::PageBlock::size | Prototype: | size_t size() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageBlock.h | Lines: | 45-48 |
| | 1 | 1 |
WTF::PageReservation::PageReservationName: | WTF::PageReservation::PageReservation | Prototype: | PageReservation() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 59-64 |
| | 2 | 1 |
WTF::PageReservation::PageReservationName: | WTF::PageReservation::PageReservation | Prototype: | PageReservation(void* base, size_t size, bool writable, bool executable) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 126-132 |
| | 2 | 1 |
WTF::PageReservation::commitName: | WTF::PageReservation::commit | Prototype: | void commit(void* start, size_t size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 77-86 |
| | 6 | 1 |
WTF::PageReservation::committedName: | WTF::PageReservation::committed | Prototype: | size_t committed() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 99-102 |
| | 1 | 1 |
WTF::PageReservation::deallocateName: | WTF::PageReservation::deallocate | Prototype: | void deallocate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 110-123 |
| | 6 | 1 |
WTF::PageReservation::decommitName: | WTF::PageReservation::decommit | Prototype: | void decommit(void* start, size_t size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 88-97 |
| | 6 | 1 |
WTF::PageReservation::reserveName: | WTF::PageReservation::reserve | Prototype: | static PageReservation reserve(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PageReservation.h | Lines: | 104-108 |
| | 2 | 1 |
WTF::PointerDump::PointerDumpName: | WTF::PointerDump::PointerDump | Prototype: | PointerDump(const T* ptr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 273-276 |
| | 2 | 1 |
WTF::PointerDump::dumpName: | WTF::PointerDump::dump | Prototype: | void dump(PrintStream& out) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 278-284 |
| | 3 | 2 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T> void print(const T& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 54-58 |
| | 1 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2> void print(const T1& value1, const T2& value2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 60-65 |
| | 2 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3> void print(const T1& value1, const T2& value2, const T3& value3) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 67-73 |
| | 3 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 75-82 |
| | 4 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 84-92 |
| | 5 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 94-103 |
| | 6 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 105-115 |
| | 7 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 117-128 |
| | 8 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 130-142 |
| | 9 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 144-157 |
| | 10 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 159-173 |
| | 11 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 175-190 |
| | 12 | 1 |
WTF::PrintStream::printName: | WTF::PrintStream::print | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13> void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.h | Lines: | 192-208 |
| | 13 | 1 |
WTF::PrintStream::printfName: | WTF::PrintStream::printf | Prototype: | void PrintStream::printf(const char* format, ...) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/PrintStream.cpp | Lines: | 38-44 |
| | 20 | 1 |
WTF::RawPointer::RawPointerName: | WTF::RawPointer::RawPointer | Prototype: | RawPointer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | Lines: | 33-36 |
| | 2 | 1 |
WTF::RawPointer::RawPointerName: | WTF::RawPointer::RawPointer | Prototype: | explicit RawPointer(void* value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | Lines: | 38-41 |
| | 2 | 1 |
WTF::RawPointer::RawPointerName: | WTF::RawPointer::RawPointer | Prototype: | explicit RawPointer(const void* value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | Lines: | 43-46 |
| | 2 | 1 |
WTF::RawPointer::valueName: | WTF::RawPointer::value | Prototype: | const void* value() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/RawPointer.h | Lines: | 48-48 |
| | 1 | 1 |
WTF::RecordOverflow::RecordOverflowName: | WTF::RecordOverflow::RecordOverflow | Prototype: | RecordOverflow() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | Lines: | 91-94 |
| | 2 | 1 |
WTF::RecordOverflow::clearOverflowName: | WTF::RecordOverflow::clearOverflow | Prototype: | void clearOverflow() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | Lines: | 101-104 |
| | 1 | 1 |
WTF::RecordOverflow::hasOverflowedName: | WTF::RecordOverflow::hasOverflowed | Prototype: | bool hasOverflowed() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | Lines: | 107-107 |
| | 1 | 1 |
WTF::RecordOverflow::overflowedName: | WTF::RecordOverflow::overflowed | Prototype: | void overflowed() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/CheckedArithmetic.h | Lines: | 96-99 |
| | 1 | 1 |
WTF::String::StringName: | WTF::String::String | Prototype: | String(const QString& s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | Lines: | 51-51 |
| | 1 | 1 |
WTF::String::characters16Name: | WTF::String::characters16 | Prototype: | const UChar *characters16() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | Lines: | 54-54 |
| | 1 | 1 |
WTF::String::characters8Name: | WTF::String::characters8 | Prototype: | const unsigned char *characters8() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | Lines: | 53-53 |
| | 1 | 1 |
WTF::String::getCharactersName: | WTF::String::getCharacters | Prototype: | template <> inline const unsigned char* String::getCharacters<unsigned char>() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | Lines: | 61-62 |
| | 1 | 1 |
WTF::String::getCharactersName: | WTF::String::getCharacters | Prototype: | template <> inline const UChar* String::getCharacters<UChar>() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | Lines: | 63-64 |
| | 1 | 1 |
WTF::String::is8BitName: | WTF::String::is8Bit | Prototype: | bool is8Bit() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/text/WTFString.h | Lines: | 52-52 |
| | 1 | 1 |
WTF::Vector::VectorName: | WTF::Vector::Vector | Prototype: | Vector(int initialSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 57-57 |
| | 1 | 1 |
WTF::Vector::appendName: | WTF::Vector::append | Prototype: | inline void append(const T& value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 59-60 |
| | 1 | 1 |
WTF::Vector::appendName: | WTF::Vector::append | Prototype: | template <typename OtherType> inline void append(const OtherType& other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 62-64 |
| | 1 | 1 |
WTF::Vector::appendName: | WTF::Vector::append | Prototype: | inline void append(const Vector<T>& vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 66-69 |
| | 1 | 1 |
WTF::Vector::appendName: | WTF::Vector::append | Prototype: | inline void append(const T* ptr, size_t count) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 71-75 |
| | 2 | 2 |
WTF::Vector::appendName: | WTF::Vector::append | Prototype: | inline void append(typename std::vector<T>::const_iterator it, size_t count) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 77-81 |
| | 2 | 2 |
WTF::Vector::growName: | WTF::Vector::grow | Prototype: | inline void grow(size_t size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 90-91 |
| | 1 | 1 |
WTF::Vector::insertName: | WTF::Vector::insert | Prototype: | inline void insert(size_t position, T value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 87-88 |
| | 1 | 1 |
WTF::Vector::isEmptyName: | WTF::Vector::isEmpty | Prototype: | inline bool isEmpty() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 102-102 |
| | 1 | 1 |
WTF::Vector::lastName: | WTF::Vector::last | Prototype: | inline T &last() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 104-104 |
| | 1 | 1 |
WTF::Vector::removeName: | WTF::Vector::remove | Prototype: | inline void remove(size_t position) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 99-100 |
| | 1 | 1 |
WTF::Vector::reserveInitialCapacityName: | WTF::Vector::reserveInitialCapacity | Prototype: | inline void reserveInitialCapacity(size_t size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 85-85 |
| | 1 | 1 |
WTF::Vector::shrinkName: | WTF::Vector::shrink | Prototype: | inline void shrink(size_t size) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 93-94 |
| | 1 | 1 |
WTF::Vector::shrinkToFitName: | WTF::Vector::shrinkToFit | Prototype: | inline void shrinkToFit() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 96-97 |
| | 1 | 1 |
WTF::approximateBinarySearchName: | WTF::approximateBinarySearch | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* approximateBinarySearch(ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey()) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 239-243 |
| | 1 | 1 |
WTF::approximateBinarySearchName: | WTF::approximateBinarySearch | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* approximateBinarySearch(const ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey()) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 256-260 |
| | 1 | 1 |
WTF::binarySearchName: | WTF::binarySearch | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* binarySearch(ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey()) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 225-229 |
| | 1 | 1 |
WTF::binarySearchName: | WTF::binarySearch | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey> inline ArrayElementType* binarySearch(const ArrayType& array, size_t size, KeyType key, ExtractKey extractKey = ExtractKey()) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 246-250 |
| | 1 | 1 |
WTF::binarySearchImplName: | WTF::binarySearchImpl | Prototype: | template<typename ArrayElementType, typename KeyType, typename ArrayType, typename ExtractKey, BinarySearchMode mode> inline ArrayElementType* binarySearchImpl(ArrayType& array, size_t size, KeyType key, const ExtractKey& extractKey = ExtractKey()) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 185-222 |
| | 20 | 7 |
WTF::bitCountName: | WTF::bitCount | Prototype: | inline size_t bitCount(unsigned bits) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 151-156 |
| | 3 | 1 |
WTF::bitwise_castName: | WTF::bitwise_cast | Prototype: | template<typename TO, typename FROM> inline TO bitwise_cast(FROM from) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/StdLibExtras.h | Lines: | 131-141 |
| | 3 | 1 |
WTF::cryptographicallyRandomNumberName: | WTF::cryptographicallyRandomNumber | Prototype: | uint32_t cryptographicallyRandomNumber() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/WTFStubs.cpp | Lines: | 64-67 |
| | 1 | 1 |
WTF::dataFileName: | WTF::dataFile | Prototype: | FilePrintStream& dataFile() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/WTFStubs.cpp | Lines: | 83-88 |
| | 7 | 2 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T> void dataLog(const T& value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 43-47 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2> void dataLog(const T1& value1, const T2& value2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 49-53 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3> void dataLog(const T1& value1, const T2& value2, const T3& value3) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 55-59 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 61-65 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 67-71 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 73-77 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 79-83 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 85-89 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 91-95 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 97-101 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 103-107 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 109-113 |
| | 1 | 1 |
WTF::dataLogName: | WTF::dataLog | Prototype: | template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13> void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/wtf/DataLog.h | Lines: | 115-119 |
| | 1 | 1 |
WTF::dataLogFName: | WTF::dataLogF | Prototype: | void dataLogF(const char* format, ...) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/WTFStubs.cpp | Lines: | 97-105 |
| | 22 | 1 |
WTF::dataLogFStringName: | WTF::dataLogFString | Prototype: | void dataLogFString(const char* str) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/WTFStubs.cpp | Lines: | 107-110 |
| | 1 | 1 |
WTF::dataLogFVName: | WTF::dataLogFV | Prototype: | void dataLogFV(const char* format, va_list args) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/WTFStubs.cpp | Lines: | 90-95 |
| | 3 | 1 |
WTF::deleteAllValuesName: | WTF::deleteAllValues | Prototype: | template <typename T, int capacity> void deleteAllValues(const Vector<T, capacity> &vector) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/Vector.h | Lines: | 107-111 |
| | 1 | 1 |