OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldRegion
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
197
DefinedOrUnknownSVal
FieldRegion
::getExtent(SValBuilder &svalBuilder) const {
502
void
FieldRegion
::dumpToStream(raw_ostream &os) const {
605
bool
FieldRegion
::canPrintPretty() const {
609
bool
FieldRegion
::canPrintPrettyAsExpr() const {
613
void
FieldRegion
::printPrettyAsExpr(raw_ostream &os) const {
619
void
FieldRegion
::printPretty(raw_ostream &os) const {
946
const
FieldRegion
*
949
return getSubRegion<
FieldRegion
>(d, superRegion);
[
all
...]
SimpleSValBuilder.cpp
536
static SVal evalBinOpFieldRegionFieldRegion(const
FieldRegion
*LeftFR,
537
const
FieldRegion
*RightFR,
807
const
FieldRegion
*RightFR = dyn_cast<
FieldRegion
>(RightMR);
808
const
FieldRegion
*LeftFR = dyn_cast<
FieldRegion
>(LeftMR);
[
all
...]
RegionStore.cpp
506
SVal getBindingForField(RegionBindingsConstRef B, const
FieldRegion
*R);
763
static inline bool isUnionField(const
FieldRegion
*FR) {
776
if (const
FieldRegion
*FR = dyn_cast<
FieldRegion
>(R))
833
} else if (const
FieldRegion
*FR = dyn_cast<
FieldRegion
>(Top)) {
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
927
class
FieldRegion
: public DeclRegion {
930
FieldRegion
(const FieldDecl *fd, const MemRegion* sReg)
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
235
const
FieldRegion
*FR = MrMgr.getFieldRegion(I, R);
Completed in 4295 milliseconds