OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECKER
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h
1
//==
Checker
.h - Registration mechanism for checkers -------------*- C++ -*--=//
9
// This file defines
Checker
, used to create and register checkers.
30
template <typename
CHECKER
>
31
static void _checkDecl(void *
checker
, const Decl *D, AnalysisManager& mgr,
33
((const
CHECKER
*)
checker
)->checkASTDecl(cast<DECL>(D), mgr, BR);
40
template <typename
CHECKER
>
41
static void _register(
CHECKER
*
checker
, CheckerManager &mgr) {
42
mgr._registerForDecl(CheckerManager::CheckDeclFunc(
checker
,
[
all
...]
CheckerManager.h
1
//===- CheckerManager.h - Static Analyzer
Checker
Manager -------*- C++ -*-===//
9
// Defines the Static Analyzer
Checker
Manager.
68
CheckerBase *
Checker
;
70
CheckerFn(CheckerBase *
checker
, Func fn) : Fn(fn),
Checker
(
checker
) {}
73
return Fn(
Checker
, ps...);
103
/// CheckerRegistry are used as check names. We want to make sure all
checker
139
// CheckerRegistry cannot be moved to the Core library, because the
checker
149
/// checkers. Useful for unit testing, unless the
checker
infrastructur
210
CHECKER *
checker
= new CHECKER(std::forward<AT>(Args)...);
local
[
all
...]
AnalyzerOptions.h
152
/// If you'd like to add a new non-
checker
configuration, register it in
156
/// If you'd like to add a new
checker
option, call getChecker*Option()
199
/// Pairs of
checker
/package name and enable/disable.
202
/// Vector of
checker
/package names which will not emit warnings.
318
/// @param [in] CheckerName The *full name* of the
checker
. One may retrieve
319
/// this from the
checker
object's field \c Name, or through \c
320
/// CheckerManager::getCurrentCheckerName within the
checker
's registry
322
///
Checker
options are retrieved in the following format:
326
/// specified for the given
checker
the options for the parent packages will
338
/// @param [in] CheckerName The *full name* of the
checker
. One may retriev
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
BuiltinCheckerRegistration.h
29
#define
CHECKER
(FULLNAME, CLASS, HELPTEXT, DOC_URI, IS_HIDDEN) \
33
#undef
CHECKER
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SarifDiagnostics.cpp
306
#define
CHECKER
(FULLNAME, CLASS, HELPTEXT, DOC_URI, IS_HIDDEN) \
309
#undef
CHECKER
317
#define
CHECKER
(FULLNAME, CLASS, HELPTEXT, DOC_URI, IS_HIDDEN) \
320
#undef
CHECKER
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistry.cpp
59
#define
CHECKER
(FULLNAME, CLASS, HELPTEXT, DOC_URI, IS_HIDDEN) \
67
#undef
CHECKER
160
"A
checker
cannot strong and weak depend on the same
checker
!");
171
// Parse '-analyzer-
checker
' and '-analyzer-disable-
checker
' options from the
182
for (CheckerInfo &
checker
: CheckerForCmdLineArg) {
183
checker
.State = Opt.second ? StateFromCmdLine::State_Enabled
212
auto IsEnabledFromCmdLine = [&](const CheckerInfo *
Checker
) {
213
return !
Checker
->isDisabled(Mgr)
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/tests/
Makefile.am
137
CHECKER
=
138
#
CHECKER
= valgrind --tool=memcheck --suppressions=$(srcdir)/../gnulib-lib/allocsa.valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes
139
#
CHECKER
= valgrind --tool=massif --format=html --depth=10 --alloc-fn=xmalloc --alloc-fn=xrealloc --stacks=no
143
GETTEXT="$(
CHECKER
) tstgettext" \
144
NGETTEXT="$(
CHECKER
) tstngettext" \
145
XGETTEXT="$(
CHECKER
) xgettext" \
146
MSGATTRIB="$(
CHECKER
) msgattrib" \
147
MSGCAT="$(
CHECKER
) msgcat" \
148
MSGCMP="$(
CHECKER
) msgcmp" \
149
MSGCOMM="$(
CHECKER
) msgcomm"
[
all
...]
Completed in 66 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026