OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Pedantic
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NumberObjectConversionChecker.cpp
21
// This checker has an option "
Pedantic
" (boolean), which enables detection of
24
// enabled with `-analyzer-config osx.NumberObjectConversion:
Pedantic
=true'.
45
bool
Pedantic
;
66
(Result.Nodes.getNodeAs<Stmt>("
pedantic
") != nullptr);
67
if (IsPedanticMatch && !C->
Pedantic
)
76
// to zero literals in non-
pedantic
mode.
94
if (!C->
Pedantic
)
276
))).bind("
pedantic
");
307
.bind("
pedantic
");
312
.bind("
pedantic
");
[
all
...]
NumberObjectConversionChecker.cpp
21
// This checker has an option "
Pedantic
" (boolean), which enables detection of
24
// enabled with `-analyzer-config osx.NumberObjectConversion:
Pedantic
=true'.
45
bool
Pedantic
;
66
(Result.Nodes.getNodeAs<Stmt>("
pedantic
") != nullptr);
67
if (IsPedanticMatch && !C->
Pedantic
)
76
// to zero literals in non-
pedantic
mode.
94
if (!C->
Pedantic
)
276
))).bind("
pedantic
");
307
.bind("
pedantic
");
312
.bind("
pedantic
");
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
9200
bool
Pedantic
= Match == analyze_format_string::ArgType::NoMatchPedantic;
9209
Pedantic
? diag::warn_format_conversion_argument_type_mismatch_pedantic
SemaChecking.cpp
9200
bool
Pedantic
= Match == analyze_format_string::ArgType::NoMatchPedantic;
9209
Pedantic
? diag::warn_format_conversion_argument_type_mismatch_pedantic
Completed in 73 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026