Home | History | Annotate | Download | only in Analysis

Lines Matching defs:findInfo

468   InfoEntry findInfo(const Expr *E) {
474 ConstInfoEntry findInfo(const Expr *E) const {
518 ConstInfoEntry Entry = findInfo(StmtNode);
533 InfoEntry Entry = findInfo(From);
543 InfoEntry Entry = findInfo(From);
557 InfoEntry Entry = findInfo(From);
568 InfoEntry Entry = findInfo(To);
629 InfoEntry Entry = findInfo(Call->getArg(Index));
664 InfoEntry Entry = findInfo(ObjArg);
710 InfoEntry LEntry = findInfo(BinOp->getLHS()),
711 REntry = findInfo(BinOp->getRHS());
772 InfoEntry Entry = findInfo(Temp->getSubExpr());
896 InfoEntry Entry = findInfo(Ret->getRetValue());
913 InfoEntry Entry = findInfo(UOp->getSubExpr());
935 MapType::iterator VIT = findInfo(Var->getInit()->IgnoreImplicit());