Lines Matching refs:AS
299 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local
300 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder())) { in checkPreStmt()
310 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
318 Report->markInteresting(AS->Region); in checkPreStmt()
354 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local
355 if (!AS && FunctionsToTrack[idx].Kind != ValidAPI) { in checkPreStmt()
361 if (!AS || RegionArgIsBad) { in checkPreStmt()
374 if (AS) in checkPreStmt()
375 Report->markInteresting(AS->Region); in checkPreStmt()
388 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
398 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
422 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
424 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
432 !definitelyDidnotReturnError(AS->Region, State, C.getSValBuilder())) { in checkPreStmt()
441 Report->markInteresting(AS->Region); in checkPreStmt()
605 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
606 if (!AS) in VisitNode()