OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymbolCast
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
61
void
SymbolCast
::dumpToStream(raw_ostream &os) const {
126
itr.push_back(cast<
SymbolCast
>(SE)->getOperand());
238
const
SymbolCast
*
242
SymbolCast
::Profile(ID, Op, From, To);
246
data = (
SymbolCast
*) BPAlloc.Allocate<
SymbolCast
>();
247
new (data)
SymbolCast
(Op, From, To);
251
return cast<
SymbolCast
>(data);
480
KnownLive = isLive(cast<
SymbolCast
>(sym)->getOperand());
ProgramState.cpp
555
return scan(cast<
SymbolCast
>(sym)->getOperand());
698
while (const
SymbolCast
*SC = dyn_cast<
SymbolCast
>(Sym))
763
// If If this is a
SymbolCast
from a tainted value, it's also tainted.
764
if (const
SymbolCast
*SC = dyn_cast<
SymbolCast
>(*SI))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h
312
class
SymbolCast
: public SymExpr {
320
SymbolCast
(const SymExpr *In, QualType From, QualType To) :
526
const
SymbolCast
* getCastSymbol(const SymExpr *Operand,
Completed in 25 milliseconds