Home
last modified time | relevance | path

Searched full:mention (Results 1 – 25 of 195) sorted by relevance

12345678

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h350 const Stmt *Mention; member
352 VariableOccurence(size_t KindID, const Stmt *Mention) in VariableOccurence()
353 : KindID(KindID), Mention(Mention) {} in VariableOccurence()
364 /// \param Mention The SourceRange where this variable is referenced.
365 void addVariableOccurence(const VarDecl *VarDecl, const Stmt *Mention);
387 const Stmt *Mention; member
392 SuspiciousCloneInfo(const VarDecl *Variable, const Stmt *Mention, in SuspiciousCloneInfo()
394 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {} in SuspiciousCloneInfo()
/freebsd-src/contrib/bmake/unit-tests/
H A Dopt-keep-going-indirect.mk38 # jobs mode doesn't. In compat mode, the output does not mention which
71 # TODO: Mention the target that failed, maybe even the chain of targets.
81 # TODO: Mention the target that failed, maybe even the chain of targets.
H A Dopt-debug-for.mk16 # is not printed consistently. It would also be helpful to mention the
H A Ddep-duplicate.mk6 # Also ensure that the diagnostics mention the correct file in case of
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp169 PathDiagnosticLocation::createBegin(Pair.FirstCloneInfo.Mention, SM, in reportSuspiciousClones()
171 R->addRange(Pair.FirstCloneInfo.Mention->getSourceRange()); in reportSuspiciousClones()
175 PathDiagnosticLocation::createBegin(Pair.SecondCloneInfo.Mention, in reportSuspiciousClones()
177 Pair.SecondCloneInfo.Mention->getSourceRange()); in reportSuspiciousClones()
/freebsd-src/usr.sbin/periodic/
H A Dperiodic.conf53 daily_clean_disks_verbose="YES" # Mention files deleted
63 daily_clean_tmps_verbose="YES" # Mention files deleted
68 daily_clean_preserve_verbose="YES" # Mention files deleted
77 daily_clean_rwho_verbose="YES" # Mention files deleted
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_features_003_pos.ksh39 # the active read-only compatible feature and mention "readonly=on".
74 # error message should mention "readonly"
H A Dzpool_import_features_002_neg.ksh71 # error message should not mention "readonly"
/freebsd-src/contrib/spleen/
H A DChangeLog48 - Mention the FON version in the README, in notes for Windows users
68 - Mention that Haiku now uses Spleen 12x24 in the trivia section
166 - Mention the OTF version in the README, in notes for Windows users
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp526 const Stmt *Mention) { in addVariableOccurence() argument
532 Occurences.emplace_back(KindIndex, Mention); in addVariableOccurence()
538 Occurences.emplace_back(Variables.size(), Mention); in addVariableOccurence()
595 Variables[ThisOccurence.KindID], ThisOccurence.Mention, in countPatternDifferences()
608 Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention, in countPatternDifferences()
/freebsd-src/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md12 Relnotes: <Set to 'yes' for mention in release notes.>
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpecDocstrings.i18 remote debugging might mention a file '/usr/lib/liba.dylib'
/freebsd-src/share/doc/psd/01.cacm/
H A Dp655 phrase, too numerous to mention.
/freebsd-src/contrib/file/
H A DRELEASE-PROCEDURE28 ChangeLog changes. Historically we don't mention magic changes in the
/freebsd-src/contrib/unbound/doc/
H A DREADME.tests24 It is worth to mention that you need to enable [ipv6 in your docker daemon configuration](https://d…
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/
H A Dspear_spics.txt25 * #gpio-cells: should be 1 and will mention chip select number
/freebsd-src/usr.bin/col/
H A DREADME18 mention of a -h flag. Just before 4.3BSD went out, CSRG updated the manual
/freebsd-src/contrib/ntp/html/hints/
H A Dbsdi44 the only thing I'll mention is that I put the drift file in
/freebsd-src/lib/libsys/
H A Dshmget.291 .\" XXX - we should also mention how uid, euid, and gid affect ownership
/freebsd-src/sys/arm/include/
H A Dsetjmp.h50 * A side note I should mention - Please do not tamper
/freebsd-src/tools/tools/git/hooks/
H A Dprepare-commit-msg53 # Relnotes: <Set to 'yes' for mention in release notes.>
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-i2s.yaml47 as source, can mention this clock as parent in the DT bindings.
/freebsd-src/contrib/ntp/libparse/
H A DREADME89 you need to write in addition to mention it in
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h50 /// remote debugging might mention a file '/usr/lib/liba.dylib'
/freebsd-src/contrib/diff/
H A DChangeLog56 (Detailed Unified): Mention that fractional timestamps are
58 Mention what happens when hunks contain just one line.
91 * src/cmp.c (usage): Mention exit status.
318 (Binary): Mention --verbose and --print-bytes.
492 * INSTALLME: Mention GNU texinfo.
498 Mention links for speedup.
669 (Making Patches): Mention -U 2.
790 (usage): Do not mention obsolete options.
791 (filetype): Do not mention whether a file is executable.
868 * README: Mention INSTALLME.
[all …]

12345678