OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBoundable
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
191
virtual bool
isBoundable
() const { return false; }
210
bool
isBoundable
() const { return false; }
462
bool
isBoundable
() const { return true; }
492
bool
isBoundable
() const { return true; }
539
bool
isBoundable
() const { return false; }
723
bool
isBoundable
() const { return true; }
763
bool
isBoundable
() const { return false; }
797
bool
isBoundable
() const { return false; }
829
bool
isBoundable
() const { return !CL->isFileScope(); }
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
Store.cpp
104
if (R->
isBoundable
())
BugReporterVisitors.cpp
587
if (R->
isBoundable
()) {
654
if (R->
isBoundable
()) {
[
all
...]
ProgramState.cpp
260
if (!R->
isBoundable
())
RegionStore.cpp
240
if (R->
isBoundable
())
[
all
...]
Completed in 649 milliseconds