OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldSuppressNullReturnPaths
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h
218
/// \sa
shouldSuppressNullReturnPaths
331
bool
shouldSuppressNullReturnPaths
();
336
/// This option has no effect when #
shouldSuppressNullReturnPaths
() is false.
/external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp
162
bool AnalyzerOptions::
shouldSuppressNullReturnPaths
() {
BugReporterVisitors.cpp
220
if (InEnableNullFPSuppression && Options.
shouldSuppressNullReturnPaths
())
[
all
...]
Completed in 42 milliseconds