Home
last modified time | relevance | path

Searched refs:isAllocated (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h190 bool isAllocated(unsigned Reg) const { in isAllocated() function
234 if (!isAllocated(Regs[i])) in getFirstUnallocated()
243 if (isAllocated(Reg)) return 0; in AllocateReg()
250 if (isAllocated(Reg)) return 0; in AllocateReg()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h290 bool isAllocated(unsigned Reg) const { in isAllocated() function
334 if (!isAllocated(Regs[i])) in getFirstUnallocated()
343 if (isAllocated(Reg)) return 0; in AllocateReg()
350 if (isAllocated(Reg)) return 0; in AllocateReg()
382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3filestream.c383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit()
466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
Dantlr3inputstream.c222 if (input->isAllocated && input->data != NULL) in antlr3InputClose()
290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anone8977cbd0111::RefState
427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anone8977cbd0111::MallocChecker::MallocBugVisitor
431 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated()
432 (!SPrev || !(SPrev->isAllocated() || in isAllocated()
459 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck()
460 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck()
907 if (RS->isAllocated()) in ProcessZeroAllocation()
1406 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux()
1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux()
2139 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols()
[all …]
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/icu/icu4c/source/common/
Dutrie.h564 UBool isAllocated, isDataAllocated; member
Dutrie.cpp71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
159 if(trie->isAllocated) { in utrie_close()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp48 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2833 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()