OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canPrintPretty
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
316
if (MR->
canPrintPretty
()) {
558
action = R->
canPrintPretty
() ? "initialized to " :
561
action = R->
canPrintPretty
() ? "captured by block as " :
580
if (R->
canPrintPretty
()) {
607
os << (R->
canPrintPretty
() ? "initialized" : "Initializing")
610
os << (R->
canPrintPretty
() ? "declared" : "Declaring")
616
os << (R->
canPrintPretty
() ? "initialized" : "Initialized")
644
if (R->
canPrintPretty
()) {
663
if (R->
canPrintPretty
())
670
if (R->
canPrintPretty
())
[
all
...]
MemRegion.cpp
557
bool MemRegion::
canPrintPretty
() const {
566
assert(
canPrintPretty
() && "This region cannot be printed pretty.");
594
bool FieldRegion::
canPrintPretty
() const {
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
172
virtual bool
canPrintPretty
() const;
954
bool
canPrintPretty
() const;
[
all
...]
Completed in 26 milliseconds