Searched refs:AddrLoc (Results 1 – 3 of 3) sorted by relevance
433 Optional<Loc> AddrLoc = AddrVal.getAs<Loc>(); in getPointedToSymbol() local434 if (!AddrLoc) in getPointedToSymbol()439 SVal Val = State->getSVal(*AddrLoc, in getPointedToSymbol()
3130 LocTy AddrLoc; in ParseIndirectBr() local3132 if (ParseTypeAndValue(Address, AddrLoc, PFS) || in ParseIndirectBr()3138 return Error(AddrLoc, "indirectbr address must have pointer type"); in ParseIndirectBr()
5203 LocTy AddrLoc; in ParseIndirectBr() local5205 if (ParseTypeAndValue(Address, AddrLoc, PFS) || in ParseIndirectBr()5211 return Error(AddrLoc, "indirectbr address must have pointer type"); in ParseIndirectBr()