Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h289 bool isAllocated(unsigned Reg) const { in isAllocated() function
333 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()
/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/antlr/antlr-3.4/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp76 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anone8977cbd0111::RefState
424 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anone8977cbd0111::MallocChecker::MallocBugVisitor
428 (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 …]
/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()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2919 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()