OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolExtent
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
76
void
SymbolExtent
::dumpToStream(raw_ostream &os) const {
203
const
SymbolExtent
*
206
SymbolExtent
::Profile(profile, R);
210
SD = (SymExpr*) BPAlloc.Allocate<
SymbolExtent
>();
211
new (SD)
SymbolExtent
(SymbolCounter, R);
216
return cast<
SymbolExtent
>(SD);
315
QualType
SymbolExtent
::getType() const {
471
KnownLive = isLiveRegion(cast<
SymbolExtent
>(sym)->getRegion());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
232
///
SymbolExtent
- Represents the extent (size in bytes) of a bounded region.
235
class
SymbolExtent
: public SymbolData {
239
SymbolExtent
(SymbolID sym, const SubRegion *r)
513
const
SymbolExtent
*getExtentSymbol(const SubRegion *R);
Completed in 35 milliseconds