Searched defs:isAllocated (Results 1 – 6 of 6) sorted by relevance
74 bool isAllocated(unsigned Reg) const { in isAllocated() function
77 int isAllocated; member
190 bool isAllocated(unsigned Reg) const { in isAllocated() function
561 UBool isAllocated, isDataAllocated; member
49 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon54018c830111::RefState254 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon54018c830111::MallocChecker::MallocBugVisitor
123 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { in MakeOwned()