OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHECKER
(Results
1 - 4
of
4
) sorted by relevancy
/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/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
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
...]
Completed in 19 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026