Searched refs:AllocationState (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 37 struct AllocationState { struct in __anone2942da50111::MacOSKeychainAPIChecker 42 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() function 46 bool operator==(const AllocationState &X) const { in operator ==() argument 62 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; 159 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument 291 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() 346 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() 480 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt() 597 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() 600 const AllocationState *ASPrev = PrevN->getState()->get<AllocatedData>(Sym); in VisitNode()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 39 struct AllocationState { struct in __anon2f24a9130111::MacOSKeychainAPIChecker 44 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument 48 bool operator==(const AllocationState &X) const { in operator ==() argument 72 typedef std::pair<SymbolRef, const AllocationState*> AllocationPair; 157 MacOSKeychainAPIChecker::AllocationState) in REGISTER_MAP_WITH_PROGRAMSTATE() argument 271 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt() 325 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt() 440 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt() 624 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode() 627 const AllocationState *ASPrev = in VisitNode()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.h | 259 enum AllocationState { enum 267 AllocationState allocation_state_;
|