Searched refs:isAllocated (Results 1 – 11 of 11) sorted by relevance
289 bool isAllocated(unsigned Reg) const { in isAllocated() function333 if (!isAllocated(Regs[i])) in getFirstUnallocated()342 if (isAllocated(Reg)) return 0; in AllocateReg()349 if (isAllocated(Reg)) return 0; in AllocateReg()381 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit()466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
222 if (input->isAllocated && input->data != NULL) in antlr3InputClose()290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
77 int isAllocated; member
76 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anone8977cbd0111::RefState424 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anone8977cbd0111::MallocChecker::MallocBugVisitor428 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated()429 (!SPrev || !(SPrev->isAllocated() || in isAllocated()456 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck()457 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck()896 if (RS->isAllocated()) in ProcessZeroAllocation()1398 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()1424 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()2131 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()[all …]
562 UBool isAllocated, isDataAllocated; member
69 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()157 if(trie->isAllocated) { in utrie_close()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
2919 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()