OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolRegionValue
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
87
void
SymbolRegionValue
::dumpToStream(llvm::raw_ostream& os) const {
91
const
SymbolRegionValue
*
94
SymbolRegionValue
::Profile(profile, R);
98
SD = (SymExpr*) BPAlloc.Allocate<
SymbolRegionValue
>();
99
new (SD)
SymbolRegionValue
(SymbolCounter, R);
104
return cast<
SymbolRegionValue
>(SD);
229
QualType
SymbolRegionValue
::getType(ASTContext& C) const {
326
return isa<
SymbolRegionValue
>(sym);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
94
class
SymbolRegionValue
: public SymbolData {
98
SymbolRegionValue
(SymbolID sym, const TypedRegion *r)
374
const
SymbolRegionValue
* getRegionValueSymbol(const TypedRegion* R);
Completed in 13 milliseconds