Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp91 static RefState getAllocated(unsigned family, const Stmt *s) { in getAllocated() function in __anon68a7fcc20111::RefState
1142 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
2370 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h3271 uint32_t getAllocated(HandleType handleType) const { return mAllocatedCounts[handleType]; } in getAllocated() function