OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canPrintPretty
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
1119
if (MR->
canPrintPretty
()) {
1268
if (NewR->
canPrintPretty
()) {
1288
} else if (OldR && OldR->
canPrintPretty
()) {
1296
os << (NewR->
canPrintPretty
() ? "initialized" : "Initializing")
1299
os << (NewR->
canPrintPretty
() ? "declared" : "Declaring")
1304
os << (NewR->
canPrintPretty
() ? "initialized" : "Initialized") << " here";
1326
} else if (ValueR && ValueR->
canPrintPretty
()) {
1335
if (VR->
canPrintPretty
()) {
1356
if (NewR->
canPrintPretty
())
1363
if (NewR->
canPrintPretty
())
[
all
...]
MemRegion.cpp
590
bool MemRegion::
canPrintPretty
() const {
599
assert(
canPrintPretty
() && "This region cannot be printed pretty.");
632
bool FieldRegion::
canPrintPretty
() const {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SmartPtrModeling.cpp
163
if (Region->
canPrintPretty
()) {
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
154
virtual bool
canPrintPretty
() const;
1081
bool
canPrintPretty
() const override;
Completed in 20 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026