Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp37 struct AllocationState { struct in __anone1e5714a0111::MacOSKeychainAPIChecker
42 AllocationState(const Expr *E, unsigned int Idx, SymbolRef R) : in AllocationState() argument
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
299 if (const AllocationState *AS = State->get<AllocatedData>(V)) { in checkPreStmt()
354 const AllocationState *AS = State->get<AllocatedData>(ArgSM); in checkPreStmt()
488 State = State->set<AllocatedData>(V, AllocationState(ArgExpr, idx, in checkPostStmt()
605 const AllocationState *AS = N->getState()->get<AllocatedData>(Sym); in VisitNode()
608 const AllocationState *ASPrev = PrevN->getState()->get<AllocatedData>(Sym); in VisitNode()
/external/google-breakpad/src/client/
Dminidump_file_writer.h259 enum AllocationState { enum
267 AllocationState allocation_state_;