Home
last modified time | relevance | path

Searched refs:AllocatedData (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp159 REGISTER_MAP_WITH_PROGRAMSTATE(AllocatedData, in REGISTER_MAP_WITH_PROGRAMSTATE() argument
259 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport()
301 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
305 State = State->remove<AllocatedData>(V); in checkPreStmt()
356 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
411 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
421 State = State->remove<AllocatedData>(ArgSM); in checkPreStmt()
490 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
508 if (!N->getState()->get<AllocatedData>(Sym)) in getAllocationNode()
561 AllocatedDataTy ASet = State->get<AllocatedData>(); in checkDeadSymbols()
[all …]