Home
last modified time | relevance | path

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

/external/skia/tests/
DNameAllocatorTest.cpp46 bool isAllocated(GrGLuint name) const { in isAllocated() function in NameLeakTest
69 if (this->isAllocated(name)) { in allocateAllRemaining()
87 if (!this->isAllocated(kFirstName + i)) { in allocateAllRemaining()
109 if (!this->isAllocated(name)) { in freeRandomNames()
/external/llvm/lib/Target/Hexagon/
DHexagonCallingConvLower.h72 bool isAllocated(unsigned Reg) const { in isAllocated() function
111 if (!isAllocated(Regs[i])) in getFirstUnallocated()
120 if (isAllocated(Reg)) return 0; in AllocateReg()
127 if (isAllocated(Reg)) return 0; in AllocateReg()
/external/chromium_org/third_party/skia/tests/
DNameAllocatorTest.cpp46 bool isAllocated(GrGLuint name) const { in isAllocated() function in NameLeakTest
69 if (this->isAllocated(name)) { in allocateAllRemaining()
87 if (!this->isAllocated(kFirstName + i)) { in allocateAllRemaining()
109 if (!this->isAllocated(name)) { in freeRandomNames()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h258 bool isAllocated(unsigned Reg) const { in isAllocated() function
302 if (!isAllocated(Regs[i])) in getFirstUnallocated()
311 if (isAllocated(Reg)) return 0; in AllocateReg()
318 if (isAllocated(Reg)) return 0; in AllocateReg()
346 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h166 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
167 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/antlr/antlr-3.4/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp71 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anonb9bd71140111::RefState
384 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anonb9bd71140111::MallocChecker::MallocBugVisitor
388 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated())); in isAllocated()
414 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated())); in isReallocFailedCheck()
1148 } else if (RsBase->isAllocated() || RsBase->isEscaped()) { in FreeMemAux()
1173 ReleasedAllocated = (RsBase != nullptr) && RsBase->isAllocated(); in FreeMemAux()
1813 if (I->second.isAllocated()) in checkDeadSymbols()
2237 if (RS->isAllocated() && CheckRefState(RS)) { in checkPointerEscapeAux()
2298 if (isAllocated(RS, RSPrev, S)) { in VisitNode()
/external/chromium_org/third_party/icu/source/common/
Dutrie.h562 UBool isAllocated, isDataAllocated; member
Dutrie.cpp69 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
157 if(trie->isAllocated) { in utrie_close()
/external/icu/icu4c/source/common/
Dutrie.h562 UBool isAllocated, isDataAllocated; member
Dutrie.cpp69 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open()
157 if(trie->isAllocated) { in utrie_close()