Repository Analysis

openbsd/src

Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.

4.3 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of openbsd/src, a C project with 3,832 GitHub stars. SynthScan v2.0 examined 21,483,454 lines of code across 45807 source files, recording 104701 pattern matches distributed across 24 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

4.3
Adjusted Score
4.3
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.8K
Stars
C
Language
21.5M
Lines of Code
45.8K
Files
104.7K
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 56HIGH 127MEDIUM 3199LOW 101319

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 104701 distinct pattern matches across 24 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block99449 hits · 79704 pts
SeverityFileLineSnippetContext
LOWusr.bin/indent/args.c41#include <ctype.h>COMMENT
LOWusr.bin/indent/indent_codes.h41#define postop 6COMMENT
LOWusr.bin/indent/indent_codes.h61#define stmtl 26COMMENT
LOWusr.bin/top/top.c41#include <stdlib.h>COMMENT
LOWusr.bin/top/top.c101COMMENT
LOWusr.bin/top/top.c121#define CMD_user 14COMMENT
LOWusr.bin/top/display.c41 * have minimal (or nonexistent) terminal capabilities.COMMENT
LOWusr.bin/top/screen.c41#include <sys/types.h>COMMENT
LOWusr.bin/top/layout.h41#define x_loadave 33COMMENT
LOWusr.bin/top/machine.c41#include <sys/sched.h>COMMENT
LOWusr.bin/top/commands.c41#include <ctype.h>COMMENT
LOWusr.bin/rpcinfo/rpcinfo.c41#include <sys/socket.h>COMMENT
LOWusr.bin/rusers/rusers.c41 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORCOMMENT
LOWusr.bin/rusers/rusers.c61#include <ifaddrs.h>COMMENT
LOWusr.bin/libtool/LT/Trace.pm1# $OpenBSD: Trace.pm,v 1.5 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/LaLoFile.pm1# $OpenBSD: LaLoFile.pm,v 1.5 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Library.pm1# $OpenBSD: Library.pm,v 1.14 2023/07/08 08:15:32 espie Exp $COMMENT
LOWusr.bin/libtool/LT/LoFile.pm1# $OpenBSD: LoFile.pm,v 1.6 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Exec.pm1# $OpenBSD: Exec.pm,v 1.6 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Util.pm1# $OpenBSD: Util.pm,v 1.7 2023/07/08 08:15:32 espie Exp $COMMENT
LOWusr.bin/libtool/LT/LaFile.pm1# $OpenBSD: LaFile.pm,v 1.25 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Program.pm1# $OpenBSD: Program.pm,v 1.20 2023/07/08 08:15:32 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Archive.pm1# $OpenBSD: Archive.pm,v 1.8 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Getopt.pm1# $OpenBSD: Getopt.pm,v 1.14 2023/07/06 08:29:26 espie Exp $COMMENT
LOWusr.bin/libtool/LT/UList.pm1# ex:ts=8 sw=4:COMMENT
LOWusr.bin/libtool/LT/Mode/Link.pm1# ex:ts=8 sw=4:COMMENT
LOWusr.bin/libtool/LT/Mode/Link.pm521 }COMMENT
LOWusr.bin/libtool/LT/Mode/Link.pm661COMMENT
LOWusr.bin/libtool/LT/Mode/Compile.pm1# ex:ts=8 sw=4:COMMENT
LOWusr.bin/libtool/LT/Mode/Install.pm1# ex:ts=8 sw=4:COMMENT
LOWusr.bin/libtool/LT/Mode/Link/Library.pm1# $OpenBSD: Library.pm,v 1.8 2023/07/08 08:15:32 espie Exp $COMMENT
LOWusr.bin/libtool/LT/Mode/Link/Program.pm1# $OpenBSD: Program.pm,v 1.6 2014/04/20 17:34:26 zhuk Exp $COMMENT
LOWusr.bin/ftp/fetch.c41#include <netinet/in.h>COMMENT
LOWusr.bin/ftp/fetch.c81#define ftp_printf(fp, ...) fprintf(fp, __VA_ARGS__)COMMENT
LOWusr.bin/ftp/small.c61COMMENT
LOWusr.bin/ftp/util.c61 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAYCOMMENT
LOWusr.bin/ftp/util.c81#include <pwd.h>COMMENT
LOWusr.bin/ftp/main.c61COMMENT
LOWusr.bin/ftp/ftp.c61COMMENT
LOWusr.bin/ftp/cookie.c21#include <sys/types.h>COMMENT
LOWusr.bin/ftp/ruserpass.c41#include <stdio.h>COMMENT
LOWusr.bin/ftp/cmds.c61COMMENT
LOWusr.bin/locate/locate/mklocatedb.sh1#!/bin/shCOMMENT
LOWusr.bin/locate/locate/mklocatedb.sh21# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALCOMMENT
LOWusr.bin/locate/locate/locate.h41#define UMLAUT 31 /* a byte < 32 or > 127 follows */COMMENT
LOWusr.bin/locate/locate/locate.c61 * in the standard 'find'.COMMENT
LOWusr.bin/locate/locate/updatedb.sh1#!/bin/shCOMMENT
LOWusr.bin/locate/locate/updatedb.sh21# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALCOMMENT
LOWusr.bin/compress/zopen.c61#include <sys/stat.h>COMMENT
LOWusr.bin/compress/zopen.c141/* Definitions to retain old variable names */COMMENT
LOWusr.bin/compress/zipopen.c21#include <string.h>COMMENT
LOWusr.bin/compress/gzopen.c61#include <sys/stat.h>COMMENT
LOWusr.bin/vi/vi/v_increment.c21#include <limits.h>COMMENT
LOWusr.bin/vi/vi/vi.h61 * The VM_RCM_* flags are single usage, i.e. if you set one, you haveCOMMENT
LOWusr.bin/vi/vi/vi.h301 size_t sc_col; /* 0-N: LOGICAL screen column. */COMMENT
LOWusr.bin/vi/ex/ex.c21#include <errno.h>COMMENT
LOWusr.bin/vi/ex/ex_script.c21#include <sys/time.h>COMMENT
LOWusr.bin/vi/ex/ex.h21#define E_ADDR2 0x00000002 /* Two addresses. */COMMENT
LOWusr.bin/vi/ex/ex.h121 int argc; /* Command: count of arguments. */COMMENT
LOWusr.bin/vi/ex/ex.h141#define E_NOAUTO 0x00002000 /* Don't do autoprint output. */COMMENT
99389 more matches not shown…
Self-Referential Comments1459 hits · 4354 pts
SeverityFileLineSnippetContext
MEDIUMusr.bin/lex/mkskel.sh4# This file is part of flex.COMMENT
MEDIUMregress/usr.bin/mail/send.sh38# Create a fake HOME with a minimal .mailrc.COMMENT
MEDIUMregress/usr.bin/ssh/principals-command.sh20# Create a CA key and a user certificate.COMMENT
MEDIUMregress/usr.bin/ssh/cert-hostkey.sh55# Create a CA key and add it to known hosts. Ed25519 chosen for speed.COMMENT
MEDIUMregress/usr.bin/ssh/cert-hostkey.sh219# Create a CA key and add it to known hostsCOMMENT
MEDIUMregress/usr.bin/ssh/multipubkey.sh12# Create a CA keyCOMMENT
MEDIUMregress/usr.bin/ssh/cert-userkey.sh49# Create a CA keyCOMMENT
MEDIUMregress/usr.bin/ssh/limit-keytype.sh25# Create a CA keyCOMMENT
MEDIUMregress/usr.bin/ssh/cert-file.sh9# Create a CA keyCOMMENT
MEDIUMregress/bin/csh/filec.sh41# Create a fake HOME with a minimal .cshrc and a few files used for completion.COMMENT
MEDIUM…ess/usr.sbin/syslogd/args-dropped-sighup-filesystem.pl1# Create a log file on a file system that can be easily filled.COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-flags.pl6# Create a ktrace dump of the client and check that sendsyslog(2)COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-syscall.pl6# Create a ktrace dump of the client and check that sendsyslog(2)COMMENT
MEDIUM…ss/usr.sbin/syslogd/args-dropped-sigterm-filesystem.pl1# Create a log file on a file system that can be easily filled.COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-native.pl6# Create a ktrace dump of the client and check that sendsyslog(2)COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-nostash.pl7# Create a ktrace dump of the client and check that sendsyslog(2) has failed.COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-console.pl4# Create a ktrace dump of the client and check for sendsyslog.COMMENT
MEDIUMregress/usr.sbin/syslogd/args-dropped-filesystem.pl1# Create a log file on a file system that can be easily filled.COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-dropped.pl7# Create a ktrace dump of the client and check that sendsyslog(2) has failed.COMMENT
MEDIUMregress/usr.sbin/syslogd/args-sendsyslog-fault.pl6# Create a ktrace dump of the client and check that sendsyslog(2) failed.COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh77# This file is dual licensed under the terms of the MIT licenseCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1541# This file is dual licensed under the terms of the MIT licenseCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1559# This file is a library for parsing options in your shell scripts alongCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2800# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2810# This function implements the same check as func_lalib_p withoutCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2833# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2843# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2868# This function is only a basic sanity check; it will hardly flush outCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh3008# Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh7931 # Create the object directory.COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh10512 # Create the old-style object.COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh10532 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUMusr.sbin/nsd/xfrd-disk.c470 fprintf(out, "# This file is written on exit by nsd xfr daemon.\n");CODE
MEDIUMusr.sbin/nsd/xfrd-disk.c471 fprintf(out, "# This file contains secondary zone information:\n");CODE
MEDIUMgnu/usr.bin/binutils-2.17/ltcf-cxx.sh13# This file is free software; you can redistribute it and/or modify itCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh618 # Create a libtool object file (analogous to a ".la" file),COMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh1596 # Create the object directory.COMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh3437 # Create the old-style object.COMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh3466 # Create an invalid libtool object if no PIC, so that we don'tCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltcf-gcj.sh11# This file is free software; you can redistribute it and/or modify itCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltcf-c.sh8# This file is free software; you can redistribute it and/or modify itCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/gprof/bbconv.pl8# This file is part of GNU Binutils.COMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ld/emulparams/tic80coff.sh1# This file is sourced by the genscripts.sh script.COMMENT
MEDIUMgnu/usr.bin/binutils-2.17/etc/texi2pod.pl5# This file is part of GCC.COMMENT
MEDIUMgnu/usr.bin/binutils-2.17/opcodes/cgen.sh6# This file is part of the GNU Binutils and GDB, the GNU debugger.COMMENT
MEDIUMgnu/usr.bin/perl/Makefile.SH284# This file is derived from Makefile.SH. Any changes made here willCOMMENT
MEDIUMgnu/usr.bin/perl/write_buildcustomize.pl94# This file is generated by write_buildcustomize.pl.COMMENT
MEDIUMgnu/usr.bin/perl/makedef.pl3# Create the export list for perl.COMMENT
MEDIUMgnu/usr.bin/perl/cflags.SH63# Create a test source file for testing what options can be fed toCOMMENT
MEDIUMgnu/usr.bin/perl/cflags.SH406# This file is generated by cflags.SHCOMMENT
MEDIUMgnu/usr.bin/perl/autodoc.pl2378 # Create a list of items to compare, initialized with theCOMMENT
MEDIUMgnu/usr.bin/perl/autodoc.pl2426 # Create a bare-bones entry; 'xref-only' marks it as suchCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm145# Create an object from a fileCOMMENT
MEDIUM…u/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm6# This module is free software; you can redistribute it and/or modify it underCOMMENT
MEDIUM…u/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm1148 # Create a string representing an optimized pattern (a la Friedl)COMMENT
MEDIUM…usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm12# This class is unlike ToText.pm et al, because we're NOT paging thruCOMMENT
MEDIUM…/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm3## This module is to be use()'d only by Pod::Simple::TranscodeCOMMENT
MEDIUM….bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm11# This class is meant to thinly emulate bad old Pod::HtmlCOMMENT
MEDIUM…n/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm3780 # This method provides a mechanism to automatically deal withCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Pod-Usage/scripts/pod2usage.PL45# This file is part of "Pod-Usage". Pod-Usage is free software;COMMENT
1399 more matches not shown…
Decorative Section Separators1446 hits · 3986 pts
SeverityFileLineSnippetContext
MEDIUMusr.sbin/unbound/ltmain.sh157# --------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh183# ----------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh192# --------------------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh378# ---------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh523# -------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh572# ---------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh618# ----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh641# --------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh665# ------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh689# ------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh722# -------------------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh734# --------------------------------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh755# ----------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh774# --------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh783# ------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh819# -----------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh832# -----------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh844# -----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh855# ---------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh881# ---------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh929# -------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh967# ------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1057# --------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1073# --------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1138# ----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1218# -----------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1253# ------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1264# ----------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1317# ------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1338# ---------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1368# -----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1393# ------------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1422# ----------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1443# -------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1456# -----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1469# ----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1494# -----------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1511# ---------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1640# -----------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1652# ---------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1669# ------------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1681# ---------------------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1699# ---------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1813# ----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1825# ---------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1858# --------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1879# ---------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh1999# ------------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2028# ----------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2056# ------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2069# ------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2105# -----------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2131# ----------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2144# ------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2164# ------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2221# ------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2245# ----------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2336# ---------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2353 # ---------------------------COMMENT
MEDIUMusr.sbin/unbound/ltmain.sh2375# -------------------------------COMMENT
1386 more matches not shown…
AI Slop Vocabulary312 hits · 842 pts
SeverityFileLineSnippetContext
MEDIUMregress/usr.bin/ssh/channel-timeout.sh6# XXX not comprehensive. Still need -R -L agent X11 forwarding + interactiveCOMMENT
LOWusr.sbin/pkg_add/OpenBSD/UpdateSet.pm188 # Apparently simple, just add the missing partsCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh345# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMusr.sbin/unbound/ltmain.sh5624# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh68# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh2792 # This code stresses the "libraries are programs" paradigm to itsCOMMENT
MEDIUMgnu/usr.bin/binutils-2.17/ltmain.sh3984# Sed substitution that helps us do robust quoting. It backslashifiesCOMMENT
LOWgnu/usr.bin/binutils-2.17/ld/emulparams/elf64hppa.sh11# really is, so we just use the same values that HP's linker uses.COMMENT
MEDIUMgnu/usr.bin/perl/embed.h1170# define utilize(a,b,c,d,e) Perl_utilize(aTHX_ a,b,c,d,e)COMMENT
MEDIUMgnu/usr.bin/perl/Makefile.SH1680# Test via harnessCOMMENT
MEDIUMgnu/usr.bin/perl/TestInit.pm12# t/TEST and t/harness will invoke each test script withCOMMENT
MEDIUMgnu/usr.bin/perl/TestInit.pm101 # (likely) we're being run by t/TEST or t/harness, and we're a testCOMMENT
MEDIUMgnu/usr.bin/perl/utf8.c609#define NO_OVERFLOW 0 /* Definitely doesn't overflow */COMMENT
MEDIUMgnu/usr.bin/perl/utf8.c621#define OVERFLOWS 3 /* Definitely overflows */COMMENT
MEDIUMgnu/usr.bin/perl/autodoc.pl1095 # This will facilitate later doing pattern matching without regardCOMMENT
LOWgnu/usr.bin/perl/autodoc.pl564 # on the platform's Configuration. Currently we just use theCOMMENT
LOWgnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm4300 # just pass through from an external programCOMMENT
LOWgnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc.pm1711 # Don't ever just pass this off to anything like MSWin's "start.exe",COMMENT
LOW…/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm454 # XXX Why not just use basename()? -- SMBCOMMENT
LOW…erl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm117 # We will cheat and just use Getopt::Long. We fool it by puttingCOMMENT
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm167 # can't just use basename($0) here because Win32 path often are aCOMMENT
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl161 # can't just use basename($0) here because Win32 path often are aCOMMENT
LOWgnu/usr.bin/perl/cpan/Term-Cap/Cap.pm692 # Output Routines, if $FH is undefined these just return the stringCOMMENT
LOWgnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm246 ### reading. otherwise, just use what the user requested.COMMENT
LOWgnu/usr.bin/perl/cpan/Term-ReadKey/ReadKey.pm.PL587 # Nothing better seems to exist, so I just use time-of-dayCOMMENT
LOWgnu/usr.bin/perl/cpan/Term-ReadKey/ReadKey.pm.PL608 # Nothing better seems to exist, so I just use time-of-dayCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Term-ReadKey/example/test.pl62# Bad filehandle: IN at ../lib/Term/ReadKey.pm line 377 with \IN and harnessCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm1143 # is_regexp() checks for regexes in a robust manner, say if they'reCOMMENT
LOW…r.bin/perl/cpan/Test-Simple/lib/Test/Tester/Capture.pm25 # Test::Tester::Capgture::new used to just return __PACKAGE__COMMENT
MEDIUM…r.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm350 # re-enable the original setting of the harnessCOMMENT
LOWgnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub.pm471 # If we already failed just return 0.COMMENT
MEDIUMgnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API.pm820 # If the harness is verbose then just display the message for all toCOMMENT
MEDIUM…sr.bin/perl/cpan/Test-Simple/lib/Test2/Plugin/SRand.pm55 # If the harness is verbose then just display the message for all toCOMMENT
MEDIUM…r.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm294 # In a verbose harness we indent the extra since they will appearCOMMENT
MEDIUM…r.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/TAP.pm296 # harness we do not do this because it is less readable.COMMENT
LOWgnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm518 # If in NAME section, just return an ASCII quoted string to avoidCOMMENT
LOWgnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm690# there is no fixed-width text, just return the command followed by theCOMMENT
LOW…/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/Calc.pm145 # Are these tests really necessary? Can't we just use $MAX_BITS? XXXCOMMENT
MEDIUM…u/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl25 # harness behave identically on an EBCDIC platform.COMMENT
LOWgnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm13# Create some dummy subs that just return their arguments.COMMENT
LOW…/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm43# Define some subs that all just return their argumentsCOMMENT
LOWgnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm1430 # For non-lexical subs, we can just use this cache directlyCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm1352#pod will not open this file. Cannot be used in conjunction withCOMMENT
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm299# "open" => if true open the temp file, else just return the nameCOMMENT
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm629 # Alternatively, could simply set $ignore to length($path)-1COMMENT
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm1933#pod If this is a problem, simply use mkstemp() and specify a template.COMMENT
LOW…usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ANSIColor.pm254# if the variable NO_COLOR is set, just return the arguments without addingCOMMENT
LOW…usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ANSIColor.pm276 # If colors are disabled, just return the input. Do this withoutCOMMENT
LOW…usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ANSIColor.pm288 # Save the current value of $@. We can't just use local since we want toCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm336 # harness executes.COMMENT
MEDIUM…t-Harness/lib/TAP/Formatter/Console/ParallelSession.pm21 # Horrid bodge. This creates our shared context per harness. MaybeCOMMENT
LOWgnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm421 ### and the user is already informed, just return...COMMENT
LOWgnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm23# To support new constants, just add them to @EXPORT_OKCOMMENT
LOWgnu/usr.bin/perl/cpan/Time-Piece/Piece.pm823 #weird just use originalCOMMENT
MEDIUMgnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL463 # Using a -L prefix is the preferred option (faster and more robust)COMMENT
LOWgnu/usr.bin/perl/ext/Pod-Functions/Makefile.PL21# rules, then we can't simply add a one line dependency. So we need to provideCOMMENT
LOWgnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm181 #XXX should we just return the value from cacheout_open, no croak?COMMENT
MEDIUMgnu/usr.bin/perl/ext/XS-APItest/t/utf8_warn_base.pl787# comprehensive test of the decoding routine. This test assumes the routineCOMMENT
MEDIUMgnu/usr.bin/perl/t/test.pl33# This is 'our' to enable harness to account for TODO-ed tests inCOMMENT
LOWgnu/usr.bin/perl/t/test.pl2038 # If everything above fails, then just use an alarm timeoutCOMMENT
252 more matches not shown…
Hallucination Indicators56 hits · 828 pts
SeverityFileLineSnippetContext
CRITICALgnu/llvm/clang/lib/Headers/__clang_cuda_builtin_vars.h26// %0 = call i32 @llvm.nvvm.read.ptx.sreg.tid.x() #3COMMENT
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSDate.py227 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSData.py109 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/CFBag.py100 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSIndexSet.py136 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSMachPort.py100 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/CFBinaryHeap.py97 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/CFDictionary.py190 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSSet.py213 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/CFArray.py178 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/CFBitVector.py152 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/Class.py15 runtime = lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSBundle.py104 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSException.py103 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSURL.py117 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICAL…u/llvm/lldb/examples/summaries/cocoa/NSNotification.py86 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/lldb/examples/summaries/cocoa/NSNumber.py238 ) = lldb.runtime.objc.objc_runtime.Utilities.prepare_class_detection(CODE
CRITICALgnu/llvm/llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp129// %input1.gen = call ptr @llvm.nvvm.ptr.param.to.gen.p0.p101(ptr addrspace(101) %input1)COMMENT
CRITICAL…lvm/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp3667 // llvm.spv.flattened.thread.id.in.group() intrinsic in LLVM IR for SPIR-VCOMMENT
CRITICAL…m/llvm/lib/Target/Hexagon/HexagonOptimizeSZextends.cpp90 // %34 = tail call i32 @llvm.hexagon.A2.addh.l16.sat.ll(i32 %x, i32 %y)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp134 // %117 = call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 xCOMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp950// %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector.v256i32(x86_amx %42)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp981// %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp1026// %19 = tail call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 x i32> zeroinitializer)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp1050 // %43 = call <256 x i32> @llvm.x86.cast.tile.to.vector(x86_amx %42)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp1069 // %19 = tail call x86_amx @llvm.x86.cast.vector.to.tile.v256i32(<256 x i32> zeroinitializer)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/X86/X86LowerAMXType.cpp1081 // %66 = call x86_amx @llvm.x86.cast.vector.to.tile(<256 x i32> %65)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp42// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp43// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 1, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp44// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 2, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp45// call float @llvm.amdgcn.image.load.2dmsaa.f32.i32(i32 1, i32 %s, i32 %t, i32 3, <8 x i32> %rsrc, i32 0, i32 0)COMMENT
CRITICAL…vm/lib/Target/AMDGPU/AMDGPUImageIntrinsicOptimizer.cpp47// call <4 x float> @llvm.amdgcn.image.msaa.load.2dmsaa.v4f32.i32(i32 1, i32 %s, i32 %t, i32 0, <8 x i32> %rsrc, i32 0,COMMENT
CRITICAL…lvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp213// %a = call @llvm.amdgcn.raw.ptr.buffer.load(ptr addrspace(8) %x.rsrc, i32COMMENT
CRITICAL…lvm/lib/Target/AMDGPU/AMDGPULowerBufferFatPointers.cpp215// %b = call @llvm.amdgcn.raw.ptr.buffer.load(ptr addrspace(8)COMMENT
CRITICAL…/llvm/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp206/// %ld2 = { <4 x i32>, <4 x i32> } call llvm.riscv.seg2.load.v4i32.p0.i64(COMMENT
CRITICAL…/llvm/llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp276/// call void llvm.riscv.seg3.store.v4i32.p0.i64(%sub.v0, %sub.v1, %sub.v2,COMMENT
CRITICALgnu/llvm/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp86/// %2 = <vscale x 16 x i1> call @llvm.aarch64.sve.convert.to.svbool.nxv4i1(<vscale x 4 x i1> %1)COMMENT
CRITICALgnu/llvm/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp87/// %3 = <vscale x 8 x i1> call @llvm.aarch64.sve.convert.from.svbool.nxv8i1(<vscale x 16 x i1> %2)COMMENT
CRITICAL…u/llvm/llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp521 // Remove calls to @llvm.objc.clang.arc.noop.use(...).COMMENT
CRITICALgnu/llvm/llvm/lib/Transforms/IPO/OpenMPOpt.cpp2951 // Match: 0 == llvm.nvvm.read.ptx.sreg.tid.x()COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp5769 // <16 x i32> @llvm.x86.avx512.pmaddw.d.512(<32 x i16>, <32 x i16>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp5772 // < 8 x i16> @llvm.x86.ssse3.pmadd.ub.sw.128(<16 x i8>, <16 x i8>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp5773 // <16 x i16> @llvm.x86.avx2.pmadd.ub.sw(<32 x i8>, <32 x i8>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp5774 // <32 x i16> @llvm.x86.avx512.pmaddubs.w.512(<64 x i8>, <64 x i8>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp2794 /// e.g., <2 x i32> @llvm.aarch64.neon.saddlp.v2i32.v4i16(<4 x i16>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3440 /// e.g., <4 x i32> @llvm.aarch64.neon.fcvtpu.v4i32.v4f32(<4 x float>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3441 /// i32 @llvm.aarch64.neon.fcvtms.i32.f64(double)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp3463 /// e.g., <16 x i8> @llvm.x86.avx512.mask.pmov.qb.512(<8 x i64>, ...)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4097 // e.g., declare i32 @llvm.aarch64.neon.uaddv.i32.v16i8(<16 x i8>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4112 // e.g., call float @llvm.vector.reduce.fadd.f32.v2f32(float %a0, <2 x float>COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4401 // e.g., void @llvm.x86.avx.maskstore.ps.256(ptr, <8 x i32>, <8 x float>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp4465 // e.g., <8 x float> @llvm.x86.avx.maskload.ps.256(ptr, <8 x i32>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp5197 // call {<8 x i8>, <8 x i8>} @llvm.aarch64.neon.ld2.v8i8.p0(ptr %A)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp5799 // <1 x i64> @llvm.x86.ssse3.pmadd.ub.sw(<1 x i64>, <1 x i64>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp6298 // llvm.x86.ssse3.pshuf.b.128(<16 x i8>, <16 x i8>)COMMENT
CRITICAL…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp6300 // llvm.x86.avx512.pshuf.b.512(<64 x i8>, <64 x i8>)COMMENT
Unused Imports606 hits · 605 pts
SeverityFileLineSnippetContext
LOWregress/sbin/slaacd/IfInfo.py18CODE
LOWregress/sbin/slaacd/sniff_sol.py20CODE
LOWregress/sbin/slaacd/process_ra.py6CODE
LOWregress/sbin/slaacd/process_ra.py8CODE
LOWregress/sys/kern/sosplice/scapy/scapy-delay-synack.py7CODE
LOWregress/sys/kern/sosplice/scapy/scapy-delay-synack.py8CODE
LOWregress/sys/kern/sosplice/scapy/scapy-payload.py7CODE
LOWregress/sys/kern/sosplice/scapy/scapy-payload.py8CODE
LOW…sys/kern/sosplice/scapy/scapy-payload-delay-connect.py8CODE
LOW…sys/kern/sosplice/scapy/scapy-payload-delay-connect.py9CODE
LOWregress/sys/kern/sosplice/scapy/scapy-handshake.py7CODE
LOWregress/sys/kern/sosplice/scapy/scapy-handshake.py8CODE
LOWregress/sys/kern/sosplice/scapy/scapy-oobinline.py7CODE
LOWregress/sys/kern/sosplice/scapy/scapy-oobinline.py8CODE
LOW…gress/sys/kern/sosplice/scapy/scapy-delay-oobinline.py7CODE
LOW…gress/sys/kern/sosplice/scapy/scapy-delay-oobinline.py8CODE
LOW…s/kern/sosplice/scapy/scapy-oobinline-delay-connect.py8CODE
LOW…s/kern/sosplice/scapy/scapy-oobinline-delay-connect.py9CODE
LOWregress/sys/net/pf_forward/ping6_mtu.py6CODE
LOWregress/sys/net/pf_forward/ping6_mtu.py7CODE
LOWregress/sys/net/pf_forward/ping_mtu.py5CODE
LOWregress/sys/net/pf_forward/ping_mtu.py6CODE
LOWregress/sys/net/pf_opts/icmp6.py8CODE
LOWregress/sys/net/pf_opts/icmp6.py9CODE
LOWregress/sys/net/pf_opts/icmp6_dst.py8CODE
LOWregress/sys/net/pf_opts/icmp6_dst.py9CODE
LOWregress/sys/net/pf_opts/icmp6_hop_pad.py8CODE
LOWregress/sys/net/pf_opts/icmp6_hop_pad.py9CODE
LOWregress/sys/net/pf_opts/icmp_bad.py8CODE
LOWregress/sys/net/pf_opts/icmp_bad.py9CODE
LOWregress/sys/net/pf_opts/icmp_eol.py8CODE
LOWregress/sys/net/pf_opts/icmp_eol.py9CODE
LOWregress/sys/net/pf_opts/icmp6_hop_ra.py8CODE
LOWregress/sys/net/pf_opts/icmp6_hop_ra.py9CODE
LOWregress/sys/net/pf_opts/icmp_pad.py8CODE
LOWregress/sys/net/pf_opts/icmp_pad.py9CODE
LOWregress/sys/net/pf_opts/igmp_ra.py8CODE
LOWregress/sys/net/pf_opts/igmp_ra.py9CODE
LOWregress/sys/net/pf_opts/igmp_ra.py10CODE
LOWregress/sys/net/pf_opts/icmp6_hop_bad.py8CODE
LOWregress/sys/net/pf_opts/icmp6_hop_bad.py9CODE
LOWregress/sys/net/pf_opts/icmp6_hop_max.py8CODE
LOWregress/sys/net/pf_opts/icmp6_hop_max.py9CODE
LOWregress/sys/net/pf_opts/icmp_ra.py8CODE
LOWregress/sys/net/pf_opts/icmp_ra.py9CODE
LOWregress/sys/net/pf_opts/icmp6_mld_ra.py8CODE
LOWregress/sys/net/pf_opts/icmp6_mld_ra.py9CODE
LOWregress/sys/net/pf_opts/icmp6_hop.py8CODE
LOWregress/sys/net/pf_opts/icmp6_hop.py9CODE
LOWregress/sys/net/pf_opts/icmp.py8CODE
LOWregress/sys/net/pf_opts/icmp.py9CODE
LOWregress/sys/net/pf_opts/icmp_max.py8CODE
LOWregress/sys/net/pf_opts/icmp_max.py9CODE
LOWregress/sys/net/pf_opts/icmp6_mld_bad.py8CODE
LOWregress/sys/net/pf_opts/icmp6_mld_bad.py9CODE
LOWregress/sys/net/pf_opts/igmp_bad.py8CODE
LOWregress/sys/net/pf_opts/igmp_bad.py9CODE
LOWregress/sys/net/pf_opts/igmp_bad.py10CODE
LOWregress/sys/net/pf_fragment/frag6_cutold.py11CODE
LOWregress/sys/net/pf_fragment/frag6_cutold.py12CODE
546 more matches not shown…
Verbosity Indicators185 hits · 303 pts
SeverityFileLineSnippetContext
LOWgnu/usr.bin/binutils-2.17/bfd/ecoff.c4303 /* We need to check if this symbol is being stripped. */COMMENT
LOWgnu/usr.bin/binutils-2.17/bfd/elflink.c1392 /* We are overridden by an old definition. We need to check if weCOMMENT
LOWgnu/usr.bin/perl/utf8.c1891 /* Otherwise, we need to check if it actually is problematic.COMMENT
LOWgnu/usr.bin/perl/regcomp.c6714 /* We need to check if the next non-ignored thing is aCOMMENT
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm867# To test if the connection is still good, we need to check if anyCOMMENT
LOWgnu/usr.bin/perl/lib/perl5db.pl1372This section handles the restart command. When the C<R> command is invoked, itCODE
LOWgnu/usr.bin/binutils/gdb/alphafbsd-tdep.c44 /* We need to check if this struct/union is "integer" like. ForCOMMENT
LOWgnu/usr.bin/binutils/gdb/dbxread.c781/* This variable stores a global stabs buffer, if we read stabs intoCOMMENT
LOWgnu/usr.bin/binutils/gdb/breakpoint.c7676 /* When enabling a pending breakpoint, we need to check if the breakpointCOMMENT
LOW…sr.bin/binutils/gdb/testsuite/gdb.arch/i386-prologue.c98/* The purpose of this function is to verify that, during prologueCOMMENT
LOW…binutils/gdb/testsuite/gdb.arch/powerpc-aix-prologue.c31 The purpose of this function is to verify that GDB does notCODE
LOWgnu/usr.bin/binutils/bfd/elflink.h1072 /* We are overridden by an old defition. We need to check if weCOMMENT
LOWgnu/usr.bin/binutils/bfd/ecoff.c4392 /* We need to check if this symbol is being stripped. */COMMENT
LOWgnu/usr.bin/binutils/bfd/elflink.c1207 /* We are overridden by an old definition. We need to check if weCOMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp170 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp177 // Step 3: Convert to a decimal power base using 64-bit arithmetic.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp239 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp421 // Step 5: Print the decimal representation.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp666 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp197 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp205 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp264 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp357 // Step 5: Print the decimal representation.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp706 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWgnu/llvm/clang/include/clang/Sema/Sema.h10009 /// The set of instantiations we need to check if they references TU-localCOMMENT
LOW…lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp775// Step 1: A switch statement fills a vector with scalar base types for theCOMMENT
LOW…lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp778// Step 2: Qualifiers and other type properties such as vector size areCOMMENT
LOWgnu/llvm/clang/lib/Analysis/UnsafeBufferUsage.cpp2255 // used. So we need to check if those arguments exist. Moreover, whenCOMMENT
LOWgnu/llvm/clang/lib/Lex/PPDirectives.cpp324 // We need to check if `Candidates` has the exact case-insensitive stringCOMMENT
LOWgnu/llvm/clang/lib/Sema/HeuristicResolver.cpp479 // The purpose of this function is to handle the dependent (Kind ==COMMENT
LOW…vm/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp1242 // so we need to check if it is in range [0, 255].COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp271 // Step 2: generate node with bound return value: CEBNode -> BindedRetNode.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp343 // Step 3: BindedRetNode -> CleanedNodesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp378 // Step 4: Generate the CallExit and leave the callee's context.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp389 // Step 5: Perform the post-condition check of the CallExpr and enqueue theCOMMENT
LOWgnu/llvm/clang/lib/CodeGen/CGOpenMPRuntime.cpp8046 // We need to check if we will be encountering any MEs. If we do notCOMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/M68k.cpp38 // Step 1: Set ISR calling convention.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/M68k.cpp41 // Step 2: Add attributes goodness.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/M68k.cpp44 // Step 3: Emit ISR vector alias.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/MSP430.cpp86 // Step 1: Set ISR calling convention.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/MSP430.cpp89 // Step 2: Add attributes goodness.COMMENT
LOWgnu/llvm/clang/lib/AST/ASTImporter.cpp2420 // If we have a field that is an ArrayType we need to check if the arrayCOMMENT
LOW…llvm/lldb/include/lldb/Breakpoint/BreakpointResolver.h105 /// This section handles serializing and deserializing from StructuredDataCOMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp147 // Step 1:COMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp160 // Step 2:COMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp171 // Step 3:COMMENT
LOW…rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp189 // Step 4:COMMENT
LOW…db/source/Plugins/Architecture/Arm/ArchitectureArm.cpp47 // We need to check if we are stopped in Thumb mode in a IT instruction andCOMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp298 // Step 1: Try with the exact file name.COMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp302 // Step 2: Try with the file name in lowercase.COMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp307 // Step 3: Try with the file name with ".debug" suffix stripped.COMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp312 // Step 4: Try with the file name in lowercase with ".debug" suffixCOMMENT
LOWgnu/llvm/lldb/source/Symbol/Variable.cpp242 // We need to check if the address is valid for both scope range and valueCOMMENT
LOWgnu/llvm/lldb/source/Expression/REPL.cpp273 // We typed "quit" or an alias to quit so we need to check if theCOMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp42 // Step 1: Randomize the order of the optimizer passes.COMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp47 // Step 2: Run optimizer passes on the program and check for success.COMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp63 // Step 3: Compile the optimized code.COMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp74 // Step 4: Run the program and compare its output to the referenceCOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h630 // Step 1: Word[0] >>= 4 ; 0x0ABBCCDDCOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h631 // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDDCOMMENT
125 more matches not shown…
Hyper-Verbose Identifiers264 hits · 256 pts
SeverityFileLineSnippetContext
LOWregress/usr.bin/ssh/unittests/sshsig/webauthn.html745function toggleNamespaceVisibility() {CODE
LOWregress/sbin/slaacd/process_ra.py35 def test_number_addr_proposals(self):CODE
LOWregress/sbin/slaacd/process_ra.py38 def test_number_def_router_proposals(self):CODE
LOWregress/sbin/slaacd/process_ra.py42 def test_number_rdns_proposals(self):CODE
LOWregress/sbin/slaacd/process_ra.py46 def test_number_rdns_proposals_rnds(self):CODE
LOWgnu/llvm/libcxx/utils/adb_run.py212def connect_to_job_limiter_server(sock_addr: str) -> None:CODE
LOW…libcxx/utils/generate_feature_test_macro_components.py1514def produce_macros_definition_for_std(std):CODE
LOW…libcxx/utils/generate_feature_test_macro_components.py1539def produce_macros_definitions():CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py131def _typename_for_nth_generic_argument(gdb_type, n):CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py145def _typename_with_n_generic_arguments(gdb_type, n):CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py158def _typename_with_first_generic_argument(gdb_type):CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py1015def _register_libcxx_printers(event):CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py1032def _unregister_libcxx_printers(event):CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py1042def register_libcxx_printer_loader():CODE
LOWgnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py898 def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid):CODE
LOW…lvm/clang/tools/include-mapping/cppreference_parser.py196def signal_ignore_initializer():CODE
LOWgnu/llvm/clang/tools/scan-view/share/startfile.py157 def detect_desktop_environment():CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py232class ScanViewRequestHandler(SimpleHTTPRequestHandler):CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/intercept.py148def intercept_compiler_wrapper():CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/intercept.py154def intercept_compiler_wrapper_impl(_, execution):CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py31def parse_args_for_intercept_build():CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py48def parse_args_for_analyze_build():CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py64def parse_args_for_scan_build():CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py80def normalize_args_for_analyze(args, from_build_command):CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py113def validate_args_for_analyze(parser, args, from_build_command):CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py497def parser_add_prefer_wrapper(parser):CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py158def create_global_ctu_extdef_map(extdef_map_lines):CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py195 def generate_extdef_map_lines(extdefmap_dir):CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py331def analyze_compiler_wrapper_impl(result, execution):CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py632def extdef_map_list_src_to_ast(extdef_src_list):CODE
LOW…scan-build-py/lib/libscanbuild/resources/selectable.js10function CopyCheckedStateToCheckButtons(SummaryCheckButton) {CODE
LOWgnu/llvm/clang/utils/aarch64_builtins_test_generator.py78def parse_builtin_declaration(decl: str) -> Tuple[str, List[str]]:CODE
LOWgnu/llvm/clang/utils/aarch64_builtins_test_generator.py245def emit_streaming_guard_run_lines(ctx: BuiltinContext) -> str:CODE
LOWgnu/llvm/clang/utils/aarch64_builtins_test_generator.py302def emit_streaming_guard_function(CODE
LOWgnu/llvm/clang/utils/aarch64_builtins_test_generator.py419def gen_streaming_guard_tests(mode: Mode, json_path: Path, out_dir: Path) -> None:CODE
LOWgnu/llvm/clang/utils/reduce-clang-crash.py203 def write_interestingness_test(self):CODE
LOWgnu/llvm/clang/utils/check_cfc/test_check_cfc.py17 def test_remove_dir_from_path(self):CODE
LOWgnu/llvm/clang/utils/analyzer/SATestBuild.py284 def _single_threaded_test_all(self, projects_to_test: List[TestInfo]) -> bool:CODE
LOWgnu/llvm/clang/utils/analyzer/SATestBuild.py806def cleanup_reference_results(output_dir: str):CODE
LOWgnu/llvm/clang/utils/analyzer/SATestBuild.py900def normalize_reference_results(directory: str, output_dir: str, build_mode: int):CODE
LOWgnu/llvm/clang/utils/analyzer/SATestUtils.py46def is_valid_single_input_file(file_name: str) -> bool:CODE
LOW…u/llvm/clang/utils/analyzer/exploded-graph-rewriter.py731 def visit_environment_in_state(self, selector, title, s, prev_s=None):CODE
LOW…u/llvm/clang/utils/analyzer/exploded-graph-rewriter.py843 def visit_generic_map_in_state(self, selector, title, s, prev_s=None):CODE
LOW…u/llvm/clang/utils/analyzer/exploded-graph-rewriter.py900 def visit_checker_messages_in_state(self, s, prev_s=None):CODE
LOWgnu/llvm/clang/utils/analyzer/CmpRuns.py309def load_results_from_single_run(CODE
LOWgnu/llvm/clang/utils/analyzer/CmpRuns.py569def dump_scan_build_results_diff(CODE
LOW…lvm/clang/docs/tools/generate_analyzer_options_docs.py229def defaults_to_rst_paragraph(defaults):CODE
LOW…lvm/clang/docs/tools/generate_analyzer_options_docs.py241def macro_call_to_rst_paragraphs(macro_call):CODE
LOWgnu/llvm/clang/docs/tools/generate_formatted_state.py11def get_git_revision_short_hash():CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2247 def get_num_template_arguments(self) -> int:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2252 def get_template_argument_kind(self, num: int) -> TemplateArgumentKind:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2260 def get_template_argument_type(self, num: int) -> Type:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2267 def get_template_argument_value(self, num: int) -> int:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2272 def get_template_argument_unsigned_value(self, num: int) -> int:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py1685 def is_converting_constructor(self) -> bool:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py1719 def is_copy_assignment_operator_method(self) -> bool:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py1745 def is_move_assignment_operator_method(self) -> bool:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2082 def exception_specification_kind(self) -> ExceptionSpecificationKind:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2410 def from_non_null_cursor_result(res: Cursor, arg: Cursor | Type) -> Cursor:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py2786 def get_num_template_arguments(self) -> int:CODE
204 more matches not shown…
Structural Annotation Overuse149 hits · 247 pts
SeverityFileLineSnippetContext
LOWgnu/usr.bin/perl/t/test.pl363# WARNING: This function should only be used for diagnostic purposes, itCOMMENT
LOWgnu/usr.bin/perl/regen/charset_translations.pl5# WARNING: This must be kept in sync with the UTF8_MAXBYTES value inCOMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp170 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp177 // Step 3: Convert to a decimal power base using 64-bit arithmetic.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp239 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp421 // Step 5: Print the decimal representation.COMMENT
LOWgnu/llvm/libcxx/src/ryu/f2s.cpp666 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp197 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp205 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp264 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp357 // Step 5: Print the decimal representation.COMMENT
LOWgnu/llvm/libcxx/src/ryu/d2s.cpp706 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWgnu/llvm/compiler-rt/include/xray/xray_log_interface.h205/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOWgnu/llvm/compiler-rt/include/xray/xray_log_interface.h255/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOWgnu/llvm/compiler-rt/lib/scudo/standalone/vector.h23// NOTE: This class is not meant to be used directly, use Vector<T> instead.COMMENT
LOWgnu/llvm/clang/INSTALL.txt8// Step 1: OrganizationCOMMENT
LOWgnu/llvm/clang/INSTALL.txt21// Step 2: Configure and Build LLVMCOMMENT
LOWgnu/llvm/clang/INSTALL.txt40// Step 4: Install ClangCOMMENT
LOW…ang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h424 /// NOTE: This method relies on heuristics; extend it if you need to handle aCOMMENT
LOW…cAnalyzer/Core/PathSensitive/RangedConstraintManager.h250 /// NOTE: This function is NOT self-inverse for truncations, because ofCOMMENT
LOW…cAnalyzer/Core/PathSensitive/RangedConstraintManager.h274 /// NOTE: This function relies on the fact that all values in theCOMMENT
LOW…lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp775// Step 1: A switch statement fills a vector with scalar base types for theCOMMENT
LOW…lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp778// Step 2: Qualifiers and other type properties such as vector size areCOMMENT
LOW…lang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp251// NOTE: This function is the "heart" of this checker. It simplifiesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp271 // Step 2: generate node with bound return value: CEBNode -> BindedRetNode.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp343 // Step 3: BindedRetNode -> CleanedNodesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp378 // Step 4: Generate the CallExit and leave the callee's context.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp389 // Step 5: Perform the post-condition check of the CallExpr and enqueue theCOMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/M68k.cpp38 // Step 1: Set ISR calling convention.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/M68k.cpp41 // Step 2: Add attributes goodness.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/M68k.cpp44 // Step 3: Emit ISR vector alias.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/MSP430.cpp86 // Step 1: Set ISR calling convention.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/Targets/MSP430.cpp89 // Step 2: Add attributes goodness.COMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h82 /// NOTE: This function is NOT thread safe. Use the read functionCOMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h97 /// NOTE: This function is NOT thread safe. Use the write functionCOMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h163 /// NOTE: This function is NOT thread safe, other threads thatCOMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h183 /// NOTE: This function is NOT thread safe, other threads thatCOMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h203 /// NOTE: This function is NOT thread safe, other threads thatCOMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h224 /// NOTE: This function is thread safe in that clients manager theirCOMMENT
LOWgnu/llvm/lldb/include/lldb/Host/File.h247 /// NOTE: This function is thread safe in that clients manager theirCOMMENT
LOWgnu/llvm/lldb/include/lldb/Target/Thread.h1198 // NOTE: This function must be called before the current thread plan isCOMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp298 // Step 1: Try with the exact file name.COMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp302 // Step 2: Try with the file name in lowercase.COMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp307 // Step 3: Try with the file name with ".debug" suffix stripped.COMMENT
LOW…/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp312 // Step 4: Try with the file name in lowercase with ".debug" suffixCOMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp42 // Step 1: Randomize the order of the optimizer passes.COMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp47 // Step 2: Run optimizer passes on the program and check for success.COMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp63 // Step 3: Compile the optimized code.COMMENT
LOWgnu/llvm/llvm/tools/bugpoint/FindBugs.cpp74 // Step 4: Run the program and compare its output to the referenceCOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h630 // Step 1: Word[0] >>= 4 ; 0x0ABBCCDDCOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h631 // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDDCOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h632 // Step 3: Word[1] >>= 4 ; 0x0EEFF001COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h633 // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h634 // Step 5: Word[2] >>= 4 ; 0x02334455COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h680 // Step 1: Word[2] <<= 4 ; 0x23344550COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h681 // Step 2: Word[2] |= 0x0000000E ; 0x2334455ECOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h682 // Step 3: Word[1] <<= 4 ; 0xEFF00110COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h683 // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011ACOMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/BitVector.h684 // Step 5: Word[0] <<= 4 ; 0xABBCCDD0COMMENT
LOWgnu/llvm/llvm/include/llvm/Transforms/Utils/Cloning.h209/// NOTE: This function doesn't clone !llvm.dbg.cu when cloning into a differentCOMMENT
89 more matches not shown…
Synthetic Comment Markers33 hits · 245 pts
SeverityFileLineSnippetContext
HIGHusr.bin/ssh/libcrux_internal.h619 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h4003 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h8546 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h9020 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h15746 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h15873 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h20517 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h20690 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h20878 * This code was generated with the following revisions:COMMENT
HIGHusr.bin/ssh/libcrux_internal.h21051 * This code was generated with the following revisions:COMMENT
HIGHgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm2484#pod Default is for files to be removed as requested by the caller.COMMENT
HIGHgnu/llvm/compiler-rt/lib/asan/asan_rtl.cpp519// Initialize as requested from some part of ASan runtime library (interceptors,COMMENT
HIGHgnu/llvm/compiler-rt/lib/asan/asan_rtl.cpp634// Initialize as requested from instrumented application code.COMMENT
HIGHgnu/llvm/compiler-rt/lib/memprof/memprof_rtl.cpp242// Initialize as requested from some part of MemProf runtime libraryCOMMENT
HIGHgnu/llvm/compiler-rt/lib/memprof/memprof_rtl.cpp263// Initialize as requested from instrumented application code.COMMENT
HIGHgnu/llvm/compiler-rt/lib/scudo/standalone/combined.h1053 // Return the size of a chunk as requested during its allocation.COMMENT
HIGHgnu/llvm/compiler-rt/lib/scudo/standalone/common.h161// as many bytes as requested, and avoid interruptions (on Linux).COMMENT
HIGHgnu/llvm/clang/lib/Sema/SemaOverload.cpp16730 // diagnostic, as requested.COMMENT
HIGH…/lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp64 // Protections are already set as requested...COMMENT
HIGH…db/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp8881 // enumeration string value, else just display it as requested.COMMENT
HIGHgnu/llvm/lldb/source/Target/StackFrameList.cpp684 // GetFramesUpTo will fill m_frames with as many frames as you asked for, ifCOMMENT
HIGHgnu/llvm/lldb/source/Target/Target.cpp2050 // If we read from the file cache but can't get as many bytes as requested,COMMENT
HIGH…vm/llvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp389// c) set as requested.COMMENT
HIGHgnu/llvm/llvm/lib/Target/M68k/M68kInstrInfo.cpp212 // Otherwise preserve TBB, FBB and Cond as requestedCOMMENT
HIGHgnu/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.cpp4035 // ByVal parameters are aligned as requested.COMMENT
HIGH…ib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp116// Forward declare these because the auto-generated code will reference them.COMMENT
HIGH…vm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp203 // We are properly aligned, so write NOPs as requested.COMMENT
HIGH…/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp516 // We are properly aligned, so write NOPs as requested.COMMENT
HIGHgnu/llvm/llvm/lib/Target/BPF/BTFDebug.cpp1369/// On-demand populate types as requested from abstract memberCOMMENT
HIGHgnu/llvm/llvm/lib/CodeGen/ExpandVectorPredication.cpp201 /// Expand llvm.vp.* intrinsics as requested by \p TTI.COMMENT
HIGHgnu/llvm/llvm/lib/Transforms/IPO/Attributor.cpp2597 // Rewrite the functions as requested during manifest.COMMENT
HIGHsys/sys/mman.h57#define MAP_FIXED 0x0010 /* map addr must be exactly as requested */COMMENT
HIGHsys/dev/pci/drm/amd/pm/swsmu/inc/smu_v14_0_2_pptable.h169 PPTable_t smc_pptable; // PPTable_t in driver_if.h -- as requested by PMFW, this offset shoCODE
Cross-Language Confusion44 hits · 244 pts
SeverityFileLineSnippetContext
HIGHgnu/llvm/libcxx/utils/adb_run.py135 " if command -v env >/dev/null; then"CODE
HIGH…libcxx/utils/generate_feature_test_macro_components.py456 "test_suite_guard": "TEST_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delCODE
HIGH…libcxx/utils/generate_feature_test_macro_components.py457 "libcxx_guard": "_LIBCPP_STD_VER >= 20 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delCODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/format.py146 script += ["%dbg(SETUP) cd %S && cp {} %T".format(dep)]CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py436 if (ptr >= exe && ptr <= exeend)CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py488 if (tempPathRet == 0 || tempPathRet > MAX_PATH) {CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py599 "_target-has-llvm-17 || target={{.+}}-apple-macosx{{14.[0-3](.0)?}}",CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py606 "_target-has-llvm-16 || target={{.+}}-apple-macosx{{13.[4-9](.0)?}}",CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py620 "_target-has-llvm-14 || target={{.+}}-apple-macosx{{13.[0-3](.0)?}}",CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py627 "_target-has-llvm-13 || target={{.+}}-apple-macosx{{12.[3-9](.0)?}}",CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py634 "_target-has-llvm-12 || target={{.+}}-apple-macosx{{(11.[0-9]|12.[0-2])(.0)?}}",CODE
HIGHgnu/llvm/libcxx/utils/libcxx/test/features.py648 "_target-has-llvm-10 || target={{.+}}-apple-macosx{{10.15(.0)?}}",CODE
HIGHgnu/llvm/clang/tools/scan-view/share/ScanView.py43 if (req != undefined) {STRING
HIGHgnu/llvm/clang/utils/reduce-clang-crash.py222 output += "grep -F %s t.log || exit 1\n" % shlex.quote(msg)STRING
HIGHgnu/llvm/clang/utils/check_cfc/check_cfc.py12 e.g. cp check_cfc.py clang && cp check_cfc.py clang++STRING
HIGHgnu/llvm/clang/utils/ABITest/ABITestGen.py71 print(" if (index == -1 || index == %d)" % i, file=self.output)CODE
HIGHgnu/llvm/clang/utils/ABITest/ABITestGen.py152 print(" if (index == -1 || index == %d) {" % i, file=self.outputDriver)CODE
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSData.py140 summary = provider.length()CODE
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSData.py168 summary = provider.length()CODE
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFBag.py139 summary = provider.length()CODE
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFBinaryHeap.py136 summary = provider.length()CODE
HIGHgnu/llvm/lldb/examples/darwin/heap_find/heap.py140 if (zone && zone->introspect)CODE
HIGHgnu/llvm/lldb/examples/darwin/heap_find/heap.py1214 if (lo <= p && p < hi) {CODE
HIGHgnu/llvm/llvm/tools/opt-viewer/opt-viewer.py185 if (!FullTextElems || FullTextElems.length < 1) {{STRING
HIGHgnu/llvm/llvm/utils/convert-constraint-log-to-z3.py15> ./convert-constraint-log-to-z3.py path/to/file.log > check.py && python ./check.pySTRING
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py204 expr2 = "use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12}} && !no-exceptions"CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py227 self.assertTrue(BooleanExpression.evaluate("true || true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py228 self.assertTrue(BooleanExpression.evaluate("true || false", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py229 self.assertTrue(BooleanExpression.evaluate("false || true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py230 self.assertFalse(BooleanExpression.evaluate("false || false", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py232 self.assertTrue(BooleanExpression.evaluate("true && true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py233 self.assertFalse(BooleanExpression.evaluate("true && false", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py234 self.assertFalse(BooleanExpression.evaluate("false && true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py235 self.assertFalse(BooleanExpression.evaluate("false && false", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py243 self.assertTrue(BooleanExpression.evaluate("false && false || true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py243 self.assertTrue(BooleanExpression.evaluate("false && false || true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py244 self.assertTrue(BooleanExpression.evaluate("(false && false) || true", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py245 self.assertFalse(BooleanExpression.evaluate("false && (false || true)", {}))CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py320 "(((true && true) || true)",CODE
HIGHgnu/llvm/llvm/utils/lit/lit/BooleanExpression.py323 + "in expression: '(((true && true) || true)'",CODE
HIGHgnu/llvm/llvm/utils/lit/lit/TestRunner.py2449 commandLine = "%s && test -e %s" % (commandLine, filePath)CODE
HIGHgnu/llvm/llvm/utils/gn/get.py45 print(" pushd /tmp && git clone https://gn.googlesource.com/gn &&")CODE
HIGHgnu/llvm/llvm/utils/gn/get.py46 print(" cd gn && build/gen.py && ninja -C out gn && popd &&")CODE
HIGHgnu/llvm/llvm/utils/git/github-automation.py703 local_repo.git.push(push_url, "HEAD:{}".format(branch_name), force=True)STRING
Deep Nesting254 hits · 230 pts
SeverityFileLineSnippetContext
LOWregress/sbin/slaacd/Slaacctl.py55CODE
LOWregress/lib/libssl/tlsfuzzer/tlsfuzzer.py843CODE
LOW…libcxx/utils/generate_feature_test_macro_components.py1695CODE
LOW…libcxx/utils/generate_feature_test_macro_components.py1921CODE
LOW…ibcxx/utils/generate_extended_grapheme_cluster_test.py39CODE
LOWgnu/llvm/libcxx/utils/generate_iwyu_mapping.py11CODE
LOWgnu/llvm/libcxx/utils/libcxx/test/format.py286CODE
LOWgnu/llvm/libcxx/utils/libcxx/sym_check/extract.py176CODE
LOWgnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py192CODE
LOWgnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py381CODE
LOWgnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py935CODE
LOWgnu/llvm/clang/tools/include-mapping/gen_std.py226CODE
LOW…lvm/clang/tools/include-mapping/cppreference_parser.py43CODE
LOWgnu/llvm/clang/tools/clang-format/clang-format.py72CODE
LOWgnu/llvm/clang/tools/clang-format/clang-format-diff.py38CODE
LOWgnu/llvm/clang/tools/scan-view/share/startfile.py157CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py466CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py716CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py113CODE
LOW…vm/clang/tools/scan-build-py/lib/libscanbuild/shell.py13CODE
LOW…vm/clang/tools/scan-build-py/lib/libscanbuild/shell.py16CODE
LOW…ng/tools/scan-build-py/lib/libscanbuild/compilation.py61CODE
LOW…m/clang/tools/scan-build-py/lib/libscanbuild/report.py360CODE
LOW…m/clang/tools/scan-build-py/lib/libscanbuild/report.py482CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py227CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py366CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py850CODE
LOW…vm/clang/tools/scan-build-py/lib/libscanbuild/clang.py107CODE
LOW…ng/include/clang/Basic/Target/MSP430/gen-msp430-def.py61CODE
LOWgnu/llvm/clang/utils/clangdiag.py123CODE
LOWgnu/llvm/clang/utils/token-delta.py172CODE
LOWgnu/llvm/clang/utils/aarch64_builtins_test_generator.py245CODE
LOWgnu/llvm/clang/utils/aarch64_builtins_test_generator.py302CODE
LOWgnu/llvm/clang/utils/convert_arm_neon.py53CODE
LOWgnu/llvm/clang/utils/convert_arm_neon.py77CODE
LOWgnu/llvm/clang/utils/reduce-clang-crash.py242CODE
LOWgnu/llvm/clang/utils/ABITest/Enumeration.py159CODE
LOWgnu/llvm/clang/utils/ABITest/ABITestGen.py246CODE
LOWgnu/llvm/clang/utils/ABITest/ABITestGen.py326CODE
LOWgnu/llvm/clang/utils/ABITest/ABITestGen.py406CODE
LOWgnu/llvm/clang/utils/perf-training/perf-helper.py320CODE
LOWgnu/llvm/clang/utils/analyzer/SATestBuild.py900CODE
LOW…u/llvm/clang/utils/analyzer/exploded-graph-rewriter.py67CODE
LOW…u/llvm/clang/utils/analyzer/exploded-graph-rewriter.py576CODE
LOWgnu/llvm/clang/utils/analyzer/CmpRuns.py309CODE
LOWgnu/llvm/clang/utils/analyzer/CmpRuns.py374CODE
LOWgnu/llvm/clang/utils/analyzer/CmpRuns.py526CODE
LOWgnu/llvm/clang/docs/tools/dump_ast_matchers.py188CODE
LOWgnu/llvm/clang/docs/tools/dump_format_style.py59CODE
LOWgnu/llvm/clang/docs/tools/dump_format_style.py73CODE
LOWgnu/llvm/clang/docs/tools/dump_format_style.py289CODE
LOW…lvm/clang/docs/tools/generate_analyzer_options_docs.py94CODE
LOW…lvm/clang/docs/tools/generate_analyzer_options_docs.py136CODE
LOWgnu/llvm/lldb/utils/lui/sourcewin.py49CODE
LOWgnu/llvm/lldb/utils/lui/breakwin.py23CODE
LOWgnu/llvm/lldb/utils/lui/lldbutil.py154CODE
LOWgnu/llvm/lldb/utils/lui/lldbutil.py184CODE
LOWgnu/llvm/lldb/utils/lui/lldbutil.py208CODE
LOWgnu/llvm/lldb/utils/lui/lldbutil.py260CODE
LOWgnu/llvm/lldb/utils/lui/lldbutil.py287CODE
194 more matches not shown…
Cross-File Repetition41 hits · 205 pts
SeverityFileLineSnippetContext
HIGH…vm/libcxx/utils/generate_indic_conjunct_break_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGH…u/llvm/libcxx/utils/generate_width_estimation_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGHgnu/llvm/libcxx/utils/generate_escaped_output_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGH…bcxx/utils/generate_extended_grapheme_cluster_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/metrics.py0objective-c runtime wrapper for use by lldb python formatters part of the llvm project, under the apache license v2.0 wiSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/cache.py0objective-c runtime wrapper for use by lldb python formatters part of the llvm project, under the apache license v2.0 wiSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/objc_runtime.py0objective-c runtime wrapper for use by lldb python formatters part of the llvm project, under the apache license v2.0 wiSTRING
HIGH…/llvm/lldb/examples/summaries/cocoa/attrib_fromdict.py0objective-c runtime wrapper for use by lldb python formatters part of the llvm project, under the apache license v2.0 wiSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSDate.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSData.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFBag.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSIndexSet.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSMachPort.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFString.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/Selector.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFBinaryHeap.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFDictionary.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSSet.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFArray.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/CFBitVector.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/Class.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSBundle.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSException.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSURL.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGH…u/llvm/lldb/examples/summaries/cocoa/NSNotification.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGHgnu/llvm/lldb/examples/summaries/cocoa/NSNumber.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGH…vm/lldb/packages/Python/lldbsuite/support/temp_file.py0part of the llvm project, under the apache license v2.0 with llvm exceptions. see https://llvm.org/license.txt for licenSTRING
HIGH…llvm/examples/Kaleidoscope/MCJIT/complete/split-lib.py0used to generate a bash script which will invoke the toy and time itSTRING
HIGH…vm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py0used to generate a bash script which will invoke the toy and time itSTRING
HIGH…m/llvm/examples/Kaleidoscope/MCJIT/cached/split-lib.py0used to generate a bash script which will invoke the toy and time itSTRING
HIGH…llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py0used to generate a bash script which will invoke the toy and time itSTRING
HIGH…m/llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py0used to generate a bash script which will invoke the toy and time itSTRING
HIGH…vm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py0maintains a map of functions that are called from other functionsSTRING
HIGH…llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py0maintains a map of functions that are called from other functionsSTRING
HIGH…m/llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py0maintains a map of functions that are called from other functionsSTRING
HIGH…vm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py0maintains a list of functions that will actually be calledSTRING
HIGH…llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py0maintains a list of functions that will actually be calledSTRING
HIGH…m/llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py0maintains a list of functions that will actually be calledSTRING
HIGH…vm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py0generate a random kaleidoscope script based on the given parametersSTRING
HIGH…llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py0generate a random kaleidoscope script based on the given parametersSTRING
HIGH…m/llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py0generate a random kaleidoscope script based on the given parametersSTRING
Slop Phrases103 hits · 182 pts
SeverityFileLineSnippetContext
MEDIUMusr.bin/ssh/pkcs11.h25 for you (if useful, some are missing, let me know if you needCODE
LOWusr.bin/make/var.c193 * and thus defined inside var.h, don't forget to look there if you wantCOMMENT
LOWusr.bin/tmux/tmux-protocol.h76 * Don't forget to bump PROTOCOL_VERSION if any of these change!COMMENT
LOWsbin/badsect/badsect.c136 printf("Don't forget to run ``fsck %s''\n", name);CODE
LOWusr.sbin/pkg_add/OpenBSD/PackageRepository.pm798 # don't forget to swap!COMMENT
LOWusr.sbin/pkg_add/OpenBSD/PackageRepository.pm798 # don't forget to swap!COMMENT
LOWusr.sbin/ypserv/ypinit/ypinit.sh270 echo "Don't forget to update map ypservers on ${MASTER}."CODE
LOWgnu/usr.bin/binutils-2.17/gas/config/tc-cris.c2788 /* Don't forget to consume the final ']'.COMMENT
LOWgnu/usr.bin/binutils-2.17/gas/config/tc-cris.c3049 /* Don't forget to consume that ']', before returning in glory. */COMMENT
LOWgnu/usr.bin/binutils-2.17/gas/config/tc-cris.c3207 /* Don't forget to consume each flag character. */COMMENT
LOWgnu/usr.bin/binutils-2.17/gas/config/tc-sh64.c300 /* Don't forget to remove the STO_SH5_ISA32 attribute afterCOMMENT
LOWgnu/usr.bin/binutils-2.17/bfd/elf32-xtensa.c8833 Also, don't forget to modify the associated SIZE atCODE
LOWgnu/usr.bin/binutils-2.17/bfd/elfxx-mips.c1191 immediate value as shown above, and don't forget to store theCODE
LOWgnu/usr.bin/binutils-2.17/bfd/som.c5432 /* Don't forget to initialize the counter! */COMMENT
LOWgnu/usr.bin/perl/intrpvar.h16 * Don't forget to re-run regen/embed.pl to propagate changes! */COMMENT
LOWgnu/usr.bin/perl/intrpvar.h20/* DON'T FORGET to add your variable also to perl_clone()! (in sv.c) */COMMENT
LOWgnu/usr.bin/perl/intrpvar.h1110 * (Don't forget to add your variable also to perl_clone()!)COMMENT
LOWgnu/usr.bin/perl/perlvars.h25/* Don't forget to re-run regen/embed.pl to propagate changes! */COMMENT
MEDIUMgnu/usr.bin/perl/config_h.SH40 * Feel free to modify any of this as the need arises. Note, however,COMMENT
MEDIUM…perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm3088Here is a simple example of how to add a new target to the generatedCODE
MEDIUMgnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm1822 # should feel free to adjust if desired.COMMENT
LOWgnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm1490 ### make sure to close the handle if we created itCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Encode/encoding.pm264 # now you can use kanji identifiers -- in euc-jp!COMMENT
MEDIUMgnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm117 # you can use it as a decoder as wellCOMMENT
LOWgnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm1857Although Test::More has been a core module in versions of Perl since 5.6.2, Test::More has evolved since then, and not aCODE
MEDIUMgnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event.pm351 # You are not obligated to use HashBase, you can use any object tool youCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Suite.pm115 plan 3; # Or you can use done_testing at the endCODE
MEDIUMgnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub.pm694 # Or you can modify an event before returning it.COMMENT
MEDIUM…r.bin/perl/cpan/Test-Simple/lib/Test2/Tools/Compare.pm772 # Hash for demonstration purposesCOMMENT
MEDIUM…r.bin/perl/cpan/Test-Simple/lib/Test2/Util/Importer.pm50# import_into and unimport_from are the indirect forms you can use in otherCOMMENT
LOWgnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt.pm10090Don't forget toCODE
MEDIUMgnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm1001 my $a = $_[0] || []; # you can use this code to use another array ref object.CODE
MEDIUMgnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm1081 my $o = $_[0] || {}; # you can use this code to use another hash ref object.CODE
MEDIUMgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm2513#pod then on a unix system you can use C<"/dev/fd/" . fileno($fh)> forCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm2568#pod Note that you can modify the encoding of a file opened by File::TempCOMMENT
MEDIUMgnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm1553As mentioned earlier, a "callback" key may be added to theCODE
LOW…perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm116Don't forget to register your class withCODE
LOWgnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm322 ### make sure you passed a ref, otherwise, complain about it!COMMENT
MEDIUMgnu/usr.bin/perl/cpan/DB_File/DB_File.pm1396Here is a simple example that uses RECNO (if you are using a versionCODE
LOWgnu/usr.bin/perl/hints/aix_4.sh28# that same perl release. to make sure you know where the sharedCOMMENT
LOWgnu/usr.bin/perl/hints/aix.sh18# that same perl release. to make sure you know where the sharedCOMMENT
LOWgnu/usr.bin/perl/hints/aix_3.sh10# that same perl release. to make sure you know where the sharedCOMMENT
MEDIUMgnu/usr.bin/perl/regen/mk_invlists.pl3673 # As mentioned earlier, we use this procedure to not justCOMMENT
LOWgnu/usr.bin/perl/regen/mph.pl291 # make sure you update the generated C code.COMMENT
MEDIUMgnu/usr.bin/perl/Porting/bisect-example.sh14# If you can use ccache, add -Dcc=ccache\ gcc -Dld=gcc to the Configure lineCOMMENT
LOWgnu/usr.bin/perl/Porting/add-package.pl263 ### make sure to escape the \[ character classesCOMMENT
LOWgnu/usr.bin/binutils/gas/config/tc-cris.c2136 /* Don't forget to consume the final ']'.COMMENT
LOWgnu/usr.bin/binutils/gas/config/tc-cris.c2393 /* Don't forget to consume that ']', before returning in glory. */COMMENT
LOWgnu/usr.bin/binutils/gas/config/tc-cris.c2510 /* Don't forget to consume each flag character. */COMMENT
LOWgnu/usr.bin/binutils/gas/config/tc-sh64.c300 /* Don't forget to remove the STO_SH5_ISA32 attribute afterCOMMENT
LOWgnu/usr.bin/binutils/gdb/h8300-tdep.c756 /* Don't forget to update the PC too! */COMMENT
MEDIUMgnu/usr.bin/binutils/gdb/macrotab.h95 It's worth noting that libcpp has a simpler way of representing allCODE
LOWgnu/usr.bin/binutils/gdb/arm-tdep.h103 If you update this enum, don't forget to update fp_model_strings inCODE
LOWgnu/usr.bin/binutils/gdb/mcore-tdep.c635 /* The "FP" was saved on the stack. Don't forget to adjustCOMMENT
LOWgnu/usr.bin/binutils/gdb/mcore-tdep.c643 /* It's still in the register. Don't forget to adjustCOMMENT
LOWgnu/usr.bin/binutils/bfd/elf32-xtensa.c5057 Also, don't forget to modify the associated SIZE atCODE
LOWgnu/usr.bin/binutils/bfd/elfxx-mips.c3688 immediate value as shown above, and don't forget to store theCODE
LOWgnu/usr.bin/binutils/bfd/som.c5509 /* Don't forget to initialize the counter! */COMMENT
LOWgnu/usr.bin/cvs/src/sanity.sh13274 # each be distinct from each other. We also make sure to includeCOMMENT
MEDIUMgnu/usr.bin/texinfo/util/gendocs.sh80$GENDOCS_TEMPLATE_DIR/gendocs_template. (Feel free to modify theCODE
43 more matches not shown…
Redundant / Tautological Comments88 hits · 124 pts
SeverityFileLineSnippetContext
LOWusr.sbin/unbound/ltmain.sh379# Check if we can use backslash as IFS='\' separator, and setCOMMENT
LOWusr.sbin/unbound/ltmain.sh666# Set func_arith_result to the result of evaluating TERMs.COMMENT
LOWusr.sbin/unbound/ltmain.sh690# Set func_basename_result to FILE with everything up to and includingCOMMENT
LOWusr.sbin/unbound/ltmain.sh856# Set func_len_result to the length of STRING. STRING may notCOMMENT
LOWusr.sbin/unbound/ltmain.sh1074# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.COMMENT
LOWusr.sbin/unbound/ltmain.sh4287 # Check if any of the arguments is a wrapper script.COMMENT
LOWusr.sbin/unbound/ltmain.sh10235 # Loop over the list of objects to be linked.COMMENT
LOWusr.sbin/unbound/testcode/mini_tdir.sh211# Check if there were any AddressSanitizer errorsCOMMENT
LOWusr.sbin/ypserv/ypinit/ypinit.sh87# Check if domainname is set, don't accept an empty domainnameCOMMENT
LOWusr.sbin/ypserv/ypinit/ypinit.sh97# Check if hostname is set, don't accept an empty hostnameCOMMENT
LOWusr.sbin/ypserv/ypinit/ypinit.sh108# Check if we have contact with master.COMMENT
LOWusr.sbin/ypserv/ypinit/ypinit.sh119# Check if user is rootCOMMENT
LOWusr.sbin/ypserv/ypinit/ypinit.sh126# Check if the YP directory exists.COMMENT
LOWusr.sbin/nsd/nsd-checkconf.c1013 printf("# Read file %s: %d patterns, %d fixed-zones, "CODE
LOWgnu/usr.bin/binutils-2.17/ltcf-cxx.sh57# Check if we are using GNU gcc (taken/adapted from configure script)COMMENT
LOWgnu/usr.bin/binutils-2.17/ltcf-cxx.sh70 # Check if GNU C++ uses GNU ld as the underlying linker, since theCOMMENT
LOWgnu/usr.bin/binutils-2.17/ltmain.sh3241 # Loop over the list of objects to be linked.COMMENT
LOWgnu/usr.bin/binutils-2.17/ltmain.sh5080 # Check if any of the arguments is a wrapper script.COMMENT
LOWgnu/usr.bin/perl/Makefile.SH1171# Set this to an empty string to avoid an attempt of rebuild before installCOMMENT
LOWgnu/usr.bin/perl/autodoc.pl879 # Read the file. Most lines are of no interest to this program, butCOMMENT
LOWgnu/usr.bin/perl/autodoc.pl1342 # Check if any section already has an entry for this element.COMMENT
LOWgnu/usr.bin/perl/autodoc.pl1907 # Set up to redo the loop at the end. This iterationCOMMENT
LOW…perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm177# Check if a given thing is a reference or instance of $typeCOMMENT
LOWgnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm235 ### Check if file is a file handle or IO globCOMMENT
LOWgnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm170 # Check if insecure default certificate verification behaviour has beenCOMMENT
LOW…/usr.bin/perl/cpan/Test-Simple/lib/Test2/Tools/Mock.pm53 # Check if we have any mocks.COMMENT
LOW…r.bin/perl/cpan/Test-Simple/lib/Test2/Tools/Compare.pm1238 # Check if a value exists at allCOMMENT
LOW…r.bin/perl/cpan/Test-Simple/lib/Test2/Tools/Compare.pm1621 # Check if the object is an instance of the specified class.COMMENT
LOWgnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm1170 # Output the results.COMMENT
LOW…usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm222 # Check if Perl has it marked as characters, but it's internallyCOMMENT
LOWgnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm19# Set them to different failure modes when used with autodie.COMMENT
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm1088 # Open the file and retain file handle and file nameCOMMENT
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm2298 # Close the fileCOMMENT
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm1401 "OPEN" => 1, # Open fileCODE
LOWgnu/usr.bin/perl/cpan/File-Temp/lib/File/Temp.pm1403 "EXLOCK" => 0, # Open file with O_EXLOCKCODE
LOW…usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ANSIColor.pm270 # Check if we were called with something that doesn't look like anCOMMENT
LOWgnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm1064 # Check if there is an option argument available.COMMENT
LOWgnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm1093 # Check if there is an option argument available.COMMENT
LOWgnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm1135 #### Check if the argument is valid for this option ####COMMENT
LOWgnu/usr.bin/perl/cpan/Time-Piece/Piece.pm68# Check if the supplied param is either a normal array (as returned fromCOMMENT
LOWgnu/usr.bin/perl/utils/perlbug.PL862 # Display the messageCOMMENT
LOWgnu/usr.bin/perl/lib/perl5db.pl2152 # Set up to stop on wrap-around.COMMENT
LOWgnu/usr.bin/perl/lib/perl5db.pl2465 # Close filehandle pager was using, restore the normal oneCOMMENT
LOWgnu/usr.bin/perl/lib/perl5db.pl5879 # Set up to look through the whole file.COMMENT
LOWgnu/usr.bin/perl/lib/perl5db.pl7824 # Open file onto the debugger's filehandles, if you can.COMMENT
LOWgnu/usr.bin/perl/lib/B/Deparse.pm1491# Check if the op and its sibling are the initialization and the rest of aCOMMENT
LOWgnu/usr.bin/perl/hints/sunos_4_1.sh57# Check if user is in a bsd or system 5 type environmentCOMMENT
LOWgnu/usr.bin/perl/hints/hpux.sh662 # Check if it is pristine, or patchedCOMMENT
LOWgnu/usr.bin/perl/hints/linux.sh86# Check if we're about to use Intel's ICC compilerCOMMENT
LOWgnu/usr.bin/perl/regen/unicode_constants.pl11# Set this to 1 temporarily to get on stderr the complete list of pairedCOMMENT
LOWgnu/usr.bin/perl/regen/unicode_constants.pl16# Set this to 1 temporarily to get on stderr the complete list of punctuationCOMMENT
LOWgnu/usr.bin/perl/regen/feature.pl215# Open files to be generatedCOMMENT
LOWgnu/usr.bin/perl/Porting/valgrindpp.pl36 # Check if we're in 't'COMMENT
LOWgnu/usr.bin/perl/Porting/valgrindpp.pl39 # Check if we're in the right directoryCOMMENT
LOWgnu/usr.bin/perl/Porting/bench.pl1653 # Print the results for each testCOMMENT
LOWgnu/usr.bin/perl/Porting/bench.pl1775 # Print the results for each testCOMMENT
LOWgnu/usr.bin/perl/Porting/checkpodencoding.pl9# Check if POD files contain non-ASCII without specifyingCOMMENT
LOWgnu/usr.bin/binutils/ltcf-cxx.sh57# Check if we are using GNU gcc (taken/adapted from configure script)COMMENT
LOWgnu/usr.bin/binutils/ltcf-cxx.sh70 # Check if GNU C++ uses GNU ld as the underlying linker, since theCOMMENT
LOWgnu/usr.bin/binutils/ltmain.sh3241 # Loop over the list of objects to be linked.COMMENT
28 more matches not shown…
TODO Padding51 hits · 80 pts
SeverityFileLineSnippetContext
LOW…sr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm188 # TODO: implement somehow?COMMENT
LOW…sr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm200 # TODO: implement somehow?COMMENT
LOWgnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm328# TODO: implement regular expression hintsCOMMENT
LOWgnu/llvm/libcxx/include/experimental/__simd/simd_mask.h26// TODO: implement simd_mask classCOMMENT
LOWgnu/llvm/libcxx/include/experimental/__simd/simd.h29// TODO: implement simd classCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1346 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1401 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1451 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1643 // TODO: implement CFG comparisonsCOMMENT
LOW…lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1774 // TODO: implement CFG comparisonsCOMMENT
LOWgnu/llvm/clang/include/clang/Driver/OffloadBundler.h60 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOWgnu/llvm/clang/lib/Driver/OffloadBundler.cpp345 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOWgnu/llvm/clang/lib/Driver/OffloadBundler.cpp573 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOWgnu/llvm/clang/lib/Serialization/ASTReaderDecl.cpp3023 // TODO: implement merge for other necessary decls.COMMENT
LOWgnu/llvm/clang/lib/Sema/SemaDeclCXX.cpp4071 // TODO: implement -Wuninitialized and fold this into that framework.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp2096 // TODO: implement aupport for user-defined allocators.COMMENT
LOWgnu/llvm/clang/lib/CodeGen/CGExprCXX.cpp507 // TODO: implement for HIPCOMMENT
LOW…vm/clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp718 // TODO: implement verificationCOMMENT
LOWgnu/llvm/lld/COFF/DebugTypes.cpp256 // TODO: Handle errors similar to symbols.COMMENT
LOWgnu/llvm/lld/MachO/Dwarf.h27 // TODO: implement thisCOMMENT
LOWgnu/llvm/lldb/source/Host/common/SocketAddress.cpp39// TODO: implement shortened form "::" for runs of zerosCOMMENT
LOW…ource/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp1589 // TODO: implement DW_TAG_inheritance type parsing.COMMENT
LOW…geRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp314 // TODO: implement HashTableSignature...COMMENT
LOWgnu/llvm/llvm/tools/llvm-objdump/llvm-objdump.cpp1445// TODO: implement for other file formats.COMMENT
LOW…lvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp161 // TODO: implement more casesCOMMENT
LOWgnu/llvm/llvm/include/llvm/CodeGen/BasicTTIImpl.h3101 // TODO: implement more precise cost estimation for these intrinsics.COMMENT
LOW…/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h772 /// TODO: implement dynamically sized inline memcpy,COMMENT
LOWgnu/llvm/llvm/include/llvm/SandboxIR/Constant.h1005 // TODO: implement get/setComdat(), etc. once we have a sandboxir::Comdat.COMMENT
LOWgnu/llvm/llvm/include/llvm/Support/ScaledNumber.h659 // TODO: implement directly, rather than relying on inverse. Inverse isCOMMENT
LOWgnu/llvm/llvm/include/llvm/XRay/Graph.h332 // TODO: implement constructor to enable Graph Initialisation.\COMMENT
LOWgnu/llvm/llvm/utils/llvm-locstats/llvm-locstats.py263 # TODO: Handle errors that are coming from llvm-dwarfdump.COMMENT
LOWgnu/llvm/llvm/utils/lint/cpp_lint.py37 # TODO: implement private headersCOMMENT
LOWgnu/llvm/llvm/utils/lint/cpp_lint.py38 # TODO: implement gtest headersCOMMENT
LOWgnu/llvm/llvm/utils/lint/cpp_lint.py39 # TODO: implement top-level llvm/* headersCOMMENT
LOWgnu/llvm/llvm/utils/lint/cpp_lint.py40 # TODO: implement llvm/Support/* headersCOMMENT
LOWgnu/llvm/llvm/lib/Analysis/MemoryBuiltins.cpp1368 // TODO: implement evaluation of strdup/strndupCOMMENT
LOW…llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp83 // TODO: Add tests for `cfi_*` directivesCOMMENT
LOWgnu/llvm/llvm/lib/Target/SPIRV/SPIRVSubtarget.h108 // TODO: implement command line args or other ways to determine this.COMMENT
LOWgnu/llvm/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp592 // TODO: implement legalization for other opcodes.COMMENT
LOW…lvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp358 // TODO: implement special printing for OpenCLExtInst::vstor*.COMMENT
LOWgnu/llvm/llvm/lib/Target/Mips/MipsAsmPrinter.cpp1311 // TODO: implementCOMMENT
LOWgnu/llvm/llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp1778 // TODO: implement flag for frontend to give us a hint not to insert waits.COMMENT
LOWgnu/llvm/llvm/lib/Target/ARM/ARMISelLowering.cpp3489 // TODO: implement the "local dynamic" modelCOMMENT
LOW…vm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp1261 // TODO: implement this case.COMMENT
LOW…u/llvm/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp4419 // TODO: implement simple scalarization.COMMENT
LOWgnu/llvm/llvm/lib/Transforms/IPO/FunctionAttrs.cpp423 // TODO: implement addNoAliasAttrs onceCOMMENT
LOW…/llvm/llvm/lib/Transforms/IPO/AttributorAttributes.cpp13454 // TODO: implement case for malloc like instructionsCOMMENT
LOW…/llvm/llvm/lib/Transforms/IPO/AttributorAttributes.cpp13502 // TODO: implement for multiple binsCOMMENT
LOW…vm/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp2527 // TODO: implement tryToMergeParialOverlappingStores using MemorySSA.COMMENT
LOWgnu/llvm/llvm/lib/Support/GlobPattern.cpp167 // TODO: implement.COMMENT
LOWsys/dev/pci/drm/amd/display/dc/mpc/dcn32/dcn32_mpc.c891 // TODO: implement movable CM locationCOMMENT
AI Response Leakage9 hits · 68 pts
SeverityFileLineSnippetContext
HIGHgnu/usr.bin/perl/hints/qnx.sh33# preprocessor. I have created a simple coverCOMMENT
HIGHgnu/usr.bin/perl/regen/HeaderParser.pm113 # non-portable constructs like multichar constants, so I have addedCOMMENT
HIGHgnu/llvm/llvm/include/llvm/CodeGen/LiveInterval.h13// that v is live at i'. In this implementation ranges can have holes,COMMENT
HIGHgnu/llvm/llvm/include/llvm/Support/SuffixTree.h20// In this implementation, a "string" is a vector of unsigned integers.COMMENT
HIGHgnu/llvm/llvm/lib/CodeGen/StackColoring.cpp189// In this implementation, we successively merge pairs of slots that areCOMMENT
HIGHgnu/llvm/llvm/lib/CodeGen/LiveInterval.cpp13// that v is live at i'. In this implementation ranges can have holes,COMMENT
HIGH…lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp75/// In this implementation, every atomically accessed location in the programCOMMENT
HIGHgnu/llvm/libunwind/src/Unwind-EHABI.cpp469 // In this implementation, the phases don't share the VRS backing store.COMMENT
HIGHgnu/gcc/libstdc++-v3/include/bits/postypes.h193 // equivalence relation. In this implementation two fpos<StateT>COMMENT
Excessive Try-Catch Wrapping42 hits · 49 pts
SeverityFileLineSnippetContext
LOWgnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py150 except Exception:CODE
LOWgnu/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py244 except Exception as e:CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py127 except Exception as e:CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py239 except Exception as e:CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py245 except Exception as e:CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py262 except Exception as e:CODE
MEDIUMgnu/llvm/clang/tools/scan-view/share/ScanView.py236def do_HEAD(self):CODE
MEDIUMgnu/llvm/clang/tools/scan-view/share/ScanView.py242def do_GET(self):CODE
LOW…clang/tools/scan-build-py/lib/libscanbuild/__init__.py131 except Exception:CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py499 except Exception:CODE
LOW…/llvm/clang/tools/scan-build-py/lib/libear/__init__.py57 except Exception:CODE
LOW…/llvm/clang/tools/scan-build-py/lib/libear/__init__.py178 except Exception:CODE
MEDIUM…/llvm/clang/tools/scan-build-py/lib/libear/__init__.py169def _try_to_compile_and_link(self, source):CODE
MEDIUMgnu/llvm/clang/utils/analyzer/SATestAdd.py63 print(f"Error: Project directory is missing: {project_dir}")CODE
LOWgnu/llvm/clang/docs/tools/dump_ast_matchers.py15except Exception as e:CODE
MEDIUMgnu/llvm/lldb/utils/lui/lui.py50 print("Error: expecting integer PID, got '%s'" % options.pid)CODE
LOWgnu/llvm/lldb/examples/python/diagnose_unwind.py40 except Exception:CODE
LOWgnu/llvm/lldb/examples/python/diagnose_unwind.py177 except Exception:CODE
LOWgnu/llvm/lldb/examples/python/diagnose_nsstring.py34 except Exception as e:CODE
LOWgnu/llvm/lldb/examples/python/crashlog.py1350 except Exception as e:CODE
LOWgnu/llvm/lldb/examples/python/crashlog.py1813 except Exception as e:CODE
LOWgnu/llvm/lldb/examples/synthetic/libcxx.py687 except Exception as err:CODE
LOWgnu/llvm/lldb/examples/synthetic/unordered_multi.py77 except Exception as e:CODE
LOWgnu/llvm/lldb/examples/summaries/cocoa/NSNumber.py278 except Exception as foo:CODE
LOWgnu/llvm/llvm/utils/update_cc_test_checks.py588 except Exception:CODE
LOW…/llvm/llvm/utils/update_givaluetracking_test_checks.py131 except Exception:CODE
LOWgnu/llvm/llvm/utils/update_mc_test_checks.py523 except Exception:CODE
LOWgnu/llvm/llvm/utils/update_test_checks.py396 except Exception as e:CODE
MEDIUMgnu/llvm/llvm/utils/update_any_test_checks.py52 print(f"Error: File '{filename}' not found.")CODE
LOWgnu/llvm/llvm/utils/extract_symbols.py397 except Exception:CODE
MEDIUMgnu/llvm/llvm/utils/extract_symbols.py381def parse_tool_path(parser, tool, val):CODE
LOWgnu/llvm/llvm/utils/update_analyze_test_checks.py227 except Exception:CODE
LOWgnu/llvm/llvm/utils/update_llc_test_checks.py374 except Exception as e:CODE
LOWgnu/llvm/llvm/utils/update_mir_test_checks.py188 except Exception as e:CODE
LOWgnu/llvm/llvm/utils/update_mca_test_checks.py581 except Exception:CODE
LOWgnu/llvm/llvm/utils/lit/lit/run.py190 except Exception as ex:CODE
LOWgnu/llvm/llvm/utils/lit/lit/main.py309 except Exception as e:CODE
LOWgnu/llvm/llvm/utils/lit/lit/TestRunner.py1326 except Exception as e:CODE
LOW…/llvm/utils/TableGen/jupyter/tablegen_kernel/kernel.py315 except Exception as e:CODE
LOWgnu/llvm/llvm/utils/git/github-automation.py697 except Exception as e:STRING
LOWgnu/llvm/llvm/utils/git/github-automation.py762 except Exception as e:STRING
LOWgnu/llvm/llvm/utils/git/github-automation.py765 except Exception as e:STRING
Fake / Example Data40 hits · 46 pts
SeverityFileLineSnippetContext
LOWregress/lib/libc/fread/fread.c39 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna alCODE
LOWregress/lib/libc/fread/fread.c39 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna alCODE
LOWregress/lib/libcrypto/pkcs7/pkcs7test.c86Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do \r\n\CODE
LOWregress/lib/libcrypto/pkcs7/pkcs7test.c86Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do \r\n\CODE
LOWregress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c70 "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do "CODE
LOWregress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c70 "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do "CODE
LOWgnu/usr.bin/perl/regcomp.c14862 if (! load_charnames(newSVpvs("placeholder"),CODE
LOWgnu/usr.bin/perl/hv.c4169 PerlIO_printf(Perl_debug_log, bad_count, placeholders, "placeholder", nhashplaceholders );CODE
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-49877.pl13syslog(info => "Lorem ipsum dolor sit amet");CODE
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-49877.pl13syslog(info => "Lorem ipsum dolor sit amet");CODE
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-49877.pl17syslog(info => "Lorem ipsum dolor sit amet");CODE
LOWgnu/usr.bin/perl/cpan/Sys-Syslog/t/cpan-rt-49877.pl17syslog(info => "Lorem ipsum dolor sit amet");CODE
LOWgnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl26Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio idCODE
LOWgnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl26Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio idCODE
LOWgnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl32LOREM ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio idCODE
LOWgnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl32LOREM ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio idCODE
LOW…erl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm79 $name{$object} = 'John Doe';CODE
LOW…erl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm88 $name{id $object} = 'John Doe';CODE
LOWgnu/usr.bin/binutils/gdb/dummy-frame.c89 const struct frame_id *dummy_id)CODE
LOWgnu/usr.bin/binutils/gdb/dummy-frame.c99 if (frame_id_inner (dummy_frame->id, (*dummy_id)))CODE
LOWgnu/usr.bin/binutils/gdb/dummy-frame.c112 dummy_frame->id = (*dummy_id);CODE
LOWgnu/usr.bin/binutils/gdb/infcall.c314 struct frame_id dummy_id;CODE
LOWgnu/usr.bin/binutils/gdb/infcall.c659 dummy_id = frame_id_build (sp, bp_addr);CODE
LOWgnu/usr.bin/binutils/gdb/infcall.c673 bpt = set_momentary_breakpoint (sal, dummy_id, bp_call_dummy);CODE
LOWgnu/usr.bin/binutils/gdb/infcall.c680 dummy_frame_push (caller_regcache, &dummy_id);CODE
LOWgnu/usr.bin/binutils/gdb/dummy-frame.h44 const struct frame_id *dummy_id);CODE
LOW…hmarks/std_format_spec_string_unicode_escape.bench.cpp29 R"( Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his.CODE
LOW…hmarks/std_format_spec_string_unicode_escape.bench.cpp29 R"( Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his.CODE
LOW…xx/benchmarks/std_format_spec_string_unicode.bench.cpp23 R"( Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his.CODE
LOW…xx/benchmarks/std_format_spec_string_unicode.bench.cpp23 R"( Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his.CODE
LOW…vm/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c193static int dummy_data[0] COMPILER_RT_SECTION(CODE
LOW…vm/compiler-rt/lib/profile/InstrProfilingPlatformAIX.c215 (void *)&dummy_data, (void *)&dummy_name,CODE
LOWgnu/llvm/clang/include/clang-c/Index.h5178 * the template, or whether it is a "placeholder" that the user should replaceCOMMENT
LOWgnu/llvm/clang/include/clang-c/Index.h5271 * A "placeholder" chunk marks a place where the user should insert textCOMMENT
LOWgnu/llvm/clang/lib/Analysis/UnsafeBufferUsage.cpp3152getUserFillPlaceHolder(StringRef HintTextToUser = "placeholder") {CODE
LOWgnu/llvm/lld/wasm/SyntheticSections.cpp955 "placeholder");CODE
LOW…Plugins/ObjectFile/Placeholder/ObjectFilePlaceholder.h30 static llvm::StringRef GetPluginNameStatic() { return "placeholder"; }CODE
LOWgnu/llvm/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp31/// Expands "placeholder" instructions marked as pseudo intoCOMMENT
LOWlib/libcrypto/hmac/hmac.c257 const unsigned char dummy_key[1] = { 0 };CODE
LOWlib/libcrypto/hmac/hmac.c260 key = dummy_key;CODE
Example Usage Blocks28 hits · 42 pts
SeverityFileLineSnippetContext
LOWgnu/usr.bin/binutils-2.17/ld/genscripts.sh20# Sample usage:COMMENT
LOWgnu/usr.bin/binutils-2.17/opcodes/cgen.sh25# Usage:COMMENT
LOW…r.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm126 # Usage:COMMENT
LOWgnu/usr.bin/perl/lib/Getopt/Std.pm97# Usage:COMMENT
LOWgnu/usr.bin/perl/lib/Getopt/Std.pm230# Usage:COMMENT
LOWgnu/usr.bin/binutils/ld/genscripts.sh19# Sample usage:COMMENT
LOWgnu/usr.bin/binutils/opcodes/cgen.sh25# Usage:COMMENT
LOWgnu/usr.bin/cvs/src/sanity.sh556# Usage:COMMENT
LOW…vm/compiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py12# Usage:COMMENT
LOW…mpiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h25// Usage example:COMMENT
LOW…er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py12# Usage:COMMENT
LOWgnu/llvm/clang/include/clang/Sema/SemaCUDA.h95 /// Example usage:COMMENT
LOWgnu/llvm/clang/include/clang/Sema/SemaBase.h145 /// Example usage:COMMENT
LOWgnu/llvm/clang/include/clang/Sema/SemaSYCL.h42 /// Example usage:COMMENT
LOWgnu/llvm/clang/include/clang/Sema/SemaOpenMP.h67 /// Example usage:COMMENT
LOWgnu/llvm/clang/include/clang/Sema/SemaOpenMP.h84 /// Example usage:COMMENT
LOWgnu/llvm/clang/utils/module-deps-to-rsp.py5# Usage:COMMENT
LOWgnu/llvm/clang/lib/Analysis/CFG.cpp499/// Example usage:COMMENT
LOW…lldb/examples/synthetic/recognizer_function/example.py3# Usage:COMMENT
LOWgnu/llvm/lldb/scripts/android/host_art_bt.py1# Usage:COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/RadixTree.h45/// Example usage:COMMENT
LOWgnu/llvm/llvm/include/llvm/ADT/Bitfields.h24/// Usage exampleCOMMENT
LOWgnu/llvm/llvm/include/llvm/ABI/Types.h315/// Example usage:COMMENT
LOWgnu/llvm/llvm/include/llvm/Support/ExponentialBackoff.h25/// Example usage:COMMENT
LOWgnu/llvm/llvm/include/llvm/Support/raw_socket_stream.h47/// Usage example:COMMENT
LOWgnu/llvm/llvm/utils/reduce_pipeline.py24# Usage example:COMMENT
LOW…vm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h149 /// Usage example:COMMENT
LOWlib/libcrypto/perlasm/x86gas.pl183# Usage:COMMENT
Modern Structural Boilerplate23 hits · 20 pts
SeverityFileLineSnippetContext
LOWgnu/llvm/libcxx/utils/libcxx/__init__.py16__all__ = []CODE
LOWgnu/llvm/libcxx/utils/libcxx/sym_check/__init__.py16__all__ = ["diff", "extract", "util"]CODE
LOWgnu/llvm/clang/tools/scan-view/share/startfile.py9__all__ = ["open"]CODE
LOWgnu/llvm/clang/tools/scan-view/share/Reporter.py8__all__ = ["ReportFailure", "BugReport", "getReporters"]CODE
LOWgnu/llvm/clang/tools/scan-view/share/ScanView.py100__all__ = ["create_server"]CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/intercept.py43__all__ = ["capture", "intercept_build", "intercept_compiler_wrapper"]CODE
LOW…lang/tools/scan-build-py/lib/libscanbuild/arguments.py24__all__ = [CODE
LOW…vm/clang/tools/scan-build-py/lib/libscanbuild/shell.py10__all__ = ["encode", "decode"]CODE
LOW…ng/tools/scan-build-py/lib/libscanbuild/compilation.py11__all__ = ["split_command", "classify_source", "compiler_language"]CODE
LOW…m/clang/tools/scan-build-py/lib/libscanbuild/report.py23__all__ = ["document"]CODE
LOW…/clang/tools/scan-build-py/lib/libscanbuild/analyze.py51__all__ = ["scan_build", "analyze_build", "analyze_compiler_wrapper"]CODE
LOW…vm/clang/tools/scan-build-py/lib/libscanbuild/clang.py15__all__ = [CODE
LOW…/llvm/clang/tools/scan-build-py/lib/libear/__init__.py16__all__ = ["build_libear"]CODE
LOWgnu/llvm/clang/bindings/python/clang/__init__.py22__all__ = ["cindex"]STRING
LOWgnu/llvm/clang/bindings/python/clang/cindex.py4397 def set_library_path(path: StrPath) -> None:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py4408 def set_library_file(filename: StrPath) -> None:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py4419 def set_compatibility_check(check_status: bool) -> None:CODE
LOWgnu/llvm/clang/bindings/python/clang/cindex.py4489__all__ = [CODE
LOWgnu/llvm/llvm/utils/lit/lit/__init__.py8__all__ = []CODE
LOW…/llvm/llvm/utils/mlgo-utils/IR2Vec/generateTriplets.py32logger = logging.getLogger(__name__)CODE
LOWgnu/llvm/llvm/utils/git/code-format-helper.py123 def update_pr(self, comment_text: str, args: FormatArgs, create_new: bool) -> None:STRING
LOWgnu/llvm/llvm/utils/git/github-automation.py490 def update_issue_project_status(self) -> None:STRING
LOWgnu/llvm/llvm/utils/git/code-lint-helper.py112 def update_pr(self, comment_text: str, args: LintArgs, create_new: bool) -> None:STRING
Dead Code5 hits · 10 pts
SeverityFileLineSnippetContext
MEDIUMgnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py163CODE
MEDIUMgnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py164CODE
MEDIUMgnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py165CODE
MEDIUMgnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py166CODE
MEDIUMgnu/llvm/llvm/utils/gdb-scripts/prettyprinters.py176CODE
AI Structural Patterns9 hits · 9 pts
SeverityFileLineSnippetContext
LOWregress/lib/libssl/tlsfuzzer/tlsfuzzer.py654CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py155CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py597CODE
LOWgnu/llvm/libcxx/utils/gdb/libcxx/printers.py601CODE
LOWgnu/llvm/clang/docs/tools/dump_format_help.py34CODE
LOWgnu/llvm/clang/docs/tools/dump_format_help.py49CODE
LOWgnu/llvm/lldb/examples/python/disassembly_mode.py22CODE
LOWgnu/llvm/lldb/examples/python/templates/parsed_cmd.py325CODE
LOW…/llvm/lldb/examples/summaries/cocoa/attrib_fromdict.py20CODE
Modern AI Meta-Vocabulary5 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMgnu/usr.bin/perl/lib/unicore/LineBreak.txt1929B77D..B797 ; H3 # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAHCODE
MEDIUMgnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt561B77D..B797 ; LVT # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAHCODE
MEDIUMgnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt3424B77D..B797 ; H3 # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAHCODE
MEDIUM…n/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt1200B77D..B797 ; LVT # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAHCODE
MEDIUM…vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt1172B77D..B797 ; LVT # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAHCODE