OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnOpts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistry.h
92
DiagnosticsEngine &Diags, AnalyzerOptions &
AnOpts
,
193
AnalyzerOptions &
AnOpts
;
/src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
242
AnalyzerOptions &
AnOpts
= *Clang->getAnalyzerOpts();
245
if (
AnOpts
.ShowCheckerHelp ||
AnOpts
.ShowCheckerHelpAlpha ||
246
AnOpts
.ShowCheckerHelpDeveloper) {
252
if (
AnOpts
.ShowCheckerOptionList ||
AnOpts
.ShowCheckerOptionAlphaList ||
253
AnOpts
.ShowCheckerOptionDeveloperList) {
259
if (
AnOpts
.ShowEnabledCheckerList) {
265
if (
AnOpts
.ShowConfigOptionsList) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp
608
const AnalyzerOptions &
AnOpts
= Mgr.getAnalyzerOptions();
611
ChOpts.IsPedantic =
AnOpts
.getCheckerBooleanOption(Chk, "Pedantic");
612
ChOpts.ShouldConvertNotesToWarnings =
AnOpts
.getCheckerBooleanOption(
614
ChOpts.CheckPointeeInitialization =
AnOpts
.getCheckerBooleanOption(
617
std::string(
AnOpts
.getCheckerStringOption(Chk, "IgnoreRecordsWithField"));
619
AnOpts
.getCheckerBooleanOption(Chk, "IgnoreGuardedFields");
Completed in 20 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026