OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PersistentSVals
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp
68
delete (PersistentSValsTy*)
PersistentSVals
;
240
if (!
PersistentSVals
)
PersistentSVals
= new PersistentSValsTy();
247
PersistentSValsTy& Map = *((PersistentSValsTy*)
PersistentSVals
);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h
70
void *
PersistentSVals
;
83
: Ctx(ctx), BPAlloc(Alloc),
PersistentSVals
(nullptr),
Completed in 958 milliseconds