Lines Matching refs:AS
266 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local
275 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
283 Report->markInteresting(AS->Region); in checkPreStmt()
318 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local
319 if (!AS) in checkPreStmt()
336 if (AS) in checkPreStmt()
337 Report->markInteresting(AS->Region); in checkPreStmt()
350 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
360 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
384 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
386 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
615 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
616 if (!AS) in VisitNode()