Lines Matching refs:AS
301 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() local
302 if (!definitelyReturnedError(AS->Region, State, C.getSValBuilder())) { in checkPreStmt()
312 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
320 Report->markInteresting(AS->Region); in checkPreStmt()
356 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() local
357 if (!AS && FunctionsToTrack[idx].Kind != ValidAPI) { in checkPreStmt()
363 if (!AS || RegionArgIsBad) { in checkPreStmt()
376 if (AS) in checkPreStmt()
377 Report->markInteresting(AS->Region); in checkPreStmt()
390 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
400 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
424 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
426 const AllocationPair AP = std::make_pair(ArgSM, AS); in checkPreStmt()
434 !definitelyDidnotReturnError(AS->Region, State, C.getSValBuilder())) { in checkPreStmt()
443 Report->markInteresting(AS->Region); in checkPreStmt()
607 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() local
608 if (!AS) in VisitNode()