Searched defs:getPointedToSymbol (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp70 static SymbolRef getPointedToSymbol(CheckerContext &C, const Expr *Arg);
163 State->isTainted(getPointedToSymbol(C, E))));
353 SymbolRef Sym = getPointedToSymbol(C, Arg);
426 SymbolRef GenericTaintChecker::getPointedToSymbol(CheckerContext &C, function in class:GenericTaintChecker
561 SymbolRef Sym = getPointedToSymbol(C, Arg);
638 if (!State->isTainted(getPointedToSymbol(C, E)) &&

Completed in 293 milliseconds