id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
26,081 | NtQuerySystemInformation_SystemKernelDebuggerInformation.h | LordNoteworthy_al-khaser/al-khaser/AntiDebug/NtQuerySystemInformation_SystemKernelDebuggerInformation.h | #pragma once
BOOL NtQuerySystemInformation_SystemKernelDebuggerInformation();
typedef struct _SYSTEM_KERNEL_DEBUGGER_INFORMATION
{
BOOLEAN KernelDebuggerEnabled;
BOOLEAN KernelDebuggerNotPresent;
} SYSTEM_KERNEL_DEBUGGER_INFORMATION, *PSYSTEM_KERNEL_DEBUGGER_INFORMATION; | 275 | C++ | .h | 7 | 37.857143 | 75 | 0.88015 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,083 | ScanForModules.h | LordNoteworthy_al-khaser/al-khaser/AntiDebug/ScanForModules.h | #pragma once
BOOL ScanForModules_EnumProcessModulesEx_32bit();
BOOL ScanForModules_EnumProcessModulesEx_64bit();
BOOL ScanForModules_EnumProcessModulesEx_All();
BOOL ScanForModules_ToolHelp32();
BOOL ScanForModules_LDR_Direct();
BOOL ScanForModules_LdrEnumerateLoadedModules();
BOOL ScanForModules_MemoryWalk_GMI();
BOO... | 404 | C++ | .h | 10 | 39.3 | 49 | 0.86514 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,084 | WriteWatch.h | LordNoteworthy_al-khaser/al-khaser/AntiDebug/WriteWatch.h | #pragma once
BOOL VirtualAlloc_WriteWatch_BufferOnly();
BOOL VirtualAlloc_WriteWatch_APICalls();
BOOL VirtualAlloc_WriteWatch_IsDebuggerPresent();
BOOL VirtualAlloc_WriteWatch_CodeWrite(); | 189 | C++ | .h | 5 | 36.8 | 49 | 0.858696 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,085 | ParentProcess.h | LordNoteworthy_al-khaser/al-khaser/AntiDebug/ParentProcess.h | #pragma once
typedef struct _ALK_PROCESS_BASIC_INFORMATION {
PVOID Reserved1;
void* PebBaseAddress;
PVOID Reserved2[2];
ULONG_PTR UniqueProcessId;
ULONG_PTR ParentProcessId;
} ALK_PROCESS_BASIC_INFORMATION;
BOOL IsParentExplorerExe(); | 241 | C++ | .h | 9 | 25.111111 | 47 | 0.82684 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,086 | NtQueryObject_ObjectInformation.h | LordNoteworthy_al-khaser/al-khaser/AntiDebug/NtQueryObject_ObjectInformation.h | #pragma once
BOOL NtQueryObject_ObjectAllTypesInformation();
BOOL NtQueryObject_ObjectTypeInformation();
#define DEBUG_READ_EVENT 0x0001
#define DEBUG_PROCESS_ASSIGN 0x0002
#define DEBUG_SET_INFORMATION 0x0004
#define DEBUG_QUERY_INFORMATION 0x0008
#define DEBUG_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | \... | 769 | C++ | .h | 19 | 38.578947 | 71 | 0.831099 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,087 | VirtualBox.h | LordNoteworthy_al-khaser/al-khaser/AntiVM/VirtualBox.h | #pragma once
VOID vbox_reg_key_value();
VOID vbox_reg_keys();
VOID vbox_files();
BOOL vbox_dir();
BOOL vbox_check_mac();
VOID vbox_devices();
BOOL vbox_window_class();
BOOL vbox_network_share();
VOID vbox_processes();
BOOL vbox_mac_wmi();
BOOL vbox_eventlogfile_wmi();
BOOL vbox_firmware_SMBIOS();
BOOL vbox_firmware_A... | 489 | C++ | .h | 19 | 24.631579 | 38 | 0.764957 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,088 | Services.h | LordNoteworthy_al-khaser/al-khaser/AntiVM/Services.h | #pragma once
BOOL VMDriverServices();
BOOL get_services(_In_ SC_HANDLE hServiceManager, _In_ DWORD serviceType, _Out_ ENUM_SERVICE_STATUS_PROCESS** servicesBuffer, _Out_ DWORD* serviceCount);
| 193 | C++ | .h | 3 | 63 | 153 | 0.78836 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,089 | Generic.h | LordNoteworthy_al-khaser/al-khaser/AntiVM/Generic.h | #pragma once
VOID loaded_dlls();
VOID known_file_names();
VOID known_usernames();
VOID known_hostnames();
VOID other_known_sandbox_environment_checks();
BOOL NumberOfProcessors();
BOOL idt_trick();
BOOL ldt_trick();
BOOL gdt_trick();
BOOL str_trick();
BOOL number_cores_wmi();
BOOL disk_size_wmi();
BOOL setupdi_diskdri... | 1,392 | C++ | .h | 51 | 26.294118 | 46 | 0.785981 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,090 | VMWare.h | LordNoteworthy_al-khaser/al-khaser/AntiVM/VMWare.h | #pragma once
VOID vmware_reg_key_value();
VOID vmware_reg_keys();
VOID vmware_files();
BOOL vmware_dir();
VOID vmware_mac();
BOOL vmware_adapter_name();
VOID vmware_devices();
VOID vmware_processes();
BOOL vmware_firmware_SMBIOS();
BOOL vmware_firmware_ACPI(); | 261 | C++ | .h | 11 | 22.727273 | 30 | 0.768 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,091 | Qemu.h | LordNoteworthy_al-khaser/al-khaser/AntiVM/Qemu.h | #pragma once
VOID qemu_reg_key_value();
VOID qemu_processes();
VOID qemu_dir();
BOOL qemu_firmware_ACPI();
BOOL qemu_firmware_SMBIOS();
| 137 | C++ | .h | 6 | 21.666667 | 28 | 0.761538 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,092 | AntiDisassm.h | LordNoteworthy_al-khaser/al-khaser/AntiDisassm/AntiDisassm.h | #pragma once
VOID AntiDisassmConstantCondition();
VOID AntiDisassmAsmJmpSameTarget();
VOID AntiDisassmImpossibleDiasassm();
VOID AntiDisassmFunctionPointer();
VOID AntiDisassmReturnPointerAbuse();
VOID AntiDisassmSEHMisuse(); | 226 | C++ | .h | 7 | 31.285714 | 37 | 0.881279 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,094 | WinStructs.h | LordNoteworthy_al-khaser/al-khaser/Shared/WinStructs.h | #pragma once
typedef struct _LDR_MODULE {
LIST_ENTRY InLoadOrderModuleList;
LIST_ENTRY InMemoryOrderModuleList;
LIST_ENTRY InInitializationOrderModuleList;
PVOID BaseAddress;
PVOID EntryPoint;
ULONG SizeOfImage;
UNICODE... | 3,603 | C++ | .h | 113 | 29.982301 | 127 | 0.736023 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,095 | ApiTypeDefs.h | LordNoteworthy_al-khaser/al-khaser/Shared/ApiTypeDefs.h | #pragma once
typedef DWORD(NTAPI* pCsrGetId)(VOID);
typedef BOOL(WINAPI* pEnumProcessModulesEx)(
HANDLE hProcess,
HMODULE *lphModule,
DWORD cb,
LPDWORD lpcbNeeded,
DWORD dwFilterFlag);
typedef UINT(WINAPI* pEnumSystemFirmwareTables)(DWORD, PVOID, DWORD);
typedef DWORD(WINAPI* pGetActiveProcessorCount)(WORD);
type... | 4,881 | C++ | .h | 130 | 35.669231 | 154 | 0.829926 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,096 | winapifamily.h | LordNoteworthy_al-khaser/al-khaser/Shared/winapifamily.h | /*
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
winapifamily.h
Abstract:
Master include file for API family partitioning.
*/
#define _WIN32_WINNT_WIN8 0x0602
#define _WIN32_WINNT_WINBLUE 0x0603
#ifndef _INC_WINAPIFAMILY
#define... | 7,918 | C++ | .h | 160 | 46.45625 | 139 | 0.671551 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | true | false | false | false | false | false | false |
26,099 | APIs.h | LordNoteworthy_al-khaser/al-khaser/Shared/APIs.h | #pragma once
enum API_IDENTIFIER
{
API_CsrGetProcessId,
API_EnumSystemFirmwareTables,
API_GetActiveProcessorCount,
API_GetSystemFirmwareTable,
API_GetNativeSystemInfo,
API_GetProductInfo,
API_EnumProcessModulesEx_Kernel,
API_EnumProcessModulesEx_PSAPI,
API_IsWow64Process,
API_LdrEnumerateLoadedModules,
API_... | 3,067 | C++ | .h | 120 | 23.583333 | 149 | 0.79612 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,100 | log.h | LordNoteworthy_al-khaser/al-khaser/Shared/log.h | #pragma once
#define WIDEN2(x) L##x
#define WIDEN(x) WIDEN2(x)
#define __WFILE__ WIDEN(__FILE__)
#ifdef UNICODE
#define __TFILE__ __WFILE__
#else
#define __TFILE__ __FILE__
#endif
void log_print(const TCHAR* filename, const TCHAR *fmt, ...);
#define LOG_PRINT(...) log_print(__TFILE__, __VA_ARGS__ )
| 308 | C++ | .h | 11 | 26.272727 | 61 | 0.66436 | LordNoteworthy/al-khaser | 5,787 | 1,160 | 38 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,101 | misc-test.cpp | danmar_cppcheck/addons/test/misc-test.cpp | // To test:
// ~/cppcheck/cppcheck --dump misc-test.cpp && python ../misc.py -verify misc-test.cpp.dump
#include <string>
#include <vector>
// Warn about string concatenation in array initializers..
const char *a[] = {"a" "b"}; // stringConcatInArrayInit
const char *b[] = {"a","b" "c"}; // stringConcatInArrayInit
#de... | 774 | C++ | .cpp | 23 | 31.73913 | 91 | 0.698925 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
26,102 | naming_test.cpp | danmar_cppcheck/addons/test/naming_test.cpp | // To test:
// ~/cppcheck/cppcheck --dump naming_test.cpp && python ../naming.py --var='[a-z].*' --function='[a-z].*' naming_test.cpp.dump
// No error for mismatching Constructor/Destructor names should be issued, they can not be changed.
class TestClass1
{
TestClass1() {}
~TestClass1() {}
TestClass1(const... | 374 | C++ | .cpp | 10 | 34.7 | 126 | 0.674931 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,103 | misra-test.cpp | danmar_cppcheck/addons/test/misra/misra-test.cpp | // #8441
class C {
int a;
int b;
C(void) : a(1), b(1) { c; }
};
class misra_21_1_C {
public:
misra_21_1_C operator=(const misra_21_1_C &);
};
class C2 {
public:
C2(void);
private:
void* f;
};
C2::C2(void) : f(NULL) {}
static void test_misra_21_1_crash(void)
{
auto misra_21_1_C a, b; // 1... | 337 | C++ | .cpp | 22 | 12.681818 | 52 | 0.557692 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
26,104 | local_static_const.cpp | danmar_cppcheck/addons/test/threadsafety/local_static_const.cpp | struct Dummy {
int x;
};
void func() {
// cppcheck-suppress threadsafety-threadsafety-const
static const Dummy dummy;
}
| 125 | C++ | .cpp | 7 | 16.142857 | 54 | 0.754237 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
26,105 | local_static.cpp | danmar_cppcheck/addons/test/threadsafety/local_static.cpp | struct Dummy {
int x;
};
void func() {
// cppcheck-suppress threadsafety-threadsafety
static Dummy dummy;
}
| 117 | C++ | .cpp | 7 | 14.428571 | 50 | 0.718182 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
26,106 | MT-Unsafe.cpp | danmar_cppcheck/addons/test/threadsafety/MT-Unsafe.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2023 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your ... | 1,811 | C++ | .cpp | 56 | 29.535714 | 72 | 0.717241 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,107 | checkunusedfunctions.cpp | danmar_cppcheck/lib/checkunusedfunctions.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 20,822 | C++ | .cpp | 443 | 36.225734 | 197 | 0.570536 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,108 | ctu.cpp | danmar_cppcheck/lib/ctu.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 26,521 | C++ | .cpp | 533 | 39.549719 | 228 | 0.592988 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,109 | vf_bitand.cpp | danmar_cppcheck/lib/vf_bitand.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,000 | C++ | .cpp | 52 | 31.115385 | 97 | 0.610939 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,110 | checkersreport.cpp | danmar_cppcheck/lib/checkersreport.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 13,077 | C++ | .cpp | 285 | 37.680702 | 190 | 0.604558 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,111 | checkother.cpp | danmar_cppcheck/lib/checkother.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 205,486 | C++ | .cpp | 3,861 | 41.176897 | 353 | 0.55349 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,112 | vf_conditionexpressions.cpp | danmar_cppcheck/lib/vf_conditionexpressions.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 9,054 | C++ | .cpp | 184 | 36.190217 | 260 | 0.573833 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,113 | vf_functionreturn.cpp | danmar_cppcheck/lib/vf_functionreturn.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 4,975 | C++ | .cpp | 125 | 30.4 | 105 | 0.582506 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,114 | token.cpp | danmar_cppcheck/lib/token.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 87,992 | C++ | .cpp | 2,410 | 27.00249 | 179 | 0.526813 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,115 | keywords.cpp | danmar_cppcheck/lib/keywords.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 7,815 | C++ | .cpp | 207 | 33.932367 | 136 | 0.684558 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,116 | pathanalysis.cpp | danmar_cppcheck/lib/pathanalysis.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 7,829 | C++ | .cpp | 183 | 33.868852 | 175 | 0.590123 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,117 | vf_switchvariable.cpp | danmar_cppcheck/lib/vf_switchvariable.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 5,334 | C++ | .cpp | 111 | 30.324324 | 159 | 0.465094 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,118 | checknullpointer.cpp | danmar_cppcheck/lib/checknullpointer.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 26,945 | C++ | .cpp | 573 | 37.022688 | 221 | 0.583869 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,119 | preprocessor.cpp | danmar_cppcheck/lib/preprocessor.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 42,924 | C++ | .cpp | 958 | 34.822547 | 190 | 0.578388 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,120 | checkfunctions.cpp | danmar_cppcheck/lib/checkfunctions.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 41,991 | C++ | .cpp | 736 | 44.855978 | 239 | 0.558077 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,121 | programmemory.cpp | danmar_cppcheck/lib/programmemory.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 78,440 | C++ | .cpp | 1,775 | 33.338592 | 167 | 0.556995 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,122 | forwardanalyzer.cpp | danmar_cppcheck/lib/forwardanalyzer.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 44,641 | C++ | .cpp | 879 | 33.407281 | 181 | 0.498238 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,123 | vf_iteratorinfer.cpp | danmar_cppcheck/lib/vf_iteratorinfer.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,177 | C++ | .cpp | 60 | 27.533333 | 77 | 0.586174 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,124 | vf_number.cpp | danmar_cppcheck/lib/vf_number.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,080 | C++ | .cpp | 52 | 32.115385 | 88 | 0.607814 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,125 | analyzerinfo.cpp | danmar_cppcheck/lib/analyzerinfo.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 5,526 | C++ | .cpp | 138 | 35.268116 | 188 | 0.659332 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,126 | clangimport.cpp | danmar_cppcheck/lib/clangimport.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 63,871 | C++ | .cpp | 1,544 | 32.759715 | 151 | 0.595292 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,127 | color.cpp | danmar_cppcheck/lib/color.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 1,996 | C++ | .cpp | 69 | 25.695652 | 83 | 0.690141 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,128 | checkassert.cpp | danmar_cppcheck/lib/checkassert.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 7,652 | C++ | .cpp | 156 | 38.987179 | 143 | 0.572825 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,129 | vf_unknownfunctionreturn.cpp | danmar_cppcheck/lib/vf_unknownfunctionreturn.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,335 | C++ | .cpp | 58 | 33.344828 | 118 | 0.653744 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,130 | infer.cpp | danmar_cppcheck/lib/infer.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 15,500 | C++ | .cpp | 385 | 28.903896 | 126 | 0.54619 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,131 | settings.cpp | danmar_cppcheck/lib/settings.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 21,078 | C++ | .cpp | 655 | 26.164885 | 134 | 0.653046 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,132 | checkstl.cpp | danmar_cppcheck/lib/checkstl.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 146,432 | C++ | .cpp | 2,963 | 37.138373 | 231 | 0.558607 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,133 | vf_sameexpressions.cpp | danmar_cppcheck/lib/vf_sameexpressions.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,077 | C++ | .cpp | 54 | 30.777778 | 120 | 0.60796 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,135 | vf_arrayelement.cpp | danmar_cppcheck/lib/vf_arrayelement.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 5,195 | C++ | .cpp | 102 | 36.764706 | 128 | 0.555096 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,136 | checkvaarg.cpp | danmar_cppcheck/lib/checkvaarg.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 7,814 | C++ | .cpp | 160 | 40.05 | 209 | 0.573506 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,137 | platform.cpp | danmar_cppcheck/lib/platform.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 13,530 | C++ | .cpp | 410 | 25.063415 | 127 | 0.557942 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,138 | checkboost.cpp | danmar_cppcheck/lib/checkboost.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,565 | C++ | .cpp | 57 | 38.22807 | 214 | 0.661465 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,139 | errortypes.cpp | danmar_cppcheck/lib/errortypes.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 3,116 | C++ | .cpp | 92 | 28.967391 | 114 | 0.688432 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,140 | vf_common.cpp | danmar_cppcheck/lib/vf_common.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 19,997 | C++ | .cpp | 451 | 30.962306 | 177 | 0.505995 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,141 | fwdanalysis.cpp | danmar_cppcheck/lib/fwdanalysis.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 26,551 | C++ | .cpp | 524 | 38.314885 | 215 | 0.550037 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,142 | checkers.cpp | danmar_cppcheck/lib/checkers.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 67,926 | C++ | .cpp | 2,085 | 24.755875 | 134 | 0.451464 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,143 | library.cpp | danmar_cppcheck/lib/library.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 86,794 | C++ | .cpp | 1,815 | 36.865014 | 170 | 0.585385 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,144 | checkio.cpp | danmar_cppcheck/lib/checkio.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 111,648 | C++ | .cpp | 1,913 | 36.877679 | 251 | 0.45365 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,145 | vf_array.cpp | danmar_cppcheck/lib/vf_array.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 3,476 | C++ | .cpp | 80 | 32.075 | 118 | 0.536917 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,146 | vf_reverse.cpp | danmar_cppcheck/lib/vf_reverse.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 1,629 | C++ | .cpp | 42 | 31.333333 | 140 | 0.651075 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,147 | vf_infercondition.cpp | danmar_cppcheck/lib/vf_infercondition.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 4,918 | C++ | .cpp | 118 | 31.127119 | 128 | 0.572025 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,148 | checkautovariables.cpp | danmar_cppcheck/lib/checkautovariables.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 33,289 | C++ | .cpp | 716 | 36.713687 | 185 | 0.582 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,149 | timer.cpp | danmar_cppcheck/lib/timer.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 5,212 | C++ | .cpp | 121 | 37.157025 | 154 | 0.65075 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,150 | vf_impossiblevalues.cpp | danmar_cppcheck/lib/vf_impossiblevalues.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 8,585 | C++ | .cpp | 186 | 33.048387 | 118 | 0.531593 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,152 | suppressions.cpp | danmar_cppcheck/lib/suppressions.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 21,592 | C++ | .cpp | 519 | 33.456647 | 186 | 0.608331 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,153 | vf_string.cpp | danmar_cppcheck/lib/vf_string.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 1,381 | C++ | .cpp | 38 | 31.315789 | 72 | 0.677877 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,155 | checkbool.cpp | danmar_cppcheck/lib/checkbool.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 21,479 | C++ | .cpp | 447 | 39.239374 | 245 | 0.580153 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,156 | checkstring.cpp | danmar_cppcheck/lib/checkstring.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 22,570 | C++ | .cpp | 423 | 42.943262 | 351 | 0.546438 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,157 | check.cpp | danmar_cppcheck/lib/check.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 4,418 | C++ | .cpp | 116 | 33.974138 | 169 | 0.658343 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,158 | checkersidmapping.cpp | danmar_cppcheck/lib/checkersidmapping.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 9,499 | C++ | .cpp | 204 | 42.083333 | 191 | 0.690386 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,159 | mathlib.cpp | danmar_cppcheck/lib/mathlib.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 43,379 | C++ | .cpp | 1,217 | 27.433032 | 275 | 0.559614 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,160 | checkexceptionsafety.cpp | danmar_cppcheck/lib/checkexceptionsafety.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 17,451 | C++ | .cpp | 349 | 40.690544 | 180 | 0.579185 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,161 | vf_settokenvalue.cpp | danmar_cppcheck/lib/vf_settokenvalue.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 34,391 | C++ | .cpp | 676 | 34.474852 | 174 | 0.496064 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,162 | vf_enumvalue.cpp | danmar_cppcheck/lib/vf_enumvalue.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,086 | C++ | .cpp | 53 | 30.566038 | 96 | 0.608481 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,163 | tokenlist.cpp | danmar_cppcheck/lib/tokenlist.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 83,167 | C++ | .cpp | 2,014 | 30.800397 | 198 | 0.511745 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,164 | checkunusedvar.cpp | danmar_cppcheck/lib/checkunusedvar.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 72,326 | C++ | .cpp | 1,528 | 34.192408 | 194 | 0.517439 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,165 | checkuninitvar.cpp | danmar_cppcheck/lib/checkuninitvar.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 75,016 | C++ | .cpp | 1,587 | 34.850032 | 267 | 0.529251 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,166 | vf_globalstaticvar.cpp | danmar_cppcheck/lib/vf_globalstaticvar.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 3,227 | C++ | .cpp | 76 | 32.644737 | 101 | 0.557711 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,167 | pathmatch.cpp | danmar_cppcheck/lib/pathmatch.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 3,234 | C++ | .cpp | 79 | 34.177215 | 130 | 0.645674 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,168 | standards.cpp | danmar_cppcheck/lib/standards.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 3,594 | C++ | .cpp | 141 | 20.843972 | 72 | 0.648154 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,169 | vf_iterators.cpp | danmar_cppcheck/lib/vf_iterators.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,440 | C++ | .cpp | 63 | 31.571429 | 112 | 0.635289 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,170 | path.cpp | danmar_cppcheck/lib/path.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 12,507 | C++ | .cpp | 371 | 29.458221 | 148 | 0.635973 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,171 | vf_subfunction.cpp | danmar_cppcheck/lib/vf_subfunction.cpp | /* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License... | 10,419 | C++ | .cpp | 232 | 30.400862 | 143 | 0.517167 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,173 | summaries.cpp | danmar_cppcheck/lib/summaries.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 6,901 | C++ | .cpp | 172 | 32.30814 | 132 | 0.601491 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,175 | vfvalue.cpp | danmar_cppcheck/lib/vfvalue.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 6,250 | C++ | .cpp | 183 | 24.874317 | 114 | 0.554253 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,176 | errorlogger.cpp | danmar_cppcheck/lib/errorlogger.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 34,532 | C++ | .cpp | 807 | 35.221809 | 187 | 0.596918 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,177 | vf_bailout.cpp | danmar_cppcheck/lib/vf_bailout.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 1,638 | C++ | .cpp | 36 | 41.388889 | 203 | 0.703379 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,178 | vf_symbolicinfer.cpp | danmar_cppcheck/lib/vf_symbolicinfer.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 3,355 | C++ | .cpp | 86 | 29.232558 | 110 | 0.580625 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,179 | vf_symbolicoperators.cpp | danmar_cppcheck/lib/vf_symbolicoperators.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 6,578 | C++ | .cpp | 154 | 26.993506 | 111 | 0.46649 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,180 | cppcheck.cpp | danmar_cppcheck/lib/cppcheck.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 80,065 | C++ | .cpp | 1,679 | 37.369267 | 262 | 0.599124 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,181 | astutils.cpp | danmar_cppcheck/lib/astutils.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 143,541 | C++ | .cpp | 3,479 | 32.616269 | 222 | 0.575789 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
26,182 | vf_globalconstvar.cpp | danmar_cppcheck/lib/vf_globalconstvar.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,366 | C++ | .cpp | 61 | 31.065574 | 100 | 0.593736 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,183 | addoninfo.cpp | danmar_cppcheck/lib/addoninfo.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 6,547 | C++ | .cpp | 160 | 33.35625 | 143 | 0.581618 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,184 | vf_arraybool.cpp | danmar_cppcheck/lib/vf_arraybool.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,983 | C++ | .cpp | 79 | 29.734177 | 108 | 0.588885 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,185 | vf_rightshift.cpp | danmar_cppcheck/lib/vf_rightshift.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 5,334 | C++ | .cpp | 123 | 32.634146 | 144 | 0.560647 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,186 | vf_pointeralias.cpp | danmar_cppcheck/lib/vf_pointeralias.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 2,058 | C++ | .cpp | 55 | 29.8 | 84 | 0.604511 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,187 | vf_analyzers.cpp | danmar_cppcheck/lib/vf_analyzers.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 57,967 | C++ | .cpp | 1,416 | 30.492232 | 184 | 0.56257 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,188 | symboldatabase.cpp | danmar_cppcheck/lib/symboldatabase.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 331,769 | C++ | .cpp | 7,445 | 32.226998 | 197 | 0.513244 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
26,190 | checkcondition.cpp | danmar_cppcheck/lib/checkcondition.cpp | /*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at ... | 90,132 | C++ | .cpp | 1,815 | 37.035262 | 237 | 0.527355 | danmar/cppcheck | 5,720 | 1,444 | 118 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.