Lines Matching refs:AS
271 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local
281 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
290 Report->markInteresting(AS->Region); in checkPreStmt()
325 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local
326 if (!AS) in checkPreStmt()
344 if (AS) in checkPreStmt()
345 Report->markInteresting(AS->Region); in checkPreStmt()
358 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
368 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
392 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
394 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
624 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
625 if (!AS) in VisitNode()